ℹ️ Information: A DB subnet group is a collection of subnets that you designate for your RDS database instances within a VPC. This configuration ensures high availability by allowing Amazon RDS to deploy instances across multiple Availability Zones.

In the Aurora and RDS console:

Configure the DB subnet group details:
fcaj-subnet-groupSubnet Group for DB Instance
🔒 Security Note: Always place your database instances in private subnets to prevent direct internet access, reducing your attack surface.


ℹ️ Information: Amazon RDS makes it easy to set up, operate, and scale a relational database in the cloud. It provides cost-efficient and resizable capacity while automating time-consuming administration tasks.

Select the database creation method:

For Template: choose Production

For Availability and durability: choose Multi-AZ DB instance deployment (2 instances)
💡 Pro tip: This option is primarily used for High Availability and Disaster Recovery. It provisions a standby instance in a different Availability Zone (AZ). Data written to the primary instance is synchronously replicated to the standby instance. In the event of an primary instance failure, Amazon RDS automatically fails over to the standby instance, ensuring minimal downtime and no data loss

Configure instance details:
fcaj-db-instanceadminAa12345#)
Configure instance specifications:
db.m5d.large for the instance class20 GiB

🔒 Security Note: Using dedicated security groups for your database tier helps maintain proper network segmentation and access control.

fcaj


💡 Pro tip: You’ll need this endpoint information when configuring your application to connect to the database.