From 2d4177cc7e30c00e118e95cf16b7f04074ab9609 Mon Sep 17 00:00:00 2001 From: Lakshya Chopra <77010972+lakshya-chopra@users.noreply.github.com> Date: Tue, 21 Nov 2023 13:59:04 +0530 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 983150a..02f4987 100644 --- a/README.md +++ b/README.md @@ -1 +1,6 @@ -# aws-terminologies \ No newline at end of file +# aws-terminologies + +1. **AWS RDS** : This is a relational database service offered by aws which operates on databases that use SQL ( for eg: MySQL, PostgreSQL, MariaDB, Aurora). This services focuses on automatically backing up, dupicating, and auto scaling of the data. +2. **Aurora** : This is a fully functional database that is compatible with MySQL and PostgreSQL, and can be run on RDS. This is a fully managed DB that automates read replica and write replicas creation, it supports auto scaling and offers an automatic failover mechanism.\ +3. **AWS Codebuild** : This is a Continuous Integration platform that compiles the code, runs tests and produces production ready software packages. (like Jenkins) +4. **AWS CodePipeline** : This is a CD service