Technology Flashcards
What AWS product allows you to rent and manage virtual servers in the cloud?
AWS EC2
What AWS product provides a server-less compute service that lets you run code without managing servers?
AWS Lambda
What AWS product provides a server-less compute engine for containers?
AWS Fargate
What AWS product allows you to quickly launch all the resources you need for small projects?
AWS Lightsail
What AWS product allow you to run AWS cloud services in your internal data center?
AWS Outposts
What AWS product allows you to process large workloads in smaller chunks (or batches)?
AWS Batch
What AWS product provides an object storage service for the cloud that is highly available?
AWS S3
What AWS product provides a storage device (called a volume) that can be attached to (or removed from) an EC2 instance?
AWS EBS
What AWS product provides a server-less network files system for sharing files?
AWS EFS
What AWS product provides a hybrid storage service that allows on-premises applications to access cloud storage?
AWS Storage Gateway
What AWS product helps you manage data backups across multiple data services?
AWS Backup
What AWS product serves as a content delivery network (CDN) that delivers data and applications globally with low latency?
AWS CloudFront
What AWS product sends your users through the AWS global network when accessing your content, speeding up delivery?
AWS Global Accelerator
What AWS product improves content uploads and downloads from S3?
S3 Transfer Acceleration
What AWS product provides domain name system (DNS) services that routes users to applications?
Route 53
What AWS product serves as a foundational service that allows you to create a secure private network in the AWS Cloud where you launch your resources?
Virtual Private Cloud (VPC)
What AWS product provides a dedicated physical network connection from your on-premises data center to AWS?
AWS Direct Connect
What service creates a secure virtual connection between your internal networks and your AWS VPCs?
Virtual Private Network (VPN)
What AWS product allows you to build and manage APIs?
AWS API Gateway
What AWS product makes it easy to launch and manage relational databases such as Oracle or MySql?
Relational Database Service (RDS)
What AWS product is a relational database, compatible with MySQL, and PostgreSQL, that was created by AWS and is optimized for the cloud?
AWS Aurora
What AWS product provides a fully managed NoSQL key-value and document database that is optimized for the cloud?
AWS DynamoDB
What AWS product provides a fully managed document database that supports MongoDB?
DocumentDB
What AWS product provides a fully managed in-memory datastore compatible with Redis or Memcached?
ElastiCache
What AWS product provides a fully managed graph database that supports highly connected datasets?
Neptune
What AWS product helps you migrate databases to or within AWS?
Database Migration Service (DMS)
What AWS product allows you to migrate on-premises servers to AWS?
Server Migration Service (SMS)
What AWS family of products allows you to transfer large amounts of on-premises data to AWS using a physical device?
Snow Family
What AWS product is a secure, online service that automates and accelerates moving data between on-premises and AWS storage services like S3 & EFS?
DataSync
What AWS product provides a scalable data warehouse solution?
Redshift
What AWS product provides a query service for Amazon S3?
Athena
What AWS product can prepare your data for analytics?
Glue
What AWS product allows you to process and analyze data streams in real time?
Kinesis
What AWS product helps you process large amounts of data and simplifies running big data frameworks such as Hadoop and Spark?
Elastic MapReduce (EMR)
What AWS product helps you move data between compute and storage services either in AWS or on-premises?
Data Pipeline
What AWS product allows you to automate your image and video analysis?
Rekognition
What AWS product provides a natural-language processing (NLP) service that finds relationships in text?
Comprehend
What AWS product turns text into speech?
Polly
What AWS product helps you build, train, and deploy machine learning models quickly?
SageMaker
What AWS product provides language translation?
Translate
What AWS product helps you build conversational interfaces like chatbots?
Lex
What AWS product allows you to write code within an IDE from your web browser?
Cloud9
What AWS product provides a source control system for private Git repositories?
CodeCommit
What AWS product allows you to build and test your application source code?
CodeBuild
What AWS product manages the deployment of code to compute services in the cloud or on-premises?
CodeDeploy
What AWS product automates the software release process?
CodePipeline
What AWS product helps you debug production applications?
X-Ray
What AWS product allows you to provision AWS resources using infrastructure as code?
CloudFormation
What AWS product allows you to deploy full web applications and web services to AWS?
Elastic Beanstalk
What AWS product allows you to use Chef or puppet to automate the configuration of your servers and deploy code?
OpsWorks
What AWS product provides a message queueing service that allows you to build loosely coupled systems?
Simple Queue Service (SQS)
What AWS product allows you to send emails and text messages from your applications?
Simple Notification Services (SNS)
What AWS product provides an email service that allows you to send richly formatted HTML emails from your applications?
Simple Email Service (SES)
What AWS product provides a collection of services that help you monitor and observe your cloud resources?
CloudWatch
What AWS product tracks user activity and API calls within your account?
CloudTrail
What AWS product Allows you to physically transfer multi-petabyte or exabyte scale date from your on-premises data center to S3?
Snowmobile
What AWS product allows you to physically transfer petabyte scale data in and out your on-premises data center? (Edge supports both EC2 & Lambda) (Cheaper than internet transfer.)
Snowball & Snowball Edge
What AWS product is used to physically transport up to 8 terabytes of data? (Used online with DataSync.)
Snowcone
What AWS feature supports adding or removing EC2 instances based on demand?
Auto Scaling
What AWS service supports evenly distributing incoming traffic across all their EC2 instances?
Elastic Load Balancing
What are the different types of Elastic Load Balancers?
Classic, Application, Network, Gateway
What AWS service provides you with a view of the performance and availability of your AWS services based on your requirements?
AWS Health Dashboard
Which type of Elastic Load Balancer is best suited for load balancing of HTTP & HTTPS traffic?
Application Load Balancing
Which type of Elastic Load Balancer provides basic load balancing across multiple EC2-Classic instances and operates at both the request and connection level?
Classic
Which type of Elastic Load Balancer operates at the Layer 4 (connection) level and is best suited for load balancing of TCP, UDP, or TLS traffic where extreme performance is required?
Network
What networking configuration ensures proper traffic is allowed into a subnet?
Network Access Control List (NACL)
What networking configuration is required to allow resources in a private subnet to access the internet?
NAT Gateway
What networking configuration tells network traffic where it should go next to reach it’s destination, but does not actually process or transmit traffic?
Route Table
Which AWS product would be used to build an omnichannel contact center?
AWS Connect