exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 389 discussion

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 8KB for HTTP GET requests and 40KB for HTTP POST requests
  • B. The size of a request is limited to 16KB for HTTP GET requests and 80KB for HTTP POST requests
  • C. The size of a request is limited to 128KB for HTTP GET requests and 64KB for HTTP POST requests
  • D. The size of a request is limited to 40KB for HTTP GET requests and 8KB for HTTP POST requests
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
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
netmrt
Highly Voted 3 years, 7 months ago
Answer A https://docs.aws.amazon.com/sdkfornet/latest/apidocs/items/MCloudWatchICloudWatchPutMetricDataPutMetricDataRequestNET45.html
upvoted 5 times
...
cldy
Most Recent 3 years, 6 months ago
A. The size of a request is limited to 8KB for HTTP GET requests and 40KB for HTTP POST requests
upvoted 2 times
...
XAvenger
3 years, 7 months ago
A. The size of a request is limited to 8KB for HTTP GET requests and 40KB for HTTP POST requests
upvoted 2 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 ...