AWS RDS MySQL Database Setup | Step by Step Tutorial



AWS RDS MySQL Database Setup | Step by Step Tutorial

AWS RDS MySQL Database Setup | Step by Step Tutorial

This tutorial will show what is AWS RDS, and how we will choose one database to create and access it using the db endpoint. There are six relational database engine’s being offered by AWS those are Amazon Aurora, MySQL, Oracle, SQLServer, PostgreSQL, MariaDB.

We will learn step by step process to create a DB instance and will learn how to access the DB from the API or, from your program.

For demo I have used a small basic #html and #php web application where I have shown how to use the db #endpoint to create, insert and fetch record from the database.

#AWS #RDS #MySQL

Comments are closed.