Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lakshya-chopra authored Nov 21, 2023
1 parent 811bdb5 commit 2d4177c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
# aws-terminologies
# 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

0 comments on commit 2d4177c

Please sign in to comment.