Amazon (SAA-C03) Exam Questions And Answers page 23
A company is launching an ecommerce website on AWS. This website is built with a three-tier architecture that includes a MySQL database in a Multi-AZ deployment of Amazon Aurora MySQL. The website application must be highly available and will initially be launched in an AWS Region with three Availability Zones The application produces a metric that describes the load the application experiences.
Which solution meets these requirements?
Which solution meets these requirements?
Configure an Application Load Balancer (ALB) and Amazon EC2 Auto Scaling behind the ALB with a simple scaling policy.
Configure a Network Load Balancer (NLB) and launch a Spot Fleet with Amazon EC2 Auto Scaling behind the NLB.
Configure an Application Load Balancer (ALB) and Amazon EC2 Auto Scaling behind the ALB with a target tracking scaling policy.
Design Resilient Architectures
Define Performant Architectures
A company is launching a new application deployed on an Amazon Elastic Container Service (Amazon ECS) cluster and is using the Fargate launch type for ECS tasks. The company is monitoring CPU and memory usage because it is expecting high traffic to the application upon its launch. However, the company wants to reduce costs when utilization decreases.
What should a solutions architect recommend?
What should a solutions architect recommend?
Use Amazon EC2 Auto Scaling to scale at certain periods based on previous traffic patterns.
Use an AWS Lambda function to scale Amazon ECS based on metric breaches that trigger an Amazon CloudWatch alarm.
Use Amazon EC2 Auto Scaling with simple scaling policies to scale when ECS metric breaches trigger an Amazon CloudWatch alarm.
Use AWS Application Auto Scaling with target tracking policies to scale when ECS metric breaches trigger an Amazon CloudWatch alarm.
Design Cost-Optimized Architectures
A company is launching a new application deployed on an Amazon Elastic Container Service (Amazon ECS) cluster and is using the Fargate launch type for ECS tasks. The company is monitoring CPU and memory usage because it is expecting high traffic to the application upon its launch. However, the company wants to reduce costs when utilization decreases.
What should a solutions architect recommend?
What should a solutions architect recommend?
Use Amazon EC2 Auto Scaling to scale at certain periods based on previous traffic patterns.
Use an AWS Lambda function to scale Amazon ECS based on metric breaches that trigger an Amazon CloudWatch alarm.
Use Amazon EC2 Auto Scaling with simple scaling policies to scale when ECS metric breaches trigger an Amazon CloudWatch alarm.
Use AWS Application Auto Scaling with target tracking policies to scale when ECS metric breaches trigger an Amazon CloudWatch alarm.
Design Cost-Optimized Architectures
A company is looking for a solution that can store video archives in AWS from old news footage. The company needs to minimize costs and will rarely need to restore these files. When the files are needed, they must be available in a maximum of five minutes.
What is the MOST cost-effective solution?
What is the MOST cost-effective solution?
Store the video archives in Amazon S3 Glacier and use Expedited retrievals.
Store the video archives in Amazon S3 Glacier and use Standard retrievals.
Store the video archives in Amazon S3 Standard-Infrequent Access (S3 Standard-IA).
Store the video archives in Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA).
Design Cost-Optimized Architectures
A company is managing health records on-premises. The company must keep these records indefinitely, disable any modifications to the records once they are stored, and granularly audit access at all levels. The chief technology officer (CTO) is concerned because there are already millions of records not being used by any application, and the current infrastructure is running out of space. The CTO has requested a solutions architect design a solution to move existing data and support future records.
Which services can the solutions architect recommend to meet these requirements?
Which services can the solutions architect recommend to meet these requirements?
Use AWS DataSync to move existing data to AWS. Use Amazon S3 to store existing and new data. Enable Amazon S3 object lock and enable AWS CloudTrail with data events.
Use AWS Storage Gateway to move existing data to AWS. Use Amazon S3 to store existing and new data. Enable Amazon S3 object lock and enable AWS CloudTrail with management events.
Use AWS DataSync to move existing data to AWS. Use Amazon S3 to store existing and new data. Enable Amazon S3 object lock and enable AWS CloudTrail with management events.
Use AWS Storage Gateway to move existing data to AWS. Use Amazon Elastic Block Store (Amazon EBS) to store existing and new data. Enable Amazon S3 object lock and enable Amazon S3 server access logging.
Specify Secure Applications and Architectures
Design Cost-Optimized Architectures
How Can a Solutions Architect Accelerate AWS Database Migration?
Multiple Choice
A company is migrating a large, mission-critical database to AWS. A solutions architect has decided to use an Amazon RDS for MySQL Multi-AZ DB instance that is deployed with 80,000 Provisioned IOPS for storage. The solutions architect is using AWS Database Migration Service (AWS DMS) to perform the data migration. The migration is taking longer than expected, and the company wants to speed up the process. The company s network team has ruled out bandwidth as a limiting factor.
Which actions should the solutions architect take to speed up the migration? (Choose two.)
Which actions should the solutions architect take to speed up the migration? (Choose two.)
Disable Multi-AZ on the target DB instance.
Create a new DMS instance that has a larger instance size.
Turn off logging on the target DB instance until the initial load is complete.
Restart the DMS task on a new DMS instance with transfer acceleration enabled.
Change the storage type on the target DB instance to Amazon Elastic Block Store (Amazon EBS) General Purpose SSD (gp2).
Design Resilient Architectures
Define Performant Architectures
A company is migrating a Linux-based web server group to AWS. The web servers must access files in a shared file store for some content. To meet the migration date, minimal changes can be made.
What should a solutions architect do to meet these requirements?
What should a solutions architect do to meet these requirements?
Create an Amazon S3 Standard bucket with access to the web server.
Configure an Amazon CloudFront distribution with an Amazon S3 bucket as the origin.
Create an Amazon Elastic File System (Amazon EFS) volume and mount it on all web servers.
Configure Amazon Elastic Block Store (Amazon EBS) Provisioned IOPS SSD (io1) volumes and mount them on all web servers.
Design Resilient Architectures
Define Performant Architectures
A company is migrating a NoSQL database cluster to Amazon EC2. The database automatically replicates data to maintain at least three copies of the data. I/O throughput of the servers is the highest priority. Which instance type should a solutions architect recommend for the migration?
Storage optimized instances with instance store
Burstable general purpose instances with an Amazon Elastic Block Store (Amazon EBS) volume
Memory optimized instances with Amazon Elastic Block Store (Amazon EBS) optimization enabled
Compute optimized instances with Amazon Elastic Block Store (Amazon EBS) optimization enabled
Define Performant Architectures
A company is migrating a three-tier application to AWS. The application requires a MySQL database. In the past, the application users reported poor application performance when creating new entries. These performance issues were caused by users generating different real-time reports from the application during working hours.
Which solution will improve the performance of the application when it is moved to AWS?
Which solution will improve the performance of the application when it is moved to AWS?
Import the data into an Amazon DynamoDB table with provisioned capacity. Refactor the application to use DynamoDB for reports.
Create the database on a compute optimized Amazon EC2 instance. Ensure compute resources exceed the on-premises database.
Create an Amazon Aurora MySQL Multi-AZ DB cluster with multiple read replicas. Configure the application to use the reader endpoint for reports.
Create an Amazon Aurora MySQL Multi-AZ DB cluster. Configure the application to use the backup instance of the cluster as an endpoint for the reports.
Define Performant Architectures
A company is migrating from an on-premises infrastructure to the AWS Cloud. One of the company s applications stores files on a Windows file server farm that uses Distributed File System Replication (DFSR) to keep data in sync. A solutions architect needs to replace the file server farm.
Which service should the solutions architect use?
Which service should the solutions architect use?
Amazon Elastic File System (Amazon EFS)
Amazon FSx
Amazon S3
AWS Storage Gateway
Design Resilient Architectures
Define Performant Architectures
Comments