AWS opsworks documentation change
Summary
Simplified service role creation steps by removing CloudFormation template usage.
Security assessment
Procedural change to streamline documentation without security-related context or new security features.
Diff
diff --git a/opsworks/latest/userguide/opspup-create-server-cfn.md b/opsworks/latest/userguide/opspup-create-server-cfn.md index 4b476d88c..052aed2c4 100644 --- a//opsworks/latest/userguide/opspup-create-server-cfn.md +++ b//opsworks/latest/userguide/opspup-create-server-cfn.md @@ -92 +92 @@ 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. @@ -94,3 +94 @@ 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 - -After AWS CloudFormation finishes creating the stack, find and copy the ARNs of service roles in your account. +Find and copy the ARNs of service roles in your account.