AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2025-06-28 · Documentation low

File: prescriptive-guidance/latest/patterns/automate-backups-for-amazon-rds-for-postgresql-db-instances-by-using-aws-batch.md

Summary

Formatting changes including author attribution update, markdown table syntax fixes, and quote style normalization

Security assessment

Changes are purely cosmetic/formatting improvements with no security implications. No security-related content was added or modified beyond syntax.

Diff

diff --git a/prescriptive-guidance/latest/patterns/automate-backups-for-amazon-rds-for-postgresql-db-instances-by-using-aws-batch.md b/prescriptive-guidance/latest/patterns/automate-backups-for-amazon-rds-for-postgresql-db-instances-by-using-aws-batch.md
index c4ed2f93d..b5bb8ba02 100644
--- a//prescriptive-guidance/latest/patterns/automate-backups-for-amazon-rds-for-postgresql-db-instances-by-using-aws-batch.md
+++ b//prescriptive-guidance/latest/patterns/automate-backups-for-amazon-rds-for-postgresql-db-instances-by-using-aws-batch.md
@@ -9 +9 @@ SummaryPrerequisites and limitationsArchitectureToolsEpicsRelated resourcesAddit
- _Created by Kirankumar Chandrashekar (AWS)_
+ _Kirankumar Chandrashekar, Amazon Web Services_
@@ -102 +102 @@ Your PostgreSQL DB instances on Amazon RDS must have [tags applied to their meta
-**Tag**| **Description**  
+Tag| Description  
@@ -120 +120 @@ Create an SNS topic.| Open the Amazon SNS console, choose **Topics** , and creat
-Create a failed job event rule for AWS Batch. | Open the Amazon CloudWatch console, choose **Events** , and then choose **Create rule**. Choose **Show advanced options** , and choose **Edit**. For **Build a pattern that selects events for processing by your targets** , replace the existing text with the “Failed job event” code from the _Additional information_ section. This code defines a CloudWatch Events rule that initiates when AWS Batch has a `Failed` event.| Cloud administrator  
+Create a failed job event rule for AWS Batch. | Open the Amazon CloudWatch console, choose **Events** , and then choose **Create rule**. Choose **Show advanced options** , and choose **Edit**. For **Build a pattern that selects events for processing by your targets** , replace the existing text with the "Failed job event" code from the _Additional information_ section. This code defines a CloudWatch Events rule that initiates when AWS Batch has a `Failed` event.| Cloud administrator  
@@ -126 +126 @@ Create an Amazon ECR repository.| Open the Amazon ECR console and choose the AWS
-Write a Dockerfile. | Sign in to Docker and use the “Sample Dockerfile” and “Sample entrypoint.sh file” from the _Additional information_ section to build a Dockerfile.| DevOps engineer  
+Write a Dockerfile. | Sign in to Docker and use the "Sample Dockerfile" and "Sample entrypoint.sh file" from the _Additional information_ section to build a Dockerfile.| DevOps engineer