Your organization is planning to use AWS ECS for docker applications.
However, they would like to apply 3rd party monitoring tools on the ECS container instances to monitor the instances.
They approached you asking for a recommendation.
What do you suggest?
Click on the arrows to vote for the correct answer
A. B. C. D.Answer: B.
Options A and D are incorrect because AWS ECS uses EC2 instances with ECS-optimized AMI.
You will have root access to the instances and you can manage them.
Option C is incorrect as it is just a distractor, there is no need for a support team.
For more information on ECS instances, refer to the documentation here:
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_instances.html https://aws.amazon.com/ecs/faqs/Option A is partially correct, but it is not entirely accurate. AWS ECS is a managed service, but customers can still install 3rd party monitoring tools on the container instances running on ECS. While CloudWatch can provide basic monitoring metrics for ECS services, it may not meet all of the organization's specific monitoring requirements. Therefore, using 3rd party monitoring tools is a better approach.
Option B is the correct answer. Customers have control over the underlying EC2 instances on which ECS runs. Therefore, customers can use the same monitoring tools on the ECS container instances as they would on any other EC2 instance. They can install agents and monitoring software to gather metrics and logs and set up alarms to notify the team when an issue occurs.
Option C is not a good option because it involves a lengthy process that may not result in the installation of the requested software. It is also not necessary because customers have control over the container instances and can install the software themselves.
Option D is not the best answer because it only provides application-level monitoring, which may not cover all of the monitoring requirements of the organization. Additionally, it is always best to have multiple layers of monitoring, including infrastructure-level monitoring, to detect and diagnose problems quickly.
In summary, Option B is the best recommendation for the organization. Customers can install 3rd party monitoring tools on the underlying EC2 instances, allowing them to monitor the ECS container instances effectively.