Wednesday, March 16, 2022

ASSIGNMENT: AWS Database - RDS


 

Exercise:

Step 1: Search for RDS service or go to Database-->RDS
Step 2: Click on Create Database button.
Step 3: Chose option Standard Create
Step 4: Database Instance MySql
Step 5: Templates: Free tier
Step 6: Provide admin user password and confirm password.
Step 7: Storage Autoscaling : Max autoscaling 21 GB
Step 8: Select Default VPC
Step 9: Public Access Yes
Step 10: Select Security Group make sure port number 3306 is opened for the Inbound rule.
Step 11: Click on Create Database
Step 12 : It takes around 10 mins to create the database.
Step 13: Once the Database get created then select it.
Step 14: Copy the Endpoint and connect it from the remote system. (needs mysql workbench)




No comments:

Post a Comment

Fluentd

Open-source log data collector > why logs? - for compliance (auditing, company, business) - for security (transparency, monitoring, admin...