Topic 1 Question 677
A company is developing an application that will run on a production Amazon Elastic Kubernetes Service (Amazon EKS) cluster. The EKS cluster has managed node groups that are provisioned with On-Demand Instances.
The company needs a dedicated EKS cluster for development work. The company will use the development cluster infrequently to test the resiliency of the application. The EKS cluster must manage all the nodes.
Which solution will meet these requirements MOST cost-effectively?
Create a managed node group that contains only Spot Instances.
Create two managed node groups. Provision one node group with On-Demand Instances. Provision the second node group with Spot Instances.
Create an Auto Scaling group that has a launch configuration that uses Spot Instances. Configure the user data to add the nodes to the EKS cluster.
Create a managed node group that contains only On-Demand Instances.
ユーザの投票
コメント(6)
- 正解だと思う選択肢: A
I think the question is easy to misunderstand, whether you should create the whole setup or just the development cluster. But from the wording ("The [production] EKS cluster has (!) managed node groups ... The company needs a dedicated EKS cluster for development work"), I conclude that we should only create the development cluster.
As this will be used "infrequently" for testing purposes only, and it must be "most cost-effective", I'd go with A - new cluster with "one managed node group that contains only Spot instances".
👍 4pentium752024/01/03 Option B
👍 2Naijaboy992023/12/29- 正解だと思う選択肢: B
B is the best ans.
👍 1cciesam2023/12/30
シャッフルモード