Domain 3 Flashcards
Cloud Technology and Services
Which AWS service automatically handles application health monitoring?
AWS Elastic Beanstalk
Elastic Beanstalk gives you the ability to deploy and manage applications in AWS Cloud without you having to understand or manage the underlying infrastructure. Elastic Beanstalk also includes functionality to monitor the health of your application.
A company needs to establish a dedicated and isolated network connection between the company’s on-premises data center and AWS.
Which AWS service will meet this requirement?
AWS Direct Connect
Direct Connect can establish a secure and consistent network connection with dedicated links that are isolated from the internet.
Direct Connect provides direct network connectivity from an internal network to AWS public services. This connectivity gives users with their own data centers the ability to connect directly to services provided by AWS, with no communication going over public internet.
Direct Connect links your internal network to a Direct Connect location over a standard Ethernet, fiber-optic cable. One end of the cable connects to your router. The other end connects to a Direct Connect router. Direct Connect requires a dedicated network connection and cannot use an existing network connection.
A company needs a database for queries. The database must summarize columns of data for analytical reports.
Which AWS service will meet these requirements?
Amazon Redshift
Amazon Redshift is a fully managed, petabyte-scale data warehouse service. You can use Amazon Redshift as a columnar database. Amazon Redshift can provide fast retrieval, which is often necessary in analytical applications.
Amazon RedShift is a very scalable database. However, there are limits on throughput and scale that can be achieved with an Amazon Redshift cluster.
A company is running an application replicated on six Linux-based Amazon EC2 instances across two Availability Zones in an AWS Region. The application needs shared access to data. The data is going to be frequently changed by the application within existing data files.
Which AWS storage solution would meet the company’s needs with the LEAST operational overhead?
Amazon Elastic File System (Amazon EFS)
Amazon EFS is a shared file system that gives EC2 instances the ability to share access to data in different Availability Zones in the same AWS Region.
What is Amazon Aurora?
Aurora is a fully managed relational database compatible with MySQL and PostgreSQL.
What is Amazon Neptune?
Neptune is a fully managed graph database.
A systems administrator wants to migrate a static website to AWS. The systems administrator wants to stop paying for the compute power necessary to run web servers.
Which AWS service will meet these requirements?
Amazon S3
Amazon S3 provides object storage. Additionally, you can use Amazon S3 to host static website content, including HTML, JavaScript, and CSS files. With Amazon S3, you do not need an always-running EC2 instance.
What is Amazon Lightsail?
You can use Lightsail to host a static website. However, the website would run on an EC2 instance. Therefore, you would need to pay for the compute charges associated with running the EC2 instance.
What is AWS Lambda
Lambda is a serverless compute service that you can use to run code without the need to provision infrastructure or manage servers. You can use Lambda for dynamic content, to run functions, or to process requests. Lambda is a compute service, and you pay for the compute runtime.
What is Amazon EC2
Amazon EC2 is a web service that provides secure, resizable compute capacity in the cloud. Amazon EC2 provides pay-as-you-go compute capacity that you can use for website hosting. Amazon EC2 provides you with the ability to provision virtual servers in the AWS Cloud.
Which AWS services offer compute capabilities? (Select TWO.)
a. Amazon EC2
b. Amazon S3
c. Amazon Elastic Block Store (EBS)
d. Amazon Cognito
e. AWS Lambda
a. Amazon EC2 & e. AWS Lambda
Amazon EC2 provides you with the ability to provision virtual servers in the AWS Cloud. Amazon EC2 provides compute capabilities.
Lambda is a serverless service and provides you with the ability to run code without the need to provision or manage servers. Lambda provides compute capabilities.
What is Amazon Cognito?
Cognito is used to provide authentication, authorization, and user management for your mobile or web applications. Cognito is an identity and access management service, and does not provide compute capabilities.
What is Amazon Elastic Block Store? (Amazon EBS)
Amazon EBS provides block-level storage that can be used with EC2 instances. Amazon EBS is a storage service and does not provide compute capabilities.
Amazon EBS automatically replicates data within an Availability Zone. Amazon EBS does not support Cross-Region Replication.
Which element defines an AWS Availability Zone?
One or more physical data centers with redundant power and network.
The AWS infrastructure is built with redundancy to avoid single points of failure. Availability Zones have low-latency connections between them within an AWS Region.
Which AWS service provides virtually unlimited throughput and scale?
Amazon DynamoDB
DynamoDB is a serverless, non-relational database that can automatically scale tables for both storage and throughput while still maintaining performance.
What is Amazon RDS for Oracle?
Amazon RDS for Oracle has limitations on both throughput and storage, and these limits relate to the instance size of the DB instance.
What is Amazon OpenSearch Service
OpenSearch Service has limitations on both throughput and storage based on the size of the cluster.
Which AWS service can be used to decouple applications?
Amazon Simple Queue Service (Amazon SQS)
Amazon SQS is a fully managed message queue service that provides you with the ability to decouple and scale microservices, distributed systems, and serverless applications. Amazon SQS eliminates the complexity and overhead associated with managing and operating message-oriented middleware, and empowers developers to focus on differentiating work.
What is AWS Config?
AWS Config provides you with the ability to assess, audit, and evaluate configurations of your AWS resources.
What is AWS Batch?
AWS Batch is designed to run processing jobs at scale.
What is Amazon Simple Email Service? (Amazon SES)
Amazon SES is a cloud-based email service designed to help you send and receive emails.
Which AWS service can convert text to lifelike speech?
Amazon Polly
Amazon Polly is a service that turns text into lifelike speech. Amazon Polly gives you the ability to create applications that talk. With Amazon Polly, you can build entirely new categories of speech-enabled products. Amazon Polly does not analyze documents or generate insights from the text.
What is Amazon Textract?
Amazon Textract is a machine learning service that automatically extracts text, handwriting, and data from scanned documents. Amazon Textract goes beyond basic optical character recognition (OCR) to identify, understand, and extract data from forms and tables.
What is Amazon Transcribe?
Amazon Transcribe is a speech recognition service that uses machine learning models to convert audio to text. You can use Amazon Transcribe as a standalone transcription service. Additionally, you can use Amazon Transcribe to add speech-to-text capabilities to any application. Transcribe does not analyze documents or generate insights from the text.
What is Amazon Comprehend?
Amazon Comprehend is a natural language processing (NLP) service that uses machine learning models to uncover information in unstructured data. Amazon Comprehend develops insights by recognizing the entities, key phrases, language, sentiments, and other common elements in a document.