Question 300:
The Development Team has developed a new application for its premiere customers. This application will be deployed on Amazon EC2 instances. Before launching, the team needs to perform testing to check parameters like average time to load web pages and the number of processes initiated on the instance. The Development Team wants to capture the most granular details for these parameters. Which metric settings can be done to get required metrics in Amazon CloudWatch?
Answer options:
A.Create Custom metrics with PutCustomMetric API having StorageResolution parameter set as 1. B.Create Custom metrics with PutCustomMetric API having StorageResolution parameter set as default. C.Create Custom metrics with PutMetricData API having StorageResolution parameter set as 1. D.Create Custom metrics with PutMetricData API having StorageResolution parameter set as default.