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 387 discussion

What is the maximum number of data points for an HTTP data request that a user can include in PutMetricRequest in the CloudWatch?

  • A. 30
  • B. 50
  • C. 10
  • D. 20
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
The size of a PutMetricData request of CloudWatch is limited to 8KB for the HTTP GET requests and 40KB for the HTTP POST requests. The user can include a maximum of 20 data points in one PutMetricData request.
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
cakriwut
3 years, 5 months ago
D. 20 data points 20 different metrics, 150 values per metric https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_PutMetricData.html
upvoted 2 times
...
cldy
3 years, 6 months ago
D. 20 data points
upvoted 1 times
...
tekkart
3 years, 7 months ago
PutMetricData request 40 KB for HTTP POST requests. PutMetricData can handle 150 transactions per second (TPS), which is the maximum number of operation requests you can make per second without being throttled. You can request a quota increase https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/cloudwatch_limits.html
upvoted 1 times
...
bororo
3 years, 8 months ago
I think there is an error in the question and answer Each PutMetricData request is limited to 40 KB in size for HTTP POST requests. Each request is also limited to no more than 20 different metrics. You can publish either individual data points in the Value field, or arrays of values and the number of times each value occurred during the period by using the Values and Counts fields in the MetricDatum structure. Using the Values and Counts method enables you to publish up to 150 values per metric with one PutMetricData request, and supports retrieving percentile statistics on this data. https://docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_PutMetricData.html
upvoted 2 times
...
alisyech
3 years, 8 months ago
sure for D
upvoted 3 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 ...