单选题

A company is hosting a web application on AWS using a single Amazon EC2 instance that stores user- uploaded documents in an Amazon EBS volume.For better scalability and availability the company duplicated the architecture and created a second EC2 instance and EBS volume in another Availability Zone: placing both behind an Application Load Balancer.After completing this change users reported that each time they refreshed the website they could see one subset of their documents or the other but never all of the documents at the same time. 

What should a solutions architect propose to ensure users see all of their documents at once

A、

Copy the data so both EBS volumes contain all the documents.

B、

Configure the Application Load Balancer to direct a user to the server with the documents.

C、

Copy the data from both EBS volumes to Amazon EFS.Modify the application to save new documents to Amazon EFS.

D、

Configure the Application Load Balancer to send the request to both servers.Return each document from the correct server.

下载APP答题
由4l***3d提供 分享 举报 纠错

相关试题

单选题 A security team wants to limit access to specific services or actions in all of the team's AWS accounts. All accounts belong to a large organization in aws Organizations. The solution must be scalable an there must be a single point where permissions can be maintained .

What should a solutions architect do to accomplish this?

A、

Create an ACL to provide access to the services or actions

B、

Create a security group to allow accounts and attach it to user groups

C、

Create cross-account role in each account to deny access to the services or actions.

D、

Create a service control policy in the root organizational unit to deny access to the services or actions

单选题 A bicycle sharing company is developing a multi-tier architecture to track the location of its bicycles during peak operating hours.The company wants to use these data points in its existing analytics platform A solutions architect must determine the most viable multi-tier option to support this architecture. The data points must be accessible from the REST API. 

Which action meets these requirements for storing and retrieving location data?

A、

Use Amazon Athena with Amazon S3

B、

Use Amazon API Gateway with AWS Lambda

C、

Use Amazon QuickSight with Amazon Redshift

D、

Use Amazon API Gateway with Amazon Kinesis Data Analytics

单选题 A solutions architect is optimizing a website for an upcoming musical event Videos of the performances will be streamed in real time and then will be available on demand. The event is expected to attract a global online audience. Which service will improve the performance of both the real-time and on-demand streaming?

A、

Amazon CloudFront

B、

AWS Global Accelerator

C、

Amazon Route 53

D、

Amazon S3 Transfer Acceleration

单选题 A solutions architect is designing the cloud architecture for a new application being deployed on AWS.The process should run in parallel while adding and removing application nodes as needed based on the number of jobs to be processed.The processor application is stateless.The solutions architect must ensure that the application is loosely coupled and the job items are durably stored.

Which design should the solutions architect use?

A、

Create an Amazon SNS topic to send the jobs that need to be processed.Create an Amazon Machine Image (AMI) that consists of the processor application.Create a launch configuration that uses the AMI.Create an Auto Scaling group using the launch configuration.Set the scaling policy for the Auto Scaling group to add and remove nodes based
on CPU usage

B、

Create an Amazon SQS queue to hold the jobs that need to be processed.Create an Amazon Machine Image (AMI) that consists of the processor application.Create a launch configuration that uses the AMI.Create an Auto Scaling group using the launch configuration.Set the scaling policy for the Auto Scaling group to add and remove nodes based
on network usage

C、

Create an Amazon SQS queue to hold the jobs that needs to be processed.Create an Amazon Machine Image (AMI) that consists of the processor application.Create a launch template that uses the AMI.Create an Auto Scaling group using the launch template.Set the scaling policy for the Auto Scaling group to add and remove nodes based on the number of items in the SQS queue

D、

Create an Amazon SNS topic to send the jobs that need to be processed.Create an Amazon Machine Image (AMI) that consists of the processor application.Create a launch template that uses the AMI.Create an Auto Scaling group using the launch template.Set the scaling policy for the Auto Scaling group to add and remove nodes based on the number of messages published to the SNS topic.

单选题 An Amazon EC2 administrator created the following policy associated with an IAM group containing several users. 

e314fe596d9fb8a0b3248040698b427e.jpg

What is the effect of this policy?


A、

Users can terminate an EC2 instance in any AWS Region except us-east-1.

B、

Users can terminate an EC2 instance with the IP address 10.100. 1001 in the us-east-1 Region.

C、

Users can terminate an EC2 instance in the us-east-1 Region when the user's source IP is 10.100.100.254.

D、

Users cannot terminate an EC2 instance in the us-east-1 Region when the user's source IP is 10.100.100.254.

单选题 A company has a multi-tier application that runs six front-end web servers in an Amazon EC2 Auto Scaling group in a single Availability Zone behind an Application Load Balancer (ALB). A solutions architect needs to modify the infrastructure to be highly available without modifying the application.

Which architecture should the solutions architect choose that provides high availability?

A、

Create an Auto Scaling group that uses three instances across each of two Regions

B、

Modify the Auto Scaling group to use three instances across each of two Availability Zones

C、

Create an Auto Scaling template that can be used to quickly create more instances in another Region

D、

Change the ALB in front of the Amazon EC2 instances in a round-robin configuration to balance traffic to the web tier

单选题 A company hosts an application on multiple Amazon EC2 instances. The application processes messages from an Amazon SQS queue writes to an Amazon RDS table and deletes the message from the queue Occasional duplicate records are found in the RDS table.The SQS queue does not contain any duplicate messages. 

What should a solutions archived do to ensure messages are being processed once only?

A、

Use the CreateQueue API call to create a new queue

B、

Use the AddPermission API call to add appropriate permissions

C、

Use the ReceiveMessage API call to set an appropriate wait time.

D、

Use the ChangeMessageVisibility API call to increase the visibility timeout

单选题 Organizers for a global event want to put daily reports online as static HTML pages. The pages are expected to generate millions of views from users around the world The files are stored in an Amazon S3 bucket.A solutions architect has been asked to design an efficient and effective solution. 

Which action should the solutions architect take to accomplish this?

A、

Generate presigned URLs for the files

B、

Use cross-Region replication to all Regions

C、

Use the geoproximity feature of Amazon Route 53

D、

Use Amazon CloudFront with the S3 bucket as its origin