AWS Security ChangesHomeSearch

AWS prescriptive-guidance documentation change

Service: prescriptive-guidance · 2026-04-16 · Documentation low

File: prescriptive-guidance/latest/patterns/streamline-postgresql-deployments-amazon-eks-pgo.md

Summary

Added markdown version link, updated GitHub repository URL for service_account.yaml file, and fixed typo from 'Kunernetes' to 'Kubernetes'

Security assessment

The change updates a GitHub URL reference and fixes a typo. There is no evidence of addressing a specific security vulnerability or weakness. The URL update points to a different repository location but doesn't indicate security remediation.

Diff

diff --git a/prescriptive-guidance/latest/patterns/streamline-postgresql-deployments-amazon-eks-pgo.md b/prescriptive-guidance/latest/patterns/streamline-postgresql-deployments-amazon-eks-pgo.md
index 8d4173ffd..93a596005 100644
--- a//prescriptive-guidance/latest/patterns/streamline-postgresql-deployments-amazon-eks-pgo.md
+++ b//prescriptive-guidance/latest/patterns/streamline-postgresql-deployments-amazon-eks-pgo.md
@@ -0,0 +1,2 @@
+[View a markdown version of this page](streamline-postgresql-deployments-amazon-eks-pgo.md)
+
@@ -311 +313 @@ Clone the PGO repository.| Clone the GitHub repository for PGO:
-Provide the role details for service account creation.| To grant the Amazon EKS cluster access to the required AWS resources, specify the Amazon Resource Name (ARN) of the OIDC role that you created earlier in the `service_account.yaml` file. This file is located in the [namespace folder](https://github.com/CrunchyData/postgres-operator-examples/tree/main/kustomize/install/rbac/namespace) of the repository. 
+Provide the role details for service account creation.| To grant the Amazon EKS cluster access to the required AWS resources, specify the Amazon Resource Name (ARN) of the OIDC role that you created earlier in the `service_account.yaml` file that is located in [GitHub](https://github.com/CrunchyData/postgres-operator/blob/main/config/rbac/cluster/service_account.yaml).
@@ -336 +338 @@ This establishes a dedicated namespace for PGO. If necessary, you can modify the
-| Kunernetes administrator  
+| Kubernetes administrator