AWS opsworks documentation change
Summary
Simplified instructions for creating service roles and instance profiles by removing AWS CloudFormation template usage and streamlining steps.
Security assessment
The change removes specific CloudFormation template steps but does not address security vulnerabilities or introduce security features. It's a procedural simplification.
Diff
diff --git a/opsworks/latest/userguide/gettingstarted-opspup-create.md b/opsworks/latest/userguide/gettingstarted-opspup-create.md index 889779981..0c231a1bf 100644 --- a//opsworks/latest/userguide/gettingstarted-opspup-create.md +++ b//opsworks/latest/userguide/gettingstarted-opspup-create.md @@ -93 +93 @@ If your local computer is not already running the AWS CLI, download and install - 2. Create a service role and an instance profile. AWS OpsWorks provides an AWS CloudFormation template that you can use to create both. Run the following AWS CLI command to create an AWS CloudFormation stack that creates the service role and instance profile for you. + 2. Create a service role and an instance profile. @@ -95,3 +95 @@ If your local computer is not already running the AWS CLI, download and install - aws cloudformation create-stack --stack-name OpsWorksCMRoles --template-url https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-roles.yaml --capabilities CAPABILITY_NAMED_IAM - - 3. After AWS CloudFormation finishes creating the stack, find and copy the ARNs of service roles in your account. + 3. Find and copy the ARNs of service roles in your account.