AWS Classroom Series – 27/Oct/2021

Relational Databases

  • Scenario 1: Hosting the Database on your Data center On-premises Preview
  • Scenario 2: Hosting the Database on AWS EC2 (Virtual Machine) Servers Preview
  • Scenario 3: Hosting the database using Amazon RDS Preview

Understanding the Amazon Relational Database Service (RDS)

  • AWS provides service for hosting and managing the relational databases called RDS. Using this service, you can host the following RDBMS Engines
    • Aurora MySQL
    • Aurora PostgreSQL
    • Oracle
    • SQL Server
    • MySQL
    • PostgreSQL
    • MariaDB
  • Benefits of running databases on RDS
    • No infrastructure Management
    • Instant Provisioning: We can deploy the RDMS of your choice in few minutes
    • Scaling: RDS is easy to scale, with few clicks we can scale up or down
    • Cost-effective: You pay only for what you use & there is no minimum setup fees.
    • Highly Available: Using RDS, you can provision a database in multiple AZs, Amazon RDS replicates your data to a standby instance in a different AZ
    • Security

Lets create a free-tier AWS RDS instance

  • Database Engine: MySQL

  • free tier size: db.t2.micro

  • Lets create Preview Preview Preview Preview Preview Preview Preview Preview Preview Preview Preview Preview

  • Lets open port in security group for communication Preview

  • Now to connect to this databse we need endpoint and credentials Preview

  • To connect to mysql database we need mysql clients

    • mysql commandline
    • mysql workbench
  • Lets install mysql workbench Refer Here Preview Preview

  • Applications use connection string to connect to the database Preview

    • Java: Preview
    • .net (C#): Preview
    • Python: Preview

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Social Network Widget by Acurax Small Business Website Designers

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube