Skip to main content

Create an Amazon RDS PostgreSQL Instance and Obtain Connection Details

Note

Chef Automate 4.10.1 released on 6th September 2023 includes improvements to the deployment and installation experience of Automate HA. Please read the blog to learn more about key improvements. Refer to the pre-requisites page (On-Premises, AWS) and plan your usage with your customer success manager or account manager.

You can follow the AWS documentation directly for detailed steps on how to create an Amazon RDS PostgreSQL Instance.

Below is our guide on the steps required to create an Amazon RDS PostgreSQL instance. This guide will walk you through creating an Amazon RDS PostgreSQL instance and retrieving the necessary connection details, including the hostname, port, username, and password.

Prerequisites

Before proceeding, make sure you have the following prerequisites in place:

  • An active AWS account
  • Sufficient permissions to create Amazon RDS instances

Step 1: Sign in to the AWS Management Console

  1. Open your preferred web browser and go to the AWS Management Console.
  2. Sign in to your AWS account using your credentials.

Step 2: Navigate to the Amazon RDS Dashboard

  1. Once logged in to the AWS Management Console, search for RDS in the search bar at the top of the page.
  2. Click on the Amazon RDS service from the search results to open the Amazon RDS dashboard.

Step 3: Create a New Amazon RDS PostgreSQL Instance

  1. Click on Create database button in the Amazon RDS dashboard.
  2. On the Choose a database creation method page, select the Standard Create option.
  3. Under the Engine options section, select PostgreSQL as the database engine.
  4. Choose PostgreSQL 13.5-R1.
  5. Under the Templates section, select the template that suits your needs or choose the default template.
  6. In the Settings section, provide the following information:
    • DB instance identifier: Enter a unique identifier for your RDS instance.
    • Master username: Specify the username for the master user account.
    • Master password: Set a secure password for the master user account.
  7. In the Instance configuration section, select the appropriate instance size for your needs.
  8. In the Connectivity section,
    • In Compute resource, select Don’t connect to an EC2 compute resource.
    • Select Network type as per your requirements.
    • In Virtual private cloud, select the VPC you want to use for your Automate cluster.
    • In DB subnet group, choose any private subnet available in your VPC.
    • In Public Access select NO
  9. Configure the remaining settings as per your requirements.
  10. Review all the settings and make sure they are accurate.
  11. Click on the Create database button to start the creation process.

Step 4: Wait for the Amazon RDS Instance to be Created

  1. The RDS instance creation process may take a few minutes. Wait for the process to complete.
  2. You can monitor the progress of the instance creation on the Amazon RDS dashboard.

Step 5: Open the port in the RDS security group

  1. Go to the Amazon RDS dashboard.
  2. Find and select your newly created PostgreSQL instance from the list.
  3. In the instance details view, navigate to the Connectivity & security tab.
  4. Open the Security Group under VPC security groups.
  5. Under Inbound Rules, edit and select Type as PostgreSQL.
  6. Select Source as custom and give appropriate cidr block for your VPC.
  7. Click on Save Rules.

Step 6: Retrieve Connection Details

Once the Amazon RDS PostgreSQL instance is created successfully, you can obtain the necessary connection details.

  1. Go to the Amazon RDS dashboard.
  2. Find and select your newly created PostgreSQL instance from the list.
  3. In the instance details view, navigate to the Connectivity & security tab.
  4. Here, you will find the following connection details:
    • Instance URL: This is the endpoint or hostname of your RDS instance. It will look something like my-rds-instance.abcdefg12345.us-east-1.rds.amazonaws.com.
    • Port: The port number your PostgreSQL instance listens to. The default port is usually 5432.
    • Username: The username of the master user account you specified during instance creation.
    • Password: The password for the master user account.

Step 7: Connect to Your Amazon RDS PostgreSQL Instance

Using the connection details obtained in the previous step, you can now connect to your Amazon RDS PostgreSQL instance from Automate. Congratulations! You have successfully created an Amazon RDS PostgreSQL instance, and it’s ready to be used with Automate.

Edit this page on GitHub

Thank you for your feedback!

×









Search Results