Amazon EC2
Virtual servers in the cloud; used for hosting applications, websites, and development environments.
AWS Lambda
Run code without provisioning servers; ideal for event-driven tasks like image processing or APIs.
Amazon ECS
Run and manage Docker containers; useful for containerized applications.
Amazon EKS
Managed Kubernetes service; helps run Kubernetes apps without managing infrastructure.
AWS Elastic Beanstalk
Platform as a Service to deploy apps easily; great for developers who want to focus on code.
AWS Fargate
Serverless compute engine for containers; removes the need to manage servers for containers.
AWS Outposts
Run AWS services on-premises; ideal for hybrid cloud scenarios.
Amazon S3
Scalable object storage; used for storing files, backups, and static website hosting.
Amazon EBS
Block storage for EC2; good for databases or file systems.
Amazon EFS
Scalable file storage; useful for Linux-based workloads needing shared access.
AWS Storage Gateway
Connect on-premises environments to cloud storage; helps with backups and archiving.
AWS Backup
Centralized backup service for AWS services; ensures data protection.
Amazon S3 Glacier
Long-term archival storage; optimized for infrequent access.
Amazon VPC
Creates isolated networks in AWS; helps control access and traffic.
Amazon Route 53
Scalable DNS service; used for domain registration and traffic routing.
Amazon CloudFront
Content delivery network; speeds up global access to web content.
AWS Direct Connect
Dedicated network connection; improves performance for hybrid cloud.
Elastic Load Balancing
Distributes incoming traffic across multiple instances; improves fault tolerance.
AWS Global Accelerator
Improves performance and availability for global users.
AWS IAM
Manage user access and permissions; crucial for security and access control.
AWS Organizations
Group and manage multiple AWS accounts; simplifies billing and governance.
AWS Artifact
Access compliance reports and documentation; helps meet regulatory requirements.
AWS Shield
Protects against DDoS attacks; ensures application availability.
AWS WAF
Filters traffic at the web layer; protects against common web exploits.