0% found this document useful (0 votes)
24 views21 pages

Lab 7

AWS RDS makes it easy to set up, operate, and scale relational databases in the cloud. It provides six familiar database engines to choose from and is optimized for memory, performance or I/O. Major companies like Unilever, Expedia, and Netflix use AWS RDS to handle their database needs in a scalable and cost-effective manner. The document then provides step-by-step instructions for setting up a MySQL database on AWS RDS.

Uploaded by

casapedisertatie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views21 pages

Lab 7

AWS RDS makes it easy to set up, operate, and scale relational databases in the cloud. It provides six familiar database engines to choose from and is optimized for memory, performance or I/O. Major companies like Unilever, Expedia, and Netflix use AWS RDS to handle their database needs in a scalable and cost-effective manner. The document then provides step-by-step instructions for setting up a MySQL database on AWS RDS.

Uploaded by

casapedisertatie
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 21

Amazon Web Services

AWS RDS
• makes it easy to set up, operate, and scale a relational
database in the cloud.
• is available on several database instance types - optimized for
memory, performance or I/O - and provides you with six
familiar database engines to choose from, including Amazon
Aurora, PostgreSQL, MySQL, MariaDB, Oracle Database, and
SQL Server.
• is used by Unilever, Expedia, Netflix, etc.
AWS RDS
1. go to https://www.awseducate.com/signin/SiteLogin and
enter your email and password from the amazon’s email.
2. Click on AWS Account and then on AWS Educate Starter
Account
AWS RDS
3. click on AWS Console

4. chose RDS from Find Services


AWS RDS
• Click on Create database.
AWS RDS
• Chose MySQL.
AWS RDS
• Chose Free tier and keep in mind the username.
AWS RDS
• Add a password.
AWS RDS
• There is nothing to be done here.
AWS RDS
• Select Yes for Publicly accessible.
AWS RDS
• Chose Create new and a add group name.
AWS RDS
• Add a database name, then add DB parameter according with
the version of the MySQL server you have installed locally.
Chose default:mysql-8.0 in case you have MySQL server 8
installed on your machine.
AWS RDS
• Nothing to be done here.
AWS RDS
• Nothing to be done here.
AWS RDS
• Click on Create database.
AWS RDS
• Click on Databases and chose your Database Identifier.
AWS RDS
• Copy the endpoint url
AWS RDS
• Go to MySQL Workbench( in case you don’t have it, install it
together with a MySQL Server).
• Go to Database -> Connect to Database…
AWS RDS
• For the Hostname add the endpoint url, change the username
according with the AWS RDS setup (slide 7), then click on
Store In Vault and add the password from AWS RDS(slide 8).
Click on OK button.
AWS RDS
• If everything is ok you should see something like this:
AWS RDS - Workflow
• Create a database in AWS console, then create another one
locally and use it until you test all of your functions. In the
end, export the local database into the database from AWS
RDS. This approach will help you save money, as working with
AWS RDS from AWS console will involve addition costs.

You might also like