This module allows you to register an existing AWS RDS Postgres Instance in Nullstone. This allows users to connect applications to RDS Postgres in Nullstone without having an existing Terraform and state file.
You are creating an application in Nullstone that needs to connect to an AWS RDS Postgres Instance that was not created in Nullstone.
- Creates an administrative lambda function that is used to gatekeep access to the AWS RDS Postgres Instance.
- Exposes the same outputs as a normal postgres datastore.
- Create a datastore for existing RDS Postgres.
- Find your existing RDS instance in the AWS console. Copy the database identifier.
- Launch the datastore.
- Use the database identifier for the
db_identifier
variable. - Input the credentials for the admin user in
db_admin_username
anddb_admin_password
variables.
- Use the database identifier for the
- Connect your application to the RDS datastore as a capability.