Skip to content

Creating an RDS with a Connection to EC2

Hovo Apinyan edited this page Sep 21, 2023 · 2 revisions
  1. Navigate to the RDS service.

  2. Click the "Create Database" button.

  3. Choose the database engine of your choice (e.g., MySQL, PostgreSQL, etc.). In our case, it's PostgreSQL.

    image

  4. Select the "Free tier" option.

    image

  5. 1 -> Choose a name for your RDS (DB Instance Identifier).

    2 -> Select a name for your master (username).

    3 -> Specify a password for your master.

    image

  6. 1 -> Select "Connect to an EC2 compute resource."

    2 -> Choose your EC2 instance.

    image

  7. Click "Create a database."