Aws RDS
Aws RDS
Edition by default will be MySQL Community after the MYSQL Engine type selected and Version by
default selected to the latest one
If we want still we can select older version from the version list of items
Step 4 : Templates
Different types of Templates available and select based on your requirement and for the demo I
have selected Production, so I can show more options available .
Multiple-AZ DB Cluster-new
Multi-AZ DB instance
Single DB instance
Select the one based on requirement and I have chosen Single DB instance for my demo and others
will be charged more.
Step 6 : Settings
Step 8 : Storage
Default settings - screenshot
Storage type General Purpose SSD(gp2) Selected general purpose storage type for my
demo and but its suggested to go with
Provisioned IOPS SSD(io1) if you compare the
storage types for more performance
Storage autoscaling :
If you enable storage autoscaling , if the allocated storage got exhausted and storage increment will
be taken automatically.
Maximum storage threshold : Minimum : 22 GiB , Maximum : 16,384 GiB and 1000 is auto
populated and keep the value as your needs
But for mydemo, I have unselected the option Enable storage autoscaling
Step 9 : Connectivity
Virtual private cloud (VPC) : You can select the default VPC , other VPCs or can create a new VPC and
I have selected Default VPC
Public Access : Two options – Yes / No . As we need to access through the internet and so selected
Yes option
Multiple options available for connecting to the database and I have selected password
authentication .
Step 12 : Backup
Default Backup retention period is 7 days and we can change the value from 0 days to 35 days
Step 13 : Encryption
By default Enable encryption is enabled
Step14: Monitoring
By default monitoring is enabled
Step16 : Maintenance
By default Enable auto minor version upgrade is enabled but for the demo I have unselected it
If we see the status is showing as Creating and we need to wait for 5 to 10 minutes for the RDS to be
provisioned properly and once the RDS is ready status changes to Available.
Endpoint database-srini.cx9lhttqiaou.eu-west-1.rds.amazonaws.com
Port 3306
Click on Add
Server Address Copy the endpoint url copied from the RDS
database
database-srini.cx9lhttqiaou.eu-west-
1.rds.amazonaws.com
User Admin
Password Password
Initial Database sriniMySQLDB ( Name given at the time of
RDS creation)
Click on Test button and it will fail with the Connection Error
Security group Inbound details given below and click on Edit Inbound rules
Added a new Inbound rule and source I have selected MyIP and wanted this database to be
accessible only to my IP and save rules
Go back to step 20 and try connecting using the Test button below
Connection Test is successful and click on save the store the database details and click on connect
button as per the image given below
Table we created is showing in the left side section, once the table is created pleas refresh the
database and it will get reflected in the Sqlelctron UI