exam questions

Exam ANS-C00 All Questions

View all questions & answers for the ANS-C00 exam

Exam ANS-C00 topic 1 question 66 discussion

Exam question from Amazon's ANS-C00
Question #: 66
Topic #: 1
[All ANS-C00 Questions]

An organization wants to process sensitive information using the Amazon EMR service. The information is stored in on-premises databases. The output of processing will be encrypted using AWS KMS before it is uploaded to a customer-owned Amazon S3 bucket. The current configuration includes a VPS with public and private subnets, with VPN connectivity to the on-premises network. The security organization does not allow Amazon EC2 instances to run in the public subnet.
What is the MOST simple and secure architecture that will achieve the organization's goal?

  • A. Use the existing VPC and configure Amazon EMR in a private subnet with an Amazon S3 endpoint.
  • B. Use the existing VPS and a NAT gateway, and configure Amazon EMR in a private subnet with an Amazon S3 endpoint.
  • C. Create a new VPS without an IGW and configure the VPN and Amazon EMR in a private subnet with an Amazon S3 endpoint.
  • D. Create a new VPS without an IGW and configure the VPN and Amazon EMR in a private subnet with an Amazon S3 endpoint and a NAT gateway.
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
mhasnain79
Highly Voted 3 years, 5 months ago
Selected Answer: A
NAT is not require
upvoted 7 times
...
Jazz888
Highly Voted 3 years, 3 months ago
I would go for A. Very helpful link. https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-vpc-subnet.html
upvoted 5 times
...
PorkChop1999
Most Recent 1 year, 1 month ago
Selected Answer: B
I tempt to agree with B. KMS is reachable either over Internet or Private Link VPC endpoint. Since we don't have an option to use public subnet, but still need to access KMS, given that endpoint is not mentioned, NAT GW is the only possible scenario.
upvoted 1 times
...
slackbot
2 years ago
Selected Answer: B
Correct is B as mentioned multiple times - requirement comes from the KMS - EMR must reach it either via VPC interface endpoint from a private subnet (not mentioned) or via NAT GW from a private subnet (answer B)
upvoted 1 times
...
kapara
2 years, 8 months ago
Selected Answer: B
The only way you can use KMS without internet access is privateLink (interface endpoint). This isn't an option in any of the answers. A and C don't allow internet access, in that case the data can't be encrypted with KMS, so they're out. D is ok, but there's an existing VPC, and I see no added value in a new one. So I'm going with B.
upvoted 2 times
...
Joshua555
2 years, 10 months ago
Looks like 'C'
upvoted 1 times
...
shaji123
2 years, 10 months ago
Ans: B Refer - https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-vpc-subnet.html "You can launch Amazon EMR clusters in both public and private VPC subnets. This means you do not need internet connectivity to run an Amazon EMR cluster; however, you may need to configure network address translation (NAT) and VPN gateways to access services or resources located outside of the VPC, for example in a corporate intranet or public AWS service endpoints like AWS Key Management Service." The question says - Amazon EMR service to handle sensitive data....before uploading to S3....encrypt using AWS KMS. To access AWS KMS, NAT is required!
upvoted 5 times
lDenny
2 years, 6 months ago
Yep it's B
upvoted 1 times
...
...
jerac58653
2 years, 12 months ago
Selected Answer: A
Option A - no mention of VPN, but VPN already exist to the current VPS. If we assume it is in AWS VPC already, then it would be simpler to use the existing VPN and just add S3 endpoint. In terms of security there will be no difference with C. I would go with A.
upvoted 1 times
...
shacky
2 years, 12 months ago
Correct answer is B, and here is why: B - You don't have to create new VPC (VPS is typo), because there is one already configured with working VPN connection between VPC and on-premises. So, C and D options are excluded. Now, you actually need NAT Gateway, because you need to communicate with with KMS.
upvoted 4 times
...
kpr2022
3 years, 2 months ago
Selected Answer: C
1. Source data is on-prem and hence EMR cluster need to connect to on-prem. 2. To connect to on-prem from VPC securely, VPN is needed. 3. Output need to be sent to S3 securely hence S3 endpoint is needed. 4. EC2 instances cannot be on public subnet. Option A, no mention of VPN. Hence not the right choice. Option B, no mention of VPN. Hence not the right choice. Option C, VPN without IGW, VPN and EMR are in private subnets with S3 endpoint. Secured and satisfies the requirements. Option D, NAT gateway is not needed.
upvoted 5 times
jerac58653
2 years, 12 months ago
Option A - no mention of VPN, but VPN already exist to the current VPS. If we assume it is in AWS VPC already, then it would be simpler to use the existing VPN and just add S3 endpoint. In terms of security there will be no difference with C. I would go with A.
upvoted 1 times
...
...
kpr2022
3 years, 2 months ago
1. Source data is on-prem and hence EMR cluster need to connect to on-prem. 2. To connect to on-prem from VPC securely, VPN is needed. 3. Output need to be sent to S3 securely hence S3 endpoint is needed. 4. EC2 instances cannot be on public subnet. Option A, no mention of VPN. Hence not the right choice. Option B, no mention of VPN. Hence not the right choice. Option C, VPN without IGW, VPN and EMR are in private subnets with S3 endpoint. Secured and satisfies the requirements. Option D, NAT gateway is not needed.
upvoted 1 times
...
Malcnorth59
3 years, 3 months ago
simplest and secure, but a VPN is being used so IGW is required. KMS also being used but can't use the public subnet. So it has to be B
upvoted 1 times
sapien45
3 years, 2 months ago
NonSensical. VPN requires VGW A is simpliest
upvoted 1 times
...
...
jyrajan69
3 years, 3 months ago
I think this question was designed to confuse by using VPS and VPC interchangeably. VPS has no significance, the point is EMR and security, so have to go with A
upvoted 1 times
...
halfway
3 years, 5 months ago
Selected Answer: C
VPS cannot operate on the public subnet, so a new one is needed. NAT is not required.
upvoted 2 times
...
ceros399
3 years, 5 months ago
the question says "the securest", so: - Internet Gateway is not necessary, neither Nat gateway. - EMR communication to S3 is going to be through the Endpoint.
upvoted 2 times
kopper2019
3 years, 2 months ago
yes A it is
upvoted 1 times
...
...
viet1991
3 years, 7 months ago
B. PANDU Highly Voted 1 year, 11 months ago B, I think it aslo needs kms as well upvoted 8 times
upvoted 1 times
...
walkwolf3
3 years, 7 months ago
A B. NAT gateway is for outbound to internet traffic from private subnet in VPC. The communication between EMR and S3 will go through endpoint instead of internet, so NAT gateway is not necessary. C. No need to create a new VPC, and VPN won't be built without IGW D. same reason as C
upvoted 1 times
ceros399
3 years, 5 months ago
C is the answer, you don't need an internet gateway to set up a VPN. https://aws.amazon.com/vpn/faqs/#:~:text=Amazon%20supports%20Internet%20Protocol%20security,%2Dto%2DSite%20VPN%20connection.
upvoted 1 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