AWS batch documentation change
Summary
Removed example output JSON after IAM role creation command
Security assessment
Documentation cleanup that removes example output without affecting security content
Diff
diff --git a/batch/latest/userguide/getting-started-with-fargate-using-the-aws-cli.md b/batch/latest/userguide/getting-started-with-fargate-using-the-aws-cli.md index 9be41c132..f3031184d 100644 --- a//batch/latest/userguide/getting-started-with-fargate-using-the-aws-cli.md +++ b//batch/latest/userguide/getting-started-with-fargate-using-the-aws-cli.md @@ -70,0 +71 @@ First, create a trust policy that allows the Amazon ECS tasks service to assume + "Sid": "", @@ -90,25 +90,0 @@ The following command creates an IAM role named `BatchEcsTaskExecutionRoleTutori -The following shows how the output looks when the command runs successfully. - - - { - "Role": { - "Path": "/", - "RoleName": "BatchEcsTaskExecutionRoleTutorial", - "RoleId": "AROAUVBFO26T7xmpl3RGYTVO", - "Arn": "arn:aws:iam::123456789012:role/BatchEcsTaskExecutionRoleTutorial", - "CreateDate": "2025-01-13T17:34:28+00:00", - "AssumeRolePolicyDocument": { - "Version": "2012-10-17", - "Statement": [ - { - "Effect": "Allow", - "Principal": { - "Service": "ecs-tasks.amazonaws.com" - }, - "Action": "sts:AssumeRole" - } - ] - } - } - } -