File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,11 @@ set -euo pipefail
2121# # https://aws.amazon.com/blogs/containers/new-using-amazon-ecs-exec-access-your-containers-fargate-ec2/
2222# #
2323
24- # # NOTE: This script needs the following permissions.
25- # # If you use an IAM user with an assumed role to run the script,
26- # # then you need allow the "iam:ListRoles" action in addition to the following.
24+ # # NOTE: This script at least needs the following permissions.
25+ # # 1. If you use an IAM user with an assumed role to run the script,
26+ # # then you need allow the "iam:ListRoles" action in addition to the following.
27+ # # 2. If you configured your ECS cluster to use KMS key for ECS Exec,
28+ # # then you need allow the "kms:DescribeKey" action in addition to the following.
2729# # {
2830# # "Version": "2012-10-17",
2931# # "Statement": [
@@ -239,6 +241,7 @@ executeCommandConfigurationJson=$(echo "${describedClusterJson}" \
239241printf " ${COLOR_DEFAULT} Cluster Configuration |"
240242
241243kmsKeyId=" null"
244+ kmsKeyArn=" null"
242245logging=" null"
243246s3BucketName=" null"
244247s3KeyPrefix=" null"
You can’t perform that action at this time.
0 commit comments