Amazon Relational Database Service - The Basics Of AWS RDS

Amazon Relational Database Service allows us to create, run, and manage relational databases in the cloud. With RDS, you can choose from six well-known relational database engines: 1. Aurora (AWS's relational database) 2. MySQL 3. PostgreSQL 4. SQL Server 5. MariaDB 6. Oracle Database Why would you choose…

AWS Virtual Private Cloud (VPC)

AWS Virtual Private Cloud (VPC) is another essential AWS service. Also, it is something you need to know if you want to pursue the certifications. When we build a cloud infrastructure, we want control over the security, of the traffic between our services and much more. In simpler words, AWS…

AWS S3 - All You Need To Know About This Service

In this article, you are going to learn about a core AWS service, called Simple Storage Service. AWS Simple Storage Service, or S3, is a very versatile and useful service. It is also one of the oldest AWS services. That means it is one you should know, especially for the…

How To Setup A Budget On AWS

Unfortunately, it is very easy to over-spend money in AWS, and you do not want that. Your costs can quickly spiral to thousands of dollars. Therefore, the first step I advise people to do after creating an AWS account is to set up a budget. By setting up a budget,…