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

A company has implemented a Kubernetes cluster on Amazon Elastic Kubernetes Service (Amazon ECS) to host a microservices-based application. The company expects application traffic to increase significantly for the next month and wants to prevent the application from crashing because of the high number of requests.

Which solution will meet these requirements with the LEAST administrative overhead?

  • A. Create a second EKS cluster. Load balance the workload between the two clusters.
  • B. Implement the Kubernetes Horizontal Pod Autoscaler. Set a target CPU utilization percentage.
  • C. Migrate the application from Amazon EKS to Amazon EC2 for the next month. Migrate the application back to Amazon EKS when the month ends.
  • D. Implement the Kubernetes Vertical Pod Autoscaler. Set a target CPU utilization percentage.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
AWSdeveloper08
12 months ago
Selected Answer: B
The Kubernetes Horizontal Pod Autoscaler (HPA) is designed to automatically scale the number of pods in a deployment or replica set based on observed CPU or memory utilization. In this scenario, the company wants to prevent the application from crashing due to high request traffic. The HPA can dynamically adjust the number of pods based on CPU utilization, ensuring that the application can handle increased traffic while avoiding overloading the system.
upvoted 4 times
...
xSohox
12 months ago
Selected Answer: B
https://docs.aws.amazon.com/eks/latest/userguide/horizontal-pod-autoscaler.html
upvoted 3 times
...
DZRomero
1 year ago
Selected Answer: B
add more pods B
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 ...