AWS认证SAA-C03每日一题

本题库由云计算狂魔微信公众号分享。
【SAA-C03助理级解决方案架构师认证】

A company wants to move a multi-tiered application from on premises to the AWS Cloud to improve the application's performance. The application consists of
application tiers that communicate with each other by way of RESTful services. Transactions are dropped when one tier becomes overloaded. A solutions architect must design a solution that resolves these issues and modernizes the application. Which solution meets these requirements and is the MOST operationally efficient?
A :   Use Amazon API Gateway and direct transactions to the AWS Lambda functions A Queue Service (Amazon SQS) as the as the application layer. Use Amazon Simple communication layer between application services.
B :   Use Amazon CloudWatch metrics to analyze the application performance history to determine the servers' peak utilization during the performance failures. Increase the size of
the application server's Amazon EC2 instances to meet the peak requirements.
C :   Use Amazon Simple Notification Service (Amazon SNS )to    handle the messaging between application servers running on Amazon EC2 in an Auto Scaling group. Use Amazon CloudWatch to monitor the SNS queue length and scale up and down as required.
D :   Use Amazon Simple Queue Service (Amazon SQS) to handle the messaging between
application servers running on Amazon E02 in an Auto Scaling group. Use Amazon CloudWatch to monitor the SQS queue length and scale up when communication failures are detected.

你可能感兴趣的:(云计算,aws)