AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2026-01-25 · Documentation low

File: solutions/latest/modular-cloud-studio-on-aws/manual-delete-retained-resources.md

Summary

Updated placeholder formatting in AWS CLI commands for S3, EC2, and SSM resource deletion

Security assessment

The change only modifies documentation placeholders without altering security content. No vulnerabilities or security features are referenced.

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 152ed8e3a..6cce2f78d 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://<phrase role="red"><<emphasis>bucket-name</emphasis>></phrase> --force
+    $ aws s3 rb s3://<_bucket-name_ > --force
@@ -66 +66,2 @@ To delete the DynamoDB tables using AWS CLI, run the following command:
-    $ aws ec2 deregister-image --image-id <phrase role="red"><<emphasis>image-id</emphasis>></phrase>
+    $ aws ec2 deregister-image --image-id <_image-id_ >
+             
@@ -84 +85,2 @@ To delete the Parameters tables using AWS CLI, run the following command:
-    $ aws ssm delete-parameter --name <phrase role="red"><<emphasis>parameter-name</emphasis>></phrase>
+    $ aws ssm delete-parameter --name <_parameter-name_ >
+