AWS res documentation change
Summary
Updated example bucket names and region in IAM role ARN
Security assessment
Latest documentation example updates without security impact
Diff
diff --git a/res/latest/ug/apply-snapshot.md b/res/latest/ug/apply-snapshot.md index 0c20b94bd..a21611299 100644 --- a//res/latest/ug/apply-snapshot.md +++ b//res/latest/ug/apply-snapshot.md @@ -46 +46 @@ JSON - "AWS": "arn:aws:iam::111122223333:role/{RES_ENVIRONMENT_NAME}-cluster-manager-role-{AWS_REGION}}" + "AWS": "arn:aws:iam::111122223333:role/{RES_ENVIRONMENT_NAME}-cluster-manager-role-us-east-1}" @@ -53,2 +53,2 @@ JSON - "arn:aws:s3:::{S3_BUCKET_NAME}", - "arn:aws:s3:::{S3_BUCKET_NAME}/*" + "arn:aws:s3:::amzn-s3-demo-bucket1", + "arn:aws:s3:::amzn-s3-demo-bucket2/*" @@ -62,2 +62,2 @@ JSON - "arn:aws:s3:::{S3_BUCKET_NAME}", - "arn:aws:s3:::{S3_BUCKET_NAME}/*" + "arn:aws:s3:::amzn-s3-demo-bucket1", + "arn:aws:s3:::amzn-s3-demo-bucket2/*"