A software company runs a workload on Amazon EC2 instances behind an Application Load Balancer (ALB). A SysOps administrator needs to define a custom health check for the EC2 instances.
What is the MOST operationally efficient solution?
A.
Set up each EC2 instance so that it writes its healthy/unhealthy status into a shared Amazon S3 bucket for the ALB to read.
B.
Configure the health check on the ALB and ensure that the Health Check Path setting is correct.
C.
Set up Amazon ElastiCache to track the EC2 instances as they scale in and out.
D.
Configure an Amazon API Gateway health check to ensure custom checks on all of the EC2 instances.
HealthCheckPath : [HTTP/HTTPS health checks] The health check path that is the destination on the targets for health checks. The default is /.
https://docs.aws.amazon.com/elasticloadbalancing/latest/network/target-group-health-checks.html#health-check-settings
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.
csG13
Highly Voted 1 year, 8 months agojames2033
Most Recent 8 months, 3 weeks ago