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.
Integrates directly with event notification & invokes code automatically
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.
Take SDK take complexity out of coding by prociding language-specific APIs for AWS services.
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.
What is Amazon Augmented AI?
Machine Learning service which makes it easy to build workflows needed for human review.
What is Amazon ElastiCache?
Adds caching layers on top of database to improve read times of common requests.
Supports Redis & Memcached.
What is AWS Marketplace?
Digital catalog that includes software listings from independent software vendors where you can find, test, & buy software that runs on AWS.
What is AWS Trusted Advisor?
Online tool that inspects AWS environment & provides real-time guidance in accordance w/ AWS best practices.
What is AWS Quick Starts?
Automate workload deployments into AWS environment
What is AWS Artifact?
Access AWS security & compliance reports & special online agreements
What is Amazon Athena?
Serverless interactive query service to analyze data in S3 using standard SQL. Only pay for queries that you run.
What is Amazon CloudSearch?
AWS Cloud Service search solution for website or application.
What is Amazon DataZone?
Data Management Service used to publish data & make it available to business data catalog through personalized web application.
What is Amazon EMR?
Big data platform for processing big data using open source tools such as Apache tools which makes it easy for you set up, operate, & scale big data environments by automating time-consuming tasks.
What is Amazon FinSpace?
Data Management & Analytics service purpose for Financial Services Industry (FSI) which reduces time for finding & preparing petabytes of financial data for analysis to minutes.
What is Data Firehose?
Fully managed service that automatically scales to match data throughput & doesn’t need ongoing administration which makes it easy to load streaming data into data stores & analytics tools.
What is Amazon Managed Service for Apache Flink?
Fully managed service lets you use an Apache Flink application to process streaming data.
What is AWS Client VPN?
Managed client-based VPN service that lets you access AWS & on-premises network resources where you can access them using an OpenVPN based VPN Client.
What is Amazon Connect?
Omnichannel cloud contact center that provides customer support.
What is Amazon Site-to-Site VPN?
Creates encrypted network path b/w on-premises network & AWS Cloud via your internet (connection not private & not consistent).
What is Amazon Polly?
ML service that converts text to audio.
What is Amazon Translate?
ML translation service.
What is Amazon Textract?
ML service that extracts text from scanned documents.
What is Amazon CloudWatch?
Monitors AWS resources & applications that you run in real time.
What is AWS Config?
Assess, audit, & evaluate configurations of AWS resources.
What is AWS IAM?
Manage access to AWS services & resources securely.