exam questions

Exam AWS Certified SysOps Administrator - Associate All Questions

View all questions & answers for the AWS Certified SysOps Administrator - Associate exam

Exam AWS Certified SysOps Administrator - Associate topic 1 question 325 discussion

A SysOps administrator is managing a web application that runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The instances run in an EC2 Auto Scaling group. The administrator wants to set an alarm for when all target instances associated with the ALB are unhealthy.

Which condition should be used with the alarm?

  • A. AWS/ApplicationELB HealthyHostCount <= 0
  • B. AWS/ApplicationELB UnhealthyHostCount >= 1
  • C. AWS/EC2 StatusCheckFailed <= 0
  • D. AWS/EC2 StatusCheckFailed >= 1
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
Gomer
Highly Voted 1 year, 10 months ago
Selected Answer: A
"all target instances" means zero Healthy, not one Healthy. "<= 0" means less than or equal to zero
upvoted 19 times
...
rev2211
Highly Voted 1 year, 10 months ago
Selected Answer: A
The question states: The administrator wants to set an alarm for when all target instances associated with the ALB are unhealthy. A. AWS/ApplicationELB HealthyHostCount <= 0 would trigger the Alarm because all the host are unhealthy. Option B: would trigger if one or more is unhealthy but you would still could have healthy host!
upvoted 6 times
Gomer
1 year, 10 months ago
I concur. "all target instances" means zero Healthy, not one Healthy. "<= 0" means less than or equal to zero
upvoted 3 times
...
...
Slays
Most Recent 6 months, 1 week ago
Selected Answer: B
A is not correct: This would trigger an alarm only if none of the target instances are healthy, but it may not capture cases where some instances are unhealthy.
upvoted 1 times
...
r2c3po
1 year, 3 months ago
Selected Answer: B
Option B, "AWS/ApplicationELB UnhealthyHostCount >= 1," is the correct condition for triggering an alarm when at least one target instance associated with the ALB is unhealthy. This condition ensures that the alarm is triggered when the count of unhealthy instances is greater than or equal to 1. -- Options A and C are incorrect because they are checking for healthy instances: Option A, "AWS/ApplicationELB HealthyHostCount <= 0," would trigger the alarm when the count of healthy instances is zero or less, which is the opposite of the requirement.
upvoted 1 times
...
konieczny69
1 year, 4 months ago
Selected Answer: A
healthy <= 0 means all are unhealthy
upvoted 3 times
...
eboehm
1 year, 9 months ago
Selected Answer: A
Some of these answers really show how badly people fail at reading comprehension or are waaay to reliant on Chat AI as their justifications for their answers completely contradict what the question asks for...
upvoted 4 times
...
ctd983
1 year, 9 months ago
Selected Answer: B
B is correct The "UnhealthyHostCount" metric of the Application Load Balancer (ALB) represents the number of registered instances that are reported as unhealthy. By setting the alarm condition to "UnhealthyHostCount >= 1," the alarm will be triggered when at least one target instance associated with the ALB is reported as unhealthy.
upvoted 2 times
...
[Removed]
1 year, 9 months ago
To set an alarm for when all target instances associated with the ALB are unhealthy, the SysOps administrator should use the HealthyHostCount metric of the AWS/ApplicationELB namespace and set the condition to <= 0. This means that when the number of healthy hosts is less than or equal to 0, the alarm will be triggered 1. So, the correct answer would be A. AWS/ApplicationELB HealthyHostCount <= 0.
upvoted 2 times
...
newbie
1 year, 10 months ago
Selected Answer: B
Option A will trigger the alarm when there are no healthy target instances. Option B will trigger the alarm when there is at least one unhealthy target instance registered with the ALB.
upvoted 3 times
...
mracni
1 year, 10 months ago
Selected Answer: B
B. AWS/ApplicationELB UnhealthyHostCount >= 1 By using this condition, the alarm will be triggered when there is at least one unhealthy target instance associated with the Application Load Balancer (ALB).
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago