37.2k views
4 votes
You have deployed your application on multiple Amazon EC2 instances. Your customers complain that sometimes they can't reach your application. Which AWS service allows you to monitor the performance of your EC2 instances to assist in troubleshooting these issues?

1) Amazon CloudWatch
2) Amazon S3
3) Amazon RDS
4) Amazon DynamoDB

1 Answer

3 votes

Final answer:

Amazon CloudWatch is the AWS service that allows you to monitor the performance of your EC2 instances.

Step-by-step explanation:

The AWS service that allows you to monitor the performance of your EC2 instances and troubleshoot issues is Amazon CloudWatch.

Amazon CloudWatch provides monitoring and observability for your AWS infrastructure resources, including EC2 instances. It collects and tracks metrics such as CPU utilization, network traffic, and disk usage. With CloudWatch, you can set up alarms to notify you when certain thresholds are exceeded, helping you identify and resolve performance issues.

For example, you can create a CloudWatch alarm to notify you when the CPU utilization of your EC2 instance goes above a certain percentage, indicating a potential bottleneck. This allows you to take proactive measures to optimize your application's performance.

User Dwight Holman
by
8.5k points