AWS batch documentation change
Summary
Added reference to 'Tutorial: Create the IAM execution role' in prerequisites
Security assessment
Added link to IAM execution role documentation, which improves visibility of security-related permissions setup but does not address a specific vulnerability.
Diff
diff --git a/batch/latest/userguide/create-an-iam-role.md b/batch/latest/userguide/create-an-iam-role.md index bf185359b..01ca9fc3a 100644 --- a//batch/latest/userguide/create-an-iam-role.md +++ b//batch/latest/userguide/create-an-iam-role.md @@ -5 +5 @@ -# Tutorial: Create IAM roles for your compute environments and container instances +# Create IAM roles for your compute environments and container instances @@ -13 +13 @@ To verify that your AWS account has the required permissions, see [Initial IAM s -The AWS Batch compute environment and container instance roles are automatically created for you in the console first-run experience. So, if you intend to use the AWS Batch console, you can move ahead to the next section. If you plan to use the AWS CLI instead, complete the procedures in [Use service-linked roles for AWS Batch](./using-service-linked-roles.html) and [Amazon ECS instance role](./instance_IAM_role.html) before creating your first compute environment. +The AWS Batch compute environment and container instance roles are automatically created for you in the console first-run experience. So, if you intend to use the AWS Batch console, you can move ahead to the next section. If you plan to use the AWS CLI instead, complete the procedures in [Use service-linked roles for AWS Batch](./using-service-linked-roles.html), [Amazon ECS instance role](./instance_IAM_role.html), and [Tutorial: Create the IAM execution role](./create-execution-role.html) before creating your first compute environment. @@ -23 +23 @@ Create IAM account and administrative user -Tutorial: Create a key pair +Create a key pair