Multiple Choice
Customers have recently been complaining that your web application has randomly stopped responding. During a deep dive of your logs, the team has discovered a major bug in your new Java web application. This bug is causing a memory leak that eventually causes the application to crash. Your web application runs on Amazon EC2 and was built with AWS CloudFormation. Which techniques should you use to help detect these problems faster, as well as help eliminate the server's unresponsiveness? (Choose two.)
A) Update your AWS CloudFormation configuration and enable a CustomResource that uses cfnsignal to detect memory leaks.
B) Update your CloudWatch metric granularity config for all Amazon EC2 memory metrics to support five- second granularity. Create a CloudWatch alarm that triggers an Amazon SNS notification to page your team when the application memory becomes too large.
C) Update your AWS CloudFormation configuration to take advantage of Auto Scaling groups. Configure an Auto Scaling group policy to trigger off your custom CloudWatch metrics.
D) Create a custom CloudWatch metric that you push your JVM memory usage to. Create a Cloudwatch alarm that triggers an Amazon SNS notification to page your team when the application memory usage becomes too large.
E) Update your AWS CloudFormation configuration to take advantage of CloudWatch metrics Agent. Configure the CloudWatch Metrics Agent to monitor memory usage and trigger an Amazon SNS alarm.
Correct Answer:

Verified
Correct Answer:
Verified
Q598: A company is using AWS CodeDeploy to
Q599: A DevOps engineer has automated a web
Q600: An application runs on Amazon EC2 instances
Q601: What needs to be done in order
Q602: What is the expected behavior if Ansible
Q604: You manage a three-tier web application consisting
Q605: When thinking of AWS Elastic Beanstalk's model,
Q606: A user is creating a new EBS
Q607: You are designing a service that aggregates
Q608: A Development team is working on a