Private RDS Setup for Development Projects

Configuring a Private RDS Instance for Application Development
How to Configure a Private RDS Instance for Developing Applications
Tasks
- Provision a Private RDS Instance: Create a new private RDS instance named - datacenter-rdsusing a free tier template. It must be a- db.t3.microtype instance.
- Engine Configuration: Use the - MySQLengine with version- 8.0.x.
- Enable Storage Autoscaling: Enable storage autoscaling and set the threshold value to - 50GB. Keep the rest of the configurations as default.
- Instance Availability: Ensure the instance is in the - availablestate before submitting this task.
Steps
- Launch a Database Instance - RDS → Create database  
- Choose the database creation method: - Select - Standard create.
- Select - MySQL.
- Under Version, choose - 8.0.x.
- Select - Free tier.
 

- DB instance identifier - Enter - datacenter-rds.
 
- Instance configuration - Select - db.t3.micro.
 
 - Storage: - Enable - Storage autoscaling.
- Set the Maximum storage threshold to - 50 GB.
 

- Click - Create database
 - Successfully created database datacenter-rds  - Boom! We've successfully completed this exercise as well. 
#aws #cloudcomputing #rds #happylearning