AWS Security ChangesHomeSearch

AWS opsworks documentation change

Service: opsworks · 2025-07-10 · Documentation low

File: opsworks/latest/userguide/opscm-unattend-assoc.md

Summary

Removed AWS CloudFormation template example for creating IAM instance profile roles.

Security assessment

Simplifies IAM role creation instructions without addressing security vulnerabilities or introducing security features.

Diff

diff --git a/opsworks/latest/userguide/opscm-unattend-assoc.md b/opsworks/latest/userguide/opscm-unattend-assoc.md
index aa22c5c28..5193eef6f 100644
--- a//opsworks/latest/userguide/opscm-unattend-assoc.md
+++ b//opsworks/latest/userguide/opscm-unattend-assoc.md
@@ -64,6 +63,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 myChefAutomateinstanceprofile --template-url https://s3.amazonaws.com/opsworks-cm-us-east-1-prod-default-assets/misc/opsworks-cm-nodes-roles.yaml --capabilities CAPABILITY_IAM
-    
-