ℹ️ 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.
Access the AWS Management Console:

In the RDS console:

Configure the DB subnet group details:
FCJ-Management-Subnet-GroupSubnet Group for FCJ Management
Configure the subnet selection:
🔒 Security Note: Always place your database instances in private subnets to prevent direct internet access, reducing your attack surface.

Complete the creation:

Verify the DB subnet group has been created successfully with multiple AZs:


ℹ️ 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.
Navigate to the RDS console:

Select the database creation method:

Select the database engine:

Configure the deployment template:
💡 Pro Tip: Multi-AZ deployments enhance availability by automatically provisioning and maintaining a synchronous standby replica in a different Availability Zone.

Configure instance details:
fcj-management-db-instanceadmin
Set the database password:
123Vodanhphai)🔒 Security Note: In production environments, always use complex passwords and consider using AWS Secrets Manager to automatically rotate credentials.

Configure instance specifications:
db.m5d.large for the instance class20 GiB
Configure connectivity settings:
AutoScaling-Lab)
Configure security settings:
🔒 Security Note: Using dedicated security groups for your database tier helps maintain proper network segmentation and access control.

Configure initial database settings:
awsfcjuer
Complete the database creation:

Verify successful database creation:

Note the database endpoint and port for future reference:
💡 Pro Tip: You’ll need this endpoint information when configuring your application to connect to the database.
