exam questions

Exam AWS Certified Developer Associate All Questions

View all questions & answers for the AWS Certified Developer Associate exam

Exam AWS Certified Developer Associate topic 1 question 43 discussion

Exam question from Amazon's AWS Certified Developer Associate
Question #: 43
Topic #: 1
[All AWS Certified Developer Associate Questions]

A Developer has written an application that runs on Amazon EC2 instances and generates a value every minute. The Developer wants to monitor and graph the values generated over time without logging in to the instance each time.
Which approach should the Developer use to achieve this goal?

  • A. Use the Amazon CloudWatch metrics reported by default for all EC2 instances. View each value from the CloudWatch console.
  • B. Develop the application to store each value in a file on Amazon S3 every minute with the timestamp as the name.
  • C. Publish each generated value as a custom metric to Amazon CloudWatch using available AWS SDKs.
  • D. Store each value as a variable and add the variable to the list of EC2 metrics that should be reported to the Amazon CloudWatch console.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
Chinta
Highly Voted 3 years, 6 months ago
C is correct ,we need custom metrics
upvoted 11 times
...
requiem
Highly Voted 3 years, 6 months ago
answer: C
upvoted 6 times
...
sumanshu
Most Recent 4 months, 1 week ago
Selected Answer: C
C) Correct - with in application running on EC2, Call the CloudWatch API (SDK) to publish a custom metric with the generated value
upvoted 1 times
sumanshu
4 months, 1 week ago
D) Eliminated - We need custom metrics
upvoted 1 times
sumanshu
4 months, 1 week ago
A) Eliminated - We need custom metrics. default EC2 metrics (such as CPU utilization, network traffic, etc.) are not related to the specific values generated by the application.
upvoted 1 times
...
...
...
rcaliandro
1 year, 10 months ago
Selected Answer: C
I was erroneously voting for A but this is not correct because it says "reported by default" but we need to analyze the value that the EC2 instances create. For do that we can use the SDK to create a standard resolution custom metrics and send it to Cloudwatch. So, the C is definitely the right answer
upvoted 1 times
...
rcaliandro
1 year, 10 months ago
I was erroneously voting for A but this is not correct because it says "reported by default" but we need to analyze the value that the EC2 instances create. For do that we can use the SDK to create a standard resolution custom metrics and send it to Cloudwatch. So, the C is definitely the right answer
upvoted 1 times
...
aws_leo
2 years, 4 months ago
Selected Answer: C
C is the best answer. Others are wrong - A) by default EC2 instances don't send report to CloudWatch - B) S3 is not for monitoring values - D) Same with A), EC2 instances don't send report to CloudWatch by default
upvoted 5 times
...
JP_PA
3 years, 2 months ago
Selected Answer: C
ANS: C
upvoted 2 times
...
RicardoD
3 years, 6 months ago
C is the answer
upvoted 3 times
...
jodeepak
3 years, 6 months ago
Answer C
upvoted 4 times
...
saeidp
3 years, 6 months ago
C is correct
upvoted 4 times
...
WilsonNF
3 years, 6 months ago
C. Publish each generated value as a custom metric to Amazon CloudWatch using available AWS SDKs.
upvoted 5 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago