AWS solutions documentation change
Summary
Updated placeholder syntax in AWS CLI commands (S3 bucket deletion, AMI deregistration, parameter deletion) from <_..._> to XML-like tags.
Security assessment
Purely cosmetic/documentation formatting change. No security content added or modified. Placeholder updates don't impact security posture.
Diff
diff --git a/solutions/latest/modular-cloud-studio-on-aws/manual-delete-retained-resources.md b/solutions/latest/modular-cloud-studio-on-aws/manual-delete-retained-resources.md index 6cce2f78d..1583ef2a8 100644 --- a//solutions/latest/modular-cloud-studio-on-aws/manual-delete-retained-resources.md +++ b//solutions/latest/modular-cloud-studio-on-aws/manual-delete-retained-resources.md @@ -29 +29 @@ To delete the S3 bucket using AWS CLI, run the following command: - $ aws s3 rb s3://<_bucket-name_ > --force + $ aws s3 rb s3://<phrase role="red"><<emphasis>bucket-name</emphasis>></phrase> --force @@ -66,2 +66 @@ To delete the DynamoDB tables using AWS CLI, run the following command: - $ aws ec2 deregister-image --image-id <_image-id_ > - + $ aws ec2 deregister-image --image-id <phrase role="red"><<emphasis>image-id</emphasis>></phrase> @@ -85,2 +84 @@ To delete the Parameters tables using AWS CLI, run the following command: - $ aws ssm delete-parameter --name <_parameter-name_ > - + $ aws ssm delete-parameter --name <phrase role="red"><<emphasis>parameter-name</emphasis>></phrase>