- Newest
- Most votes
- Most comments
Sure! Here's a concise guide to configure your RDS instance without using Terraform:
Steps to Configure RDS Instance Login to AWS Management Console: Navigate to the RDS Dashboard.
Create a New RDS Instance: Click on "Databases" in the left-hand menu. Click on "Create database".
Select Database Engine: Choose "PostgreSQL".
Choose Database Edition: Select "Standard Create".
Configure DB Instance: DB Instance Class: Choose db.r7g.xlarge. Storage Type: Select "Provisioned IOPS (io2)". Allocated Storage: Set to a value that supports your required IOPS (e.g., 144 GiB for 72,000 IOPS).
Set Storage and IOPS: IOPS: Set to 72,000 (or as needed based on your requirements).
Specify Database Details: DB Instance Identifier: Enter a name for your instance. Master Username: Enter the master username. Master Password: Enter the master password.
Configure Advanced Settings: Parameter Group: Choose the default PostgreSQL parameter group or create a new one if needed. Backup: Configure backup settings as per your requirements. Monitoring: Enable enhanced monitoring if needed.
Configure VPC and Subnet Group: VPC: Ensure the instance is associated with the correct VPC. Subnet Group: Choose a public subnet if you require public access.
Create Database: Review all settings and click "Create database".
Relevant content
- asked 2 months ago
- asked 2 months ago
- asked 3 months ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a month ago