exam questions

Exam ANS-C00 All Questions

View all questions & answers for the ANS-C00 exam

Exam ANS-C00 topic 1 question 92 discussion

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

A team implements a highly available solution using Amazon AppStream 2.0. The AppStream 2.0 fleet needs to communicate with resources both in an existing
VPC and on-premises. The VPC is connected to the on-premises environment using an AWS Direct Connect private virtual interface.
What implementation enables on-premises users to connect to AppStream and existing VPC resources?

  • A. Deploy two subnets into the existing VPC. Add a public virtual interface to the Direct Connect connection for users to access the AppStream endpoint
  • B. Deploy two subnets into the existing VPC. Add a private virtual interface on the Direct Connect connection for users to access the AppStream endpoint.
  • C. Deploy a new VPC with two subnets. Create a VPC peering connection between the two VPCs for users to access the AppStream endpoint.
  • D. Deploy one subnet into the existing VPC. Add a private virtual interface on the Direct Connect connection for users to access the AppStream endpoint.
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
inf
Highly Voted 3 years, 7 months ago
Answer: A (if wrong, please explain why) The 2 x subnets are for the "customer network interface" and the "management interface" of the AppStream interfaces. not for availability (https://docs.aws.amazon.com/appstream2/latest/developerguide/appstream2-port-requirements-appstream2.html) A - correct - soution never mentions a AppStream VPC endpoint, so use public. It also already has a Private VIF, why do you need another? Add a public VIF to access the public AppStream endpoint. B - incorrect - no need for another VIF. it already exists on-prem->DX->VIF->VGW->VPC C - incorrect - can't transit through one VPC to resources in the other VPC D - incorrect - require 2 x subnets (although could use an existing), but unsure what the additional private VIF is for
upvoted 15 times
...
PeppaPig
Highly Voted 3 years, 7 months ago
A is correct, we need public IPs to access Appstream endpoint.
upvoted 9 times
...
PorkChop1999
Most Recent 1 year, 1 month ago
Selected Answer: A
I'm going with A.
upvoted 1 times
...
iida666
3 years ago
The answer is absolutely B. It is mentioned they implements "a highly available solution", and they are using "an" private VIF currently. So they need two subnets for AppStream in the existing VPC, and an additional private virtual interface for the direct connect connection availability.
upvoted 2 times
shacky
2 years, 12 months ago
Adding private VIF does NOT make solution highly available, because in this scenario is only 1 physical DX connection. Also there is no point to add private VIF, because one is already in-place. That's excludes option B. Correct answer is A.
upvoted 2 times
...
...
MohamedSherif1
3 years ago
B. Deploy two subnets into the existing VPC. Add a private virtual interface on the Direct Connect connection for users to access the AppStream endpoint.
upvoted 1 times
...
clooudy
3 years ago
Selected Answer: A
Answer:A what inf explained below
upvoted 1 times
...
mabalon
3 years, 5 months ago
Selected Answer: B
My choice is Answer B. you need to communicate the AppStream VPC and the Existing VPC, for that you need an "Interface Enpoint". On the next AWS link a Note indicate "Users cannot stream using the internet endpoint when an interface endpoint is specified.", that restrcit the communication only over Private IP https://docs.aws.amazon.com/appstream2/latest/developerguide/creating-streaming-from-interface-vpc-endpoints.html. I have doubts about the neccesity of a new Private VIF, maybe the appsream could be reach with the Interface Ednpoint on Existing VPC
upvoted 2 times
...
sairam
3 years, 6 months ago
"You can use an interface VPC endpoint in your AWS account to restrict all network traffic between your Amazon VPC and AppStream 2.0 to the Amazon network" in AWS documentation suggests it can be accessed via interface endpoint. However, since the question says AppStream endpoint and not specifically interface endpoint, it may be safe to assume access via public VIF. Also, by default, AppStream 2.0 is configured to route streaming connections over the public internet. So the closest answer is A
upvoted 2 times
...
densnoigaskogen
3 years, 7 months ago
"A team implements a highly available solution using Amazon AppStream 2.0." --> Highly available indicates that we should deploy at least 2 subnets, even though it is feasible to launch AppStream flleet instances in one subnet. thus, D is wrong. since there is already an existing private VIF, we don't need to add new private VIF to be able to access subnets in the same VPC. thus, B is wrong. C is wrong as well, creating new VPC just for AppStream is unnecessary, and on-prem users will not be able to access the Appstream VPC via VPC peering. The only possible answer left is A. By default, AppStream 2.0 is configured to route streaming connections over the public internet. so, it's correct to allow on-prem user to access it via public VIF. The confusing and frustrating part is the wording 'AppStream endpoint'. It is not clear if they meant Appstream Interface VPC Endpoints or not. That's why the question confuses us, and consumes us a lot of time thinking through. From how the other options in the answers, we can conclude that it does not mean interface endpoint. Thus, the correct answer is A.
upvoted 3 times
densnoigaskogen
3 years, 6 months ago
(This is another typical example of AWS' TRICKY questions, intentionally made it more difficult for us, I do not really think that's neccessary, just my personal opinion of course) Ref: https://docs.aws.amazon.com/appstream2/latest/developerguide/appstream-vpc.html https://docs.aws.amazon.com/appstream2/latest/developerguide/interface-vpc-endpoints.html https://docs.aws.amazon.com/appstream2/latest/developerguide/user-connections-to-appstream2.html
upvoted 1 times
...
...
Scunningham99
3 years, 7 months ago
ans A all day long. private vif won't traverse and there is no vpc endpoint
upvoted 2 times
...
Kentik
3 years, 7 months ago
I will go with A as well, if you want to connect to appstream via private network you need to create the interface endpoint first
upvoted 2 times
...
Johnny_Green
3 years, 7 months ago
I agree that Answer B is questionable because a Private VIF already exists, why do we need to add another one? B would have been a good answer if it did not include a second Private VIF. However, I don't think A is the correct answer either. The reason is that the whole purpose of an interface VPC endpoint in your AWS account is to restrict all network traffic between your Amazon VPC and AppStream 2.0 to the Amazon network. Having a Public VIF seems to defeat the purpose. The funny thing is that none of the given answers seems to be absolutely correct. I will go with B though as it is probably the closest.
upvoted 1 times
cloudnetworker2020
3 years, 7 months ago
Well I think it is A, Having a Public VIF for the on-premise users to access the Appstream.
upvoted 2 times
...
...
aduda
3 years, 7 months ago
The question states that the Private virtual interface already exists to the VPC. Why do we need another VIF to the same VPC?
upvoted 5 times
...
SilverT
3 years, 7 months ago
My take is B. I agree with exmjame, B is highly available solution. https://docs.aws.amazon.com/appstream2/latest/developerguide/creating-streaming-from-interface-vpc-endpoints.html
upvoted 1 times
...
jaggi
3 years, 7 months ago
I think B is right, as the question says the connectivity need from Private virtual interface
upvoted 1 times
...
exmjame
3 years, 7 months ago
AppStream 2.0 requires a VPC subnet; this can be a private subnet with NATGW. Adding a second subnet on a different AZ will add high-availability. B - is high available AppStream spread across two private subnets. D is also OK for AppStream2 but not highly available.
upvoted 4 times
...
skjs
3 years, 7 months ago
B for me : http://awsdocs.s3.amazonaws.com/AppStream2/appstream2-dg-2017-07-23.pdf (page 35, section Fleet)
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