Core Services Flashcards
Service that provides secure and resizable virtual servers on AWS
Amazon EC2
Platform (PaaS) for scaling and deploying web apps and services across a specific list of technologies
AWS Elastic Beanstalk
Service that enables you to use compute resources without having to launch or manage the underlying infrastructure - this is leveraged in serverless architectures
This service is commonly used in a serverless architecture.
AWS Lambda
Service that enables you to deploy, manage, and scale containerized applications on AWS.
Amazon Elastic Container Service (ECS)
Service that enables you to run Kubernetes in the AWS cloud. You would utilize this if you had a specific need to run Kubernetes for your containerized applications.
Amazon Elastic Kubernetes Service (EKS)
Compute engine that works with both ECS and EKS. It is serverless and has a pay-for-what-you-use pricing model.
This service is commonly used in a serverless architecture for container applications.
AWS Fargate
Service that enables you to build and run containerized web application without any prior container or infrastructure experience.
AWS App Runner
Highly-available AWS Domain Name Service (DNS) service that can be leveraged in creating highly available and fault tolerant applications.
This is a global service, and it can be used in a hybrid cloud architecture.
Amazon Route 53
Logically isolated section of the AWS Cloud where you can launch AWS resources in a virtual network that you define
Amazon VPC
Cloud service solution that makes it easy to establish a dedicated network connection from your data center to AWS. This connection does not go over the public Internet.
AWS Direct Connect
Fully managed API management service that handles concepts like authentication, logging, and throttling for your API layer
Amazon API Gateway
Amazon‘s global Content Delivery Network (CDN) service that enables your users to get content from a server that is closest to them.
This is a global service.
Amazon CloudFront
AWS networking service that routes your traffic through the AWS global network, increasing the overall speed through optimizations by AWS.
AWS Global Accelerator
Service that enables you to distribute traffic across multiple targets (including EC2, ECS, Lambda).
Elastic Load Balancing
Service that provides object storage for objects up to 5 TB in size - with no limit on the total storage
Amazon Simple Storage Service (S3)
Archive storage classes for Amazon S3. These are designed for objects you need to keep but don’t plan to access.
Instant Retrieval – archive storage for data you don’t plan to access but can be retrieved in milliseconds
Flexible Retrieval – archive storage for data you don’t plan to access but can be retrieved in minutes to hours
Deep Archive – lowest cost archive storage for rarely access data which can be retrieved within 12 hours
S3 Glacier