exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 445 discussion

A company has an on-premises data center and is using Kubernetes to develop a new solution on AWS. The company uses Amazon Elastic Kubernetes Service (Amazon EKS) clusters for its development and test environments.

The EKS control plane and data plane for production workloads must reside on premises. The company needs an AWS managed solution for Kubernetes management.

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

  • A. Install an AWS Outposts server in the on-premises data center. Deploy Amazon EKS by using a local cluster configuration on the Outposts server for the production workloads.
  • B. Install Amazon EKS Anywhere on the company's hardware in the on-premises data center. Deploy the production workloads on an EKS Anywhere cluster.
  • C. Install an AWS Outposts server in the on-premises data center. Deploy Amazon EKS by using an extended cluster configuration on the Outposts server for the production workloads.
  • D. Install an AWS Outposts server in the on-premises data center. Install Amazon EKS Anywhere on the Outposts server. Deploy the production workloads on an EKS Anywhere cluster.
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
pangchn
Highly Voted 1 year, 1 month ago
Selected Answer: A
A 3 things to consider fromr question requirement control plane location - onprem data plane location - onprem management - AWS EKS anywhere it managed by customer so BD out https://anywhere.eks.amazonaws.com/docs/concepts/eksafeatures/#comparing-amazon-eks-anywhere-to-amazon-eks Extended clusters – Run the Kubernetes control plane in an AWS Region and nodes on your Outpost. Local clusters – Run the Kubernetes control plane and nodes on your Outpost https://docs.aws.amazon.com/eks/latest/userguide/eks-deployment-options.html https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts.html
upvoted 14 times
...
0b43291
Most Recent 5 months, 1 week ago
Selected Answer: A
The correct answer is A. Install an AWS Outposts server in the on-premises data center. Deploy Amazon EKS by using a local cluster configuration on the Outposts server for the production workloads. The key requirement is that the company needs an AWS managed solution for Kubernetes management. While EKS Anywhere provides a consistent Kubernetes experience with Amazon EKS, it is a self-managed solution where the customer is responsible for managing the underlying infrastructure and control plane. On the other hand, AWS Outposts allows running AWS services, including Amazon EKS, on-premises. When deploying Amazon EKS on an Outposts server using a local cluster configuration, the EKS control plane and data plane reside on the Outposts server in your data center, meeting the requirement of having the production workloads on-premises. Additionally, Amazon EKS on Outposts is fully managed by AWS, handling provisioning, upgrading, and lifecycle management of the Kubernetes control plane, providing the least operational overhead.
upvoted 1 times
...
JoeTromundo
6 months, 2 weeks ago
Selected Answer: A
With EKS LOCAL clusters on Outposts, you can run the Amazon EKS control plane and data plane entirely on the Outposts hardware on-premises.Also, it's an AWS managed solution.
upvoted 2 times
...
asquared16
8 months, 1 week ago
Selected Answer: A
It's A, EKS Everywhere = Operational Overhead, and it said it needs to be managed by AWS
upvoted 1 times
...
luuthang2011
8 months, 3 weeks ago
B Option A (AWS Outposts with local EKS cluster): While this can run EKS on premises, managing an AWS Outposts server and the associated EKS infrastructure might involve more overhead compared to EKS Anywhere. Option C (AWS Outposts with extended EKS cluster): Similar to option A, this involves managing the Outposts server and integrating it with your on-premises environment, which could increase the complexity and operational overhead. Option D (AWS Outposts with EKS Anywhere): This combines managing an Outposts server with deploying EKS Anywhere, which adds unnecessary complexity and overhead compared to deploying EKS Anywhere directly on the company's hardware.
upvoted 1 times
...
salekali01
9 months ago
Selected Answer: B
EKS anywhere!!!
upvoted 1 times
JoeTromundo
6 months, 2 weeks ago
Can't be B. The company needs an AWS managed solution for Kubernetes management. EKS Anywhere is not an AWS managed solution. It's a self-managed solution.
upvoted 2 times
...
...
Helpnosense
10 months ago
Selected Answer: A
Vote A because by using outpostM EKS is AWS managed service but running on local. Question require AWS managed solution for Kubernetes management. If EKS Anywhere with control plane on prem not AWS cloud, then it's self managed cluster.
upvoted 2 times
...
4bc91ae
10 months ago
Selected Answer: A
A - Control Plane has to be on-prem (not case for Outpost)
upvoted 1 times
...
9f02c8d
11 months ago
B - Correct. The requirement is to use on-premise hardware with AWS managed EKS that means EKS Anywhere which leverages on-premise hardware with full control over both the control plane and data plane
upvoted 2 times
...
titi_r
1 year ago
Selected Answer: A
A - correct.
upvoted 1 times
...
TonytheTiger
1 year ago
Option A: requirement is ask for AWS Managed Solution and AWS Outpost give you that option https://docs.aws.amazon.com/managedservices/latest/userguide/outposts.html Not Option B : Unlike Amazon EKS in AWS Cloud, EKS Anywhere is a user-managed product that runs on user-managed infrastructure. You are responsible for cluster lifecycle operations and maintenance of your EKS Anywhere clusters. https://anywhere.eks.amazonaws.com/docs/overview/
upvoted 2 times
...
failexamonly
1 year ago
Selected Answer: A
https://anywhere.eks.amazonaws.com/docs/concepts/eksafeatures/#:~:text=With%20Amazon%20EKS%20on%20Outposts,with%20EKS%20Anywhere%20automation%20tooling.
upvoted 1 times
...
yog927
1 year, 1 month ago
Correct answer is A. It is not C because EKS Anywhere cluster is a customer-managed product that runs on customer-managed infrastructure. Ref: https://aws.amazon.com/eks/eks-anywhere/faqs/
upvoted 1 times
...
ahmadraufsyahputra
1 year, 1 month ago
Correct answer is A You can use Amazon EKS to run on-premises Kubernetes applications on AWS Outposts. You can deploy Amazon EKS on Outposts in the following ways: Extended clusters – Run the Kubernetes control plane in an AWS Region and nodes on your Outpost. Local clusters – Run the Kubernetes control plane and nodes on your Outpost. https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts.html
upvoted 2 times
...
gustori99
1 year, 1 month ago
Selected Answer: A
The correct answer is A: when deploying EKS on an Outpost server in a local cluster configuration, the control plane and data plane reside on-premises, but the control plane is AWS-managed. B is incorrect. Although for EKS-A, the control plane and data plane reside on-premises, it is not AWS-managed but completely customer-managed (both control plane and data plane). C is incorrect because in an extended cluster configuration on AWS Outpost, the control plane runs inside the AWS cloud, not on the outpost server on-premises. D is incorrect because you do not combine EKS-A and Outpost.
upvoted 3 times
...
k23319
1 year, 1 month ago
Selected Answer: B
Answer is B. The requirement is that both control plane and data plane will reside on premise. If you deploy EKS using extended cluster the control plane lies within AWS region. You need a local cluster for the control plane to reside on outpost. Please refer to url below. https://docs.aws.amazon.com/eks/latest/userguide/eks-outposts.html
upvoted 2 times
...
oayoade
1 year, 1 month ago
Selected Answer: A
https://docs.aws.amazon.com/eks/latest/userguide/eks-deployment-options.html
upvoted 2 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