Services Flashcards
Amazon Elastic Compute Cloud (EC2)
Provides resizable compute capacity in the cloud and enables you to quickly deploy virtual servers, called instances, in seconds.
Amazon Simple Storage Service (S3)
Provides object storage in the cloud, allowing you to store and retrieve any amount of data from anywhere on the web.
Amazon Virtual Private Cloud (VPC)
Provides a logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define.
Amazon Relational Database Service (RDS)
Provides a fully managed relational database service that allows you to easily set up, operate, and scale a relational database in the cloud.
Amazon DynamoDB
Provides a fully managed NoSQL database service that offers fast and predictable performance, seamless scalability, and automatic data replication.
Amazon Route 53
Provides a scalable and highly available Domain Name System (DNS) web service that translates domain names to IP addresses.
Amazon CloudFront
Provides a content delivery network (CDN) service that securely delivers data, videos, applications, and APIs to customers globally with low latency and high transfer speeds.
AWS Identity and Access Management (IAM)
Provides a web service that enables you to securely control access to AWS resources, allowing you to create and manage users and permissions.
Amazon Elastic Block Store (EBS)
Provides persistent block-level storage volumes for use with Amazon EC2 instances.
Amazon Elastic Load Balancing (ELB)
Provides automatic distribution of incoming traffic across multiple EC2 instances, making your application more fault-tolerant and scalable.
Amazon Simple Notification Service (SNS)
Provides a fully managed pub/sub messaging service that allows you to send and receive messages between distributed systems, microservices, and serverless applications.
Amazon Simple Queue Service (SQS)
Provides a fully managed message queuing service that enables you to decouple and scale distributed systems and microservices.
Amazon Elastic Container Service (ECS)
Provides a fully managed container orchestration service that allows you to easily run, stop, and manage Docker containers on a cluster.
Amazon Elastic Kubernetes Service (EKS)
Provides a fully managed Kubernetes service that enables you to easily deploy, manage, and scale containerized applications using Kubernetes.
AWS Lambda
Provides a serverless computing service that allows you to run code without provisioning or managing servers, paying only for the compute time that you consume.