Amazon (SAA-C03) Exam Questions And Answers page 16
A company hosts its multi-tier public web application in the AWS Cloud. The web application runs on Amazon EC2 instances and its database runs on Amazon RDS. The company is anticipating a large increase in sales during an upcoming holiday weekend. A solutions architect needs to build a solution to analyze the performance of the web application with a granularity of no more than 2 minutes.
What should the solutions architect do to meet this requirement?
What should the solutions architect do to meet this requirement?
Send Amazon CloudWatch logs to Amazon Redshift. Use Amazon QuickSight to perform further analysis.
Enable detailed monitoring on all EC2 instances. Use Amazon CloudWatch metrics to perform further analysis.
Send EC2 logs to Amazon S3. Use Amazon Redshift to fetch logs from the S3 bucket to process raw data for further analysis with Amazon QuickSight.
Define Performant Architectures
A company hosts its multi-tier, public web application in the AWS Cloud. The web application runs on Amazon EC2 instances and its database runs on Amazon RDS. The company is anticipating a large increase in sales during an upcoming holiday weekend. A solutions architect needs to build a solution to analyze the performance of the web application with a granularity of no more than 2 minutes.
What should the solutions architect do to meet this requirement?
What should the solutions architect do to meet this requirement?
Send Amazon CloudWatch logs to Amazon Redshift. Use Amazon QuickSight to perform further analysis.
Enable detailed monitoring on all EC2 instances. Use Amazon CloudWatch metrics to perform further analysis.
Create an AWS Lambda function to fetch EC2 logs from Amazon CloudWatch Logs. Use Amazon CloudWatch metrics to perform further analysis.
Send EC2 logs to Amazon S3. Use Amazon Redshift to fetch logs from the S3 bucket to process raw data for further analysis with Amazon QuickSight.
Define Performant Architectures
A company hosts its product information webpages on AWS. The existing solution uses multiple Amazon C2 instances behind an Application Load Balancer in an Auto Scaling group. The website also uses a custom DNS name and communicates with HTTPS only using a dedicated SSL certificate. The company is planning a new product launch and wants to be sure that users from around the world have the best possible experience on the new website.
What should a solutions architect do to meet these requirements?
What should a solutions architect do to meet these requirements?
Redesign the application to use Amazon CloudFront.
Redesign the application to use AWS Elastic Beanstalk.
Redesign the application to use a Network Load Balancer.
Redesign the application to use Amazon S3 static website hosting.
Define Performant Architectures
Design Cost-Optimized Architectures
A company hosts its static website content from an Amazon S3 bucket in the us-east-1 Region. Content is made available through an Amazon CloudFront origin pointing to that bucket. Cross-Region replication is set to create a second copy of the bucket in the ap-southeast-1 Region. Management wants a solution that provides greater availability for the website.
Which combination of actions should a solutions architect take to increase availability? (Choose two.)
Which combination of actions should a solutions architect take to increase availability? (Choose two.)
Add both buckets to the CloudFront origin.
Configure failover routing in Amazon Route 53.
Create a record in Amazon Route 53 pointing to the replica bucket.
Create an additional CloudFront origin pointing to the ap-southeast-1 bucket.
Set up a CloudFront origin group with the us-east-1 bucket as the primary and the ap-southeast-1 bucket as the secondary.
Design Resilient Architectures
Design Cost-Optimized Architectures
A company hosts its web application on AWS using seven Amazon EC2 instances. The company requires that the IP addresses of all healthy EC2 instances be returned in response to DNS queries.
Which policy should be used to meet this requirement?
Which policy should be used to meet this requirement?
Simple routing policy
Latency routing policy
Multi-value routing policy
Geolocation routing policy
Define Performant Architectures
Design Cost-Optimized Architectures
A company hosts its website on Amazon S3. The website serves petabytes of outbound traffic monthly, which accounts for most of the company's AWS costs. What should a solutions architect do to reduce costs?
Configure Amazon CloudFront with the existing website as the origin.
Move the website to Amazon EC2 with Amazon Elastic Block Store (Amazon EBS) volumes for storage.
Use AWS Global Accelerator and specify the existing website as the endpoint.
Rearchitect the website to run on a combination of Amazon API Gateway and AWS Lambda.
Design Cost-Optimized Architectures
A company hosts its website on Amazon S3. The website serves petabytes of outbound traffic monthly, which accounts for most of the company's AWS costs. What should a solutions architect do to reduce costs?
Configure Amazon CloudFront with the existing website as the origin.
Move the website to Amazon EC2 with Amazon EBS volumes for storage.
Use AWS Global Accelerator and specify the existing website as the endpoint.
Rearchitect the website to run on a combination of Amazon API Gateway and AWS Lambda.
Design Cost-Optimized Architectures
A company hosts its website on AWS. To address the highly variable demand, the company has implemented Amazon EC2 Auto Scaling. Management is concerned that the company is over-provisioning its infrastructure, especially at the front end of the three-tier application. A solutions architect needs to ensure costs are optimized without impacting performance.
What should the solutions architect do to accomplish this?
What should the solutions architect do to accomplish this?
Use Auto Scaling with Reserved Instances.
Use Auto Scaling with a scheduled scaling policy.
Use Auto Scaling with the suspend-resume feature.
Use Auto Scaling with a target tracking scaling policy.
Design Cost-Optimized Architectures
A company hosts more than 300 global websites and applications. The company requires a platform to analyze more than 30 TB of clickstream data each day. What should a solutions architect do to transmit and process the clickstream data?
Design an AWS Data Pipeline to archive the data to an Amazon S3 bucket and run an Amazon EMR cluster with the data to generate analytics.
Create an Auto Scaling group of Amazon EC2 instances to process the data and send it to an Amazon S3 data lake for Amazon Redshift to use for analysis.
Cache the data to Amazon CloudFront. Store the data in an Amazon S3 bucket. When an object is added to the S3 bucket, run an AWS Lambda function to process the data for analysis.
Collect the data from Amazon Kinesis Data Streams. Use Amazon Kinesis Data firehose to transmit the data to an Amazon S3 data lake. Load the data in Amazon Redshift for analysis.
Design Resilient Architectures
Define Performant Architectures
A company hosts more than 300 global websites and applications. The company requires a platform to analyze more than 30 TB of clickstream data each day. What should a solutions architect do to transmit and process the clickstream data?
Design an AWS Data Pipeline to archive the data to an Amazon S3 bucket and run an Amazon EMR cluster with the data to generate analytics.
Create an Auto Scaling group of Amazon EC2 instances to process the data and send it to an Amazon S3 data lake for Amazon Redshift to use for analysis.
Cache the data to Amazon CloudFront. Store the data in an Amazon S3 bucket. When an object is added to the S3 bucket, run an AWS Lambda function to process the data for analysis.
Collect the data from Amazon Kinesis Data Streams. Use Amazon Kinesis Data Firehose to transmit the data to an Amazon S3 data lake. Load the data in Amazon Redshift for analysis.
Design Resilient Architectures
Define Performant Architectures
Comments