AWS Security ChangesHomeSearch

AWS AWSEC2 documentation change

Service: AWSEC2 · 2025-10-19 · Documentation low

File: AWSEC2/latest/UserGuide/cm-set-up-s3-export.md

Summary

Formatting changes to JSON policy structure in S3 bucket permissions documentation (added line breaks for readability)

Security assessment

The change only reformats JSON policy syntax without altering permissions or security controls. No security implications identified as the actual policy content remains unchanged.

Diff

diff --git a/AWSEC2/latest/UserGuide/cm-set-up-s3-export.md b/AWSEC2/latest/UserGuide/cm-set-up-s3-export.md
index ce48d0b48..a0f6427d9 100644
--- a//AWSEC2/latest/UserGuide/cm-set-up-s3-export.md
+++ b//AWSEC2/latest/UserGuide/cm-set-up-s3-export.md
@@ -18 +18,2 @@ The following policy must be applied to your S3 bucket to allow Capacity Manager
-        "Statement": [
+        "Statement":
+        [
@@ -21 +22,2 @@ The following policy must be applied to your S3 bucket to allow Capacity Manager
-                "Principal": {
+                "Principal":
+                {
@@ -24 +26,2 @@ The following policy must be applied to your S3 bucket to allow Capacity Manager
-                "Action": [
+                "Action":
+                [
@@ -29 +32,2 @@ The following policy must be applied to your S3 bucket to allow Capacity Manager
-                "Resource": [
+                "Resource":
+                [
@@ -33,2 +37,4 @@ The following policy must be applied to your S3 bucket to allow Capacity Manager
-                "Condition": {
-                    "StringEquals": {
+                "Condition":
+                {
+                    "StringEquals":
+                    {
@@ -37 +43,2 @@ The following policy must be applied to your S3 bucket to allow Capacity Manager
-                    "StringLike": {
+                    "StringLike":
+                    {
@@ -40,0 +48 @@ The following policy must be applied to your S3 bucket to allow Capacity Manager
+            }