AWS Security ChangesHomeSearch

AWS code-library documentation change

Service: code-library · 2026-04-19 · Documentation low

File: code-library/latest/ug/cloudfront_example_cloudfront_GettingStarted_section.md

Summary

Simplified the getting started guide title and steps, removed detailed security steps (origin access control, bucket policy updates), and changed a section title to 'Getting started with WAF'.

Security assessment

The change simplifies security-related steps (like OAC and bucket policy) but adds a reference to WAF documentation. It does not address a specific security issue; it restructures and adds security documentation.

Diff

diff --git a/code-library/latest/ug/cloudfront_example_cloudfront_GettingStarted_section.md b/code-library/latest/ug/cloudfront_example_cloudfront_GettingStarted_section.md
index 68bfdb37c..4a86f8ec9 100644
--- a//code-library/latest/ug/cloudfront_example_cloudfront_GettingStarted_section.md
+++ b//code-library/latest/ug/cloudfront_example_cloudfront_GettingStarted_section.md
@@ -9 +9 @@ There are more AWS SDK examples available in the [AWS Doc SDK Examples](https://
-# Get started with a basic CloudFront distribution using the CLI
+# Get started with a basic CloudFront distribution
@@ -13 +13 @@ The following code example shows how to:
-  * Create an Amazon S3 bucket for content storage
+  * Create an Amazon S3 bucket
@@ -15 +15 @@ The following code example shows how to:
-  * Upload sample content to the S3 bucket
+  * Upload content to the bucket
@@ -17 +17 @@ The following code example shows how to:
-  * Create an origin access control (OAC) for secure S3 access
+  * Create a CloudFront distribution with OAC
@@ -19,7 +19 @@ The following code example shows how to:
-  * Create a CloudFront distribution with S3 as origin
-
-  * Update S3 bucket policy to allow CloudFront access
-
-  * Wait for distribution deployment and test content access
-
-  * Clean up resources including distribution, OAC, and S3 bucket
+  * Clean up resources
@@ -371 +365 @@ Delete signing resources
-Sign URLs and cookies
+Getting started with WAF