Most commonly used AWS services:
🧵👇🏻
1. Elastic Compute Cloud (EC2):
EC2 instances are basically servers with an operating system which can be used to run your applications on the internet just like you run your applications on your laptop during development.
2. Relational Database Service (RDS):
RDS is a distributed relational database service.
Amazon RDS is available on several database instance types - optimised for memory, performance or I/O - and provides six familiar database engines to choose from, including:
- Amazon Aurora
- PostgreSQL
- MySQL
- MariaDB
- Oracle Database
- SQL Server
3. Elastic Container Service (ECS):
AWS ECS is a fully managed container orchestration service.
ECS has been a foundational pillar for key Amazon services and it can natively integrate with other services such as Amazon Route 53, Secrets Manager, AWS Identity and
...