kunduso / rds-secretsmanager-rotation-lambda-terraform

This repository contains the necessary Terraform configurations to deploy an Amazon RDS for PostgreSQL and all the supporting infrastructure components like Amazon VPC, Subnets, KMS keys, security group and IAM roles, automated via GitHub Actions. Code scanning is enabled via Bridgecrew Checkov.
https://skundunotes.com/2024/09/18/create-amazon-rds-for-postgresql-db-using-terraform-and-github-actions/
The Unlicense
0 stars 0 forks source link

Store RDS endpoint in SSM Parameter Store #19

Closed kunduso closed 2 months ago

kunduso commented 2 months ago

Applications will require access to the RDS DB instance using the endpoint. Store the endpoint address with the AWS Secrets ARN, which stores the username and password to access the Amazon RDS for PostgreSQL DB instance.