by shigemk2

当面は技術的なことしか書かない

2023-11-02から1日間の記事一覧

RegisterScalableTargetInputのRoleArn

サービスリンクロールに対応してるサービスならRoleArnは不要だが、EMRみたいにサービスリンクロール未対応ならRoleArnが必要。 // This parameter is required for services that do not support service-linked // roles (such as Amazon EMR), and it mus…

aws_lb

まずCreateLoadBalancerしてから、削除保護やアクセスログの設定などについてModifyLoadBalancerAttributes感じの流れ registry.terraform.io なおS3アクセスログの設定をしたいのであれば、以下に沿ってバケットポリシーの設定をしてやらないと、対象S3バケ…

How Application Auto Scaling works with IAM

AWS

サービスリンクされたロールは、AWSサービスにリンクされたサービスロールの一種で、勝手に作られる docs.aws.amazon.com docs.aws.amazon.com

appautoscaling_targetとAWSServiceRoleForApplicationAutoScaling_ECSService

AWS

The Application Auto Scaling service automatically attempts to manage IAM Service-Linked Roles when registering certain service namespaces for the first time. To manually manage this role, see the aws_iam_service_linked_role resource. との…