exam questions

Exam ANS-C00 All Questions

View all questions & answers for the ANS-C00 exam

Exam ANS-C00 topic 1 question 336 discussion

Exam question from Amazon's ANS-C00
Question #: 336
Topic #: 1
[All ANS-C00 Questions]

A user is trying to send custom metrics to CloudWatch using the PutMetricData APIs. Which of the below mentioned points should the user needs to take care while sending the data to CloudWatch?

  • A. The size of a request is limited to 128KB for HTTP GET requests and 64KB for HTTP POST requests
  • B. The size of a request is limited to 40KB for HTTP GET requests and 8KB for HTTP POST requests
  • C. The size of a request is limited to 16KB for HTTP GET requests and 80KB for HTTP POST requests
  • D. The size of a request is limited to 8KB for HTTP GET requests and 40KB for HTTP POST requests
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
With AWS CloudWatch, the user can publish data points for a metric that share not only the same time stamp, but also the same namespace and dimensions.
CloudWatch can accept multiple data points in the same PutMetricData call with the same time stamp. The only thing that the user needs to take care of is that the size of a PutMetricData request is limited to 8KB for HTTP GET requests and 40KB for HTTP POST requests.
Reference:
http://docs.aws.amazon.com/AmazonCloudWatch/latest/DeveloperGuide/cloudwatch_concepts.html

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
halfway
3 years, 3 months ago
Selected Answer: D
This question is out of date. The limit to GET requests has been removed from CloudWatch user guide. I guess this will not appear in the latest test?
upvoted 1 times
...
nghluan107
3 years, 7 months ago
D https://docs.aws.amazon.com/sdkfornet/latest/apidocs/items/MCloudWatchCloudWatchPutMetricDataPutMetricDataRequestNET35.html
upvoted 1 times
...
Huntkey
3 years, 8 months ago
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_limits.html putdatalimit should be just http post and it has limit of 40KB for each request. get request is for getmetricdata and I can't find a limitation with it
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...