Multiple Choice
A developer is working on an ecommerce website. The developer wants to review server logs without logging in to each of the application servers individually. The website runs on multiple Amazon EC2 instances, is written in Python, and needs to be highly available. How can the developer update the application to meet these requirements with MINIMUM changes?
A) Rewrite the application to be cloud native and to run on AWS Lambda, where the logs can be reviewed in Amazon CloudWatch.
B) Set up centralized logging by using Amazon Elasticsearch Service (Amazon ES) , Logstash, and Kibana.
C) Scale down the application to one larger EC2 instance where only one instance is recording logs.
D) Install the unified Amazon CloudWatch agent on the EC2 instances. Configure the agent to push the application logs to CloudWatch.
Correct Answer:

Verified
Correct Answer:
Verified
Q387: A developer is creating an AWS Lambda
Q388: An application that runs on an Amazon
Q389: An application needs to encrypt data that
Q390: When developing an AWS Lambda function that
Q391: An application needs to encrypt data that
Q393: A company experienced partial downtime during the
Q394: You are inserting 1000 new items every
Q395: After launching an instance that you intend
Q396: A company's ecommerce website is experiencing massive
Q397: A developer converted an existing program to