AWS Services Flashcards
What is AWS Lambda?
serverless service that allows you to run code without provision/manage a service. Only pay for compute time you use.
Best for quick workloads.
What is EC2?
Web service that provides a secure, scalable computing environment in the Amazon Web Services (AWS) public cloud
What is Elastic Load Balancing?
Automatically distributes incoming application traffic across multiple resources.
What is Amazon SNS?
Amazon Simple Notification Service:
Publish/suscribe service. Using topics publisher publishes messages to suscribers.
What is Amazon SQS?
Amazon Simple Queue Service:
Service that enables you to send, store, & receive messages between software components through a queue.
What is Amazon ECS?
Amazon Elastic Container Service:
Highly scalable & high performance management system that enables you to run & scale containerized applications on AWS.
What is Amazon EKS?
Amazon Elastic Kubernetes Service:
Fully managed service that allows you to run Kubernetes on AWS.
What is Amazon Fargate?
Serverless compute engine for containers that works with ECS & EKS.
What is AWS Outposts?
Service that lets you run AWS infrastructure, services, & tools in your own on-premises data center using hybrid approach.
HINT: Think of a mini-region within your on-premises data center.
What is Amazon CloudFront?
Content delivery service that uses network of Edge Locations to cache (store as a local copy) & deliver content to customers globally.
What is Amazon Route53?
Highly available & scalable cloud DNS service.
Enables to customize routing policies to reduce latency.
What is the AWS Management Console?
Web-based interface for accessing & managing AWS services.
What is the AWS Command Line Interface (AWS CLI)?
Allows you to control many AWS services directly from command line with one tool.
You can automate your application/service’s actions through scripts.
What are Software Development Kits (SDKs)
Set of platform-specific building tools like debuggers, compilers, and libraries for you to build your applications.
What is Elastic Beanstalk?
Deploys resources necessary to peform:
- Adjusting capacity
- Load Balancing
- Automatic Scaling
- Application Health Monitoring
What is AWS CloudFormation?
Infrastructure as code (IaC) service that allows you to model, provision, & manage AWS & 3rd Party resources using a template.
What is Amazon VPC?
Amazon Virtual Private Cloud:
Enables you to provision isolated section of the AWS Cloud where you can launch resources in virtual network you define.
What is AWS Direct Connect?
Allows you to establish dedicated private connection b/w data center and VPC.
- Helps reduce network costs & increase bandwidth amount that can travel through your network.
What is Amazon Relational Database Service (RDS)?
Managed service that lets you to run relational databases in AWS Cloud.
- Automates tasks such as hardware provisioning, database setup, patching, & backups.
- Many RDS engines offer encryption at rest & encryption in transit.
What is the AWS Personal Health Dashboard?
Provides alerts & remediation guidance when AWS is experiencing events that can affect you.
What is AWS Transcribe?
Converts audio to text.
What is Amazon Comprehend?
Helps you discover patterns in text.
What is Amazon Fraud Detector?
Identities fraudulent activities.
What is Amazon Lex?
Builds voice & text chatbots.
What is Amazon SageMaker?
Build, train, & deploy Machine Learning models quickly.
What is AmazonDeep Racer?
1/18 scale race that you can use to test reinforcement learning models.