AWS opsworks documentation change
Summary
Removed AWS CloudFormation template reference and CLI command for creating IAM instance profile role
Security assessment
Documentation update removing deprecated deployment method. No direct security implications mentioned - appears to be procedural simplification.
Diff
diff --git a/opsworks/latest/userguide/opspup-unattend-assoc.md b/opsworks/latest/userguide/opspup-unattend-assoc.md index fc8b0d7cb..b6752a415 100644 --- a//opsworks/latest/userguide/opspup-unattend-assoc.md +++ b//opsworks/latest/userguide/opspup-unattend-assoc.md @@ -38,6 +37,0 @@ Create an AWS Identity and Access Management (IAM) role to use as your EC2 insta -AWS OpsWorks provides an AWS CloudFormation template that you can use to create the IAM role with the preceding policy statement. The following AWS CLI command creates the instance profile role for you by using this template. You can omit the `--region` parameter if you want to create the new AWS CloudFormation stack in your default region. - - - aws cloudformation --region region ID create-stack --stack-name myPuppetinstanceprofile --template-url https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/owpe/opsworks-cm-nodes-roles.yaml --capabilities CAPABILITY_IAM - -