An open API service indexing awesome lists of open source software.

https://github.com/panntod/mysql-rds-on-aws

Create simple Database using RDS and MySql on Aws 💻
https://github.com/panntod/mysql-rds-on-aws

aws ec2 mysql rds subnet-group vpc

Last synced: 3 months ago
JSON representation

Create simple Database using RDS and MySql on Aws 💻

Awesome Lists containing this project

README

          

# MySql-RDS-on-Aws

Amazon Relational Database Service is a distributed relational database service by Amazon Web Services. It is a web service running "in the cloud" designed to simplify the setup, operation, and scaling of relational databases for use in applications

*Note: Make sure you have done these steps
- [Create Vpc](https://github.com/panntod/MySql-RDS-on-Aws/tree/main/Create%20Vpc)
- [Create EC2](https://github.com/panntod/MySql-RDS-on-Aws/tree/main/Create%20EC2)
- [Create Subnet Group](https://github.com/panntod/MySql-RDS-on-Aws/tree/main/Create%20Subnet%20Group)

## Next, let's create an rds by following these steps
1. ![create new database](https://github.com/panntod/MySql-RDS-on-Aws/blob/main/images/create-new-database.png?raw=true)
2. ![select database](https://github.com/panntod/MySql-RDS-on-Aws/blob/main/images/select-database.png?raw=true)
3. ![free tier](https://github.com/panntod/MySql-RDS-on-Aws/blob/main/images/free.png?raw=true)
4. ![change name](https://github.com/panntod/MySql-RDS-on-Aws/blob/main/images/change-name.png?raw=true)
5. ![setting admin](https://github.com/panntod/MySql-RDS-on-Aws/blob/main/images/setting-admin.png?raw=true)
6. ![select vpc](https://github.com/panntod/MySql-RDS-on-Aws/blob/main/images/select-vpc.png?raw=true)
7. ![enable](https://github.com/panntod/MySql-RDS-on-Aws/blob/main/images/enable.png?raw=true)
8. ![select security group](https://github.com/panntod/MySql-RDS-on-Aws/blob/main/images/select-security-group.png?raw=true)
9. ![creating](https://github.com/panntod/MySql-RDS-on-Aws/blob/main/images/creating.png?raw=true)
10. ![successfully](https://github.com/panntod/MySql-RDS-on-Aws/blob/main/images/successfully.png?raw=true)