ECS: TagResource [Update your IAM policies by March 29, 2024]

0

I received a notice asking me to update my IAM policy by February 29, 2024. Please let me know what policies do I need to update for my account? How do I know that the user policy has been updated?

duyetnt
질문됨 3달 전593회 조회
1개 답변
1

You can run list-account-settings to view the current tagging authorization status. Use the effective-settings option to view the account level settings. Command: aws ecs list-account-settings --effective-settings

This is for the creation of ECS Resources. Ex: For cluster creation the below Allow statement is needed to create: “Statement”: [ { “Sid”: “AllowClusterTagging”, “Effect”: “Allow”, “Action”: [ “ecs:TagResource” ], “Resource”: “*”, “Condition”: { “StringEquals”: { “ecs:CreateAction” : “CreateCluster” } } } ]

March 29, 2024 - Tagging Authorization will be turned on for all AWS accounts. The account level setting will no longer be used and will be removed from the ECS Account Settings page in the AWS Console.

It also can be viewed in the customer health dashboard.

Ref: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs-account-settings.html#tag-resources-setting

AWS
답변함 3달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠