Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Advanced Networking - Specialty ANS-C01 All Questions

View all questions & answers for the AWS Certified Advanced Networking - Specialty ANS-C01 exam

Exam AWS Certified Advanced Networking - Specialty ANS-C01 topic 1 question 44 discussion

A company has hundreds of Amazon EC2 instances that are running in two production VPCs across all Availability Zones in the us-east-1 Region. The production VPCs are named
VPC A and VPC B.
A new security regulation requires all traffic between production VPCs to be inspected before the traffic is routed to its final destination. The company deploys a new shared VPC that contains a stateful firewall appliance and a transit gateway with a VPC attachment across all VPCs to route traffic between VPC A and VPC B through the firewall appliance for inspection. During testing, the company notices that the transit gateway is dropping the traffic whenever the traffic is between two Availability Zones.
What should a network engineer do to fix this issue with the LEAST management overhead?

  • A. In the shared VPC, replace the VPC attachment with a VPN attachment. Create a VPN tunnel between the transit gateway and the firewall appliance. Configure BGP.
  • B. Enable transit gateway appliance mode on the VPC attachment in VPC A and VPC B.
  • C. Enable transit gateway appliance mode on the VPC attachment in the shared VPC.
  • D. In the shared VPC, configure one VPC peering connection to VPC A and another VPC peering connection to VPC B.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
study_aws1
Highly Voted 1 year, 6 months ago
It is option C)
upvoted 14 times
...
devopsbro
Highly Voted 1 year, 6 months ago
C is correct.
upvoted 7 times
...
Raphaello
Most Recent 5 months, 2 weeks ago
Selected Answer: C
C is the correct answer. Appliance mode needs to be enabled on the shared VPC where the stateful inspection appliance resides.
upvoted 1 times
...
tromyunpak
5 months, 4 weeks ago
the answer is C - The reason is that the appliance mode will avoid having asymmetric flows. With asymmetric flows the firewall will drop the traffic
upvoted 1 times
...
vikasj1in
7 months, 1 week ago
Selected Answer: B
Enabling transit gateway appliance mode on the VPC attachment in VPC A and VPC B allows the traffic between the Availability Zones to be processed by the firewall appliance. This mode is specifically designed to handle scenarios where traffic needs to be inspected by a security appliance before being routed to its final destination. It provides a straightforward solution without the need for additional VPNs or VPC peering connections. Option A involves replacing the VPC attachment with a VPN attachment and creating a VPN tunnel, which introduces additional complexity. Option C involves enabling appliance mode only on the shared VPC attachment, which might not address the specific issue related to traffic between Availability Zones. Option D suggests using VPC peering connections, which may not be the most efficient solution for this scenario.
upvoted 1 times
vikasj1in
7 months ago
Changing to Option C. the shared VPC is the central point where traffic inspection is required, so configuring it in the shared VPC would be more appropriate.
upvoted 1 times
...
...
marfee
7 months, 2 weeks ago
I think that it's correcty answer is B.
upvoted 1 times
...
Arad
10 months, 4 weeks ago
Selected Answer: C
Correct answer is C.
upvoted 3 times
...
evargasbrz
1 year, 1 month ago
Selected Answer: C
Following this document: https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-appliance-scenario.html the appliance mode must be enabled to keep the traffic in the same firewall appliance, regardless of the AZ where are the source and destination. When appliance mode is not enabled, a transit gateway attempts to keep traffic routed between VPC attachments in the originating Availability Zone until it reaches its destination.
upvoted 2 times
...
PhilMultiCloud
1 year, 1 month ago
Selected Answer: C
To fix the issue of dropped traffic between two Availability Zones when routing traffic between VPC A and VPC B through the firewall appliance for inspection, the network engineer should enable transit gateway appliance mode on the VPC attachment in the shared VPC (Option C). Enabling transit gateway appliance mode ensures that all traffic passing through the transit gateway is inspected by the stateful firewall appliance. This helps in meeting the security regulation requirements without the need for complex changes such as replacing VPC attachments with VPN attachments or configuring VPC peering connections. Enabling transit gateway appliance mode on the VPC attachment in the shared VPC is the solution that requires the least management overhead and directly addresses the issue of dropped traffic between Availability Zones.
upvoted 5 times
...
Manh
1 year, 1 month ago
Ans is B: https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-appliance-scenario.html For each VPC attachment, specify a subnet in each Availability Zone. For the shared services VPC, these are the subnets where traffic is routed to the VPC from the transit gateway. In the preceding example, these are subnets A and C. For the VPC attachment for VPC C, enable appliance mode support so that response traffic is routed to the same Availability Zone in VPC C as the source traffic. The Amazon VPC console supports appliance mode. You can also use the Amazon VPC API, an AWS SDK, the AWS CLI to enable appliance mode, or AWS CloudFormation. For example, add --options ApplianceModeSupport=enable to the create-transit-gateway-vpc-attachment or modify-transit-gateway-vpc-attachment command.
upvoted 1 times
zendevloper
10 months ago
B is wrong. Appliance mode must be enabled in VPC C (where the appliance is deployed) Quote from docs: > If your VPC attachments span multiple Availability Zones and you require traffic between source and destination hosts to be routed through the same appliance for stateful inspection, enable appliance mode support for the VPC attachment in which the appliance is located.
upvoted 1 times
...
...
[Removed]
1 year, 2 months ago
Selected Answer: B
B correct! Option C is not the best solution because enabling transit gateway appliance mode on the VPC attachment in the shared VPC will not solve the issue of traffic being dropped between two Availability Zones. Instead, it will enable you to route traffic between VPCs through a virtual appliance that you attach to your transit gateway
upvoted 2 times
...
Wiss7
1 year, 2 months ago
Selected Answer: C
C! Appliance mode is on the attachment towards the 3rd party FW VPC
upvoted 2 times
...
silviahdz
1 year, 5 months ago
Selected Answer: C
C is the right answer.
upvoted 3 times
...
ohcan
1 year, 5 months ago
Selected Answer: C
C. Appliance mode always enabled in the "shared" VPC
upvoted 3 times
...
Mr_Marcus
1 year, 5 months ago
C - https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-appliance-scenario.html
upvoted 4 times
...
helloworldabc
1 year, 6 months ago
BBBBBBBBBBB
upvoted 2 times
...
zaazanuna
1 year, 6 months ago
B - correct. Option B is the correct answer as enabling appliance mode on the VPC attachment in VPC A and VPC B will allow the transit gateway to forward all traffic between Availability Zones to the stateful firewall appliance. This will fulfill the requirement of inspecting all traffic between production VPCs while keeping the management overhead low. The other options are not necessary or will add additional complexity to the network design. Option A suggests using VPNs, which can add additional overhead and complexity compared to transit gateway attachments. Option C suggests enabling appliance mode on the VPC attachment in the shared VPC, which would not address the issue of traffic being dropped between Availability Zones. Option D suggests using VPC peering connections, which would not enable the traffic to be inspected by the stateful firewall appliance.
upvoted 3 times
AWS_Exam_Enjoyer
11 months, 2 weeks ago
we have the same setup and appliance mode is not enabled anywhere on the prod vpcs. it's only enabled on the inspection/shared vpc.
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 ...