DEV Community

Said Olano
Said Olano

Posted on

Scalable AWS Services

I was reading about what AWS Services are ready to be easily scaled up/down.

Here you have the summary:

Scalable AWS Services:

  1. Amazon EC2 (Elastic Compute Cloud): Provides scalable and flexible computing capacity in the cloud.
  2. Amazon S3 (Simple Storage Service): Scalable object storage with high durability and availability.
  3. Amazon RDS (Relational Database Service): Auto-scaling for managed relational databases.
  4. Amazon Lambda: Serverless code execution that automatically scales based on demand.
  5. Amazon ECS (Elastic Container Service): Container orchestration that automatically scales.
  6. Amazon EKS (Elastic Kubernetes Service): Auto-scaling for managed Kubernetes clusters.
  7. Amazon CloudFront: Content Delivery Network (CDN) with global scalability and low latency.
  8. Amazon DynamoDB: Managed NoSQL database that auto-scales.
  9. Amazon Aurora: Relational database with automatic scaling for storage and performance.
  10. Amazon Auto Scaling: Automatically adjusts compute capacity based on workload needs.

Here is a picture:

Image description

Top comments (0)