[root@fm-repo ~]#
[root@fm-repo ~]# ### サブスクリプション状態確認 =>認証無し
[root@fm-repo ~]# subscription-manager list
+-------------------------------------------+
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
description "myapp" | |
start on runlevel [2345] | |
stop on runlevel [!2345] | |
respawn | |
respawn limit 5 60 | |
console log | |
setuid hoge |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"roleName": "lambda_execute_datadog", | |
"policies": [ | |
{ | |
"document": { | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Action": [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Id": "default", | |
"Statement": [ | |
{ | |
"Sid": "DD_LOG_INTAKE-MYACOUNTID", | |
"Effect": "Allow", | |
"Principal": { | |
"Service": "s3.amazonaws.com" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Id": "AWSConsole-AccessLogs-Policy-1513731370170", | |
"Statement": [ | |
{ | |
"Sid": "AWSConsoleStmt-1513731370170", | |
"Effect": "Allow", | |
"Principal": { | |
"AWS": "arn:aws:iam::OWNERACOUNTID:root" | |
}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Action": [ | |
"autoscaling:Describe*", | |
"budgets:ViewBudget", | |
"cloudfront:GetDistributionConfig", | |
"cloudfront:ListDistributions", | |
"cloudtrail:DescribeTrails", |
- ドメインの設定変更時には基本 Blue/Green Deployment が行われる
- https://docs.aws.amazon.com/ja_jp/elasticsearch-service/latest/developerguide/es-managedomains.html#es-managedomains-configuration-changes
- なので変更時にダウンタイムは発生しない
- ただ専用マスターノードに負荷がかかるので注意
OlderNewer