-
Notifications
You must be signed in to change notification settings - Fork 0
Creating an RDS with a Connection to EC2
Hovo Apinyan edited this page Sep 21, 2023
·
2 revisions
-
Navigate to the RDS service.
-
Click the "Create Database" button.
-
Choose the database engine of your choice (e.g., MySQL, PostgreSQL, etc.). In our case, it's PostgreSQL.
-
Select the "Free tier" option.
-
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.
-
1 -> Select "Connect to an EC2 compute resource."
2 -> Choose your EC2 instance.
-
Click "Create a database."