SAP-C02 Exam QuestionsBrowse all questions from this exam

SAP-C02 Exam - Question 312


A company is deploying a third-party firewall appliance solution from AWS Marketplace to monitor and protect traffic that leaves the company's AWS environments. The company wants to deploy this appliance into a shared services VPC and route all outbound internet-bound traffic through the appliances.

A solutions architect needs to recommend a deployment method that prioritizes reliability and minimizes failover time between firewall appliances within a single AWS Region. The company has set up routing from the shared services VPC to other VPCs.

Which steps should the solutions architect recommend to meet these requirements? (Choose three.)

Show Answer
Correct Answer: ACF

To ensure high availability and reliability while minimizing failover times, the deployment should involve multiple Availability Zones and use specialized AWS services. Deploying two firewall appliances in separate Availability Zones increases redundancy and fault tolerance. A Gateway Load Balancer (GWLB) is designed to handle traffic routing and balancing for virtual appliances like firewalls. A GWLB endpoint ensures that traffic from other VPCs can be routed to the firewall appliances effectively. These steps ensure that failover times are minimized and reliability is prioritized.

Discussion

7 comments
Sign in to comment
ayadmawlaOptions: ACF
Dec 17, 2023

Need (A) two firewalls spread over two availability zones for HA and balanced by an NLB, then (C) a Gateway Load Balancer to interface to the virtual 3rd party network firewalls through the NLB, then (F) a Gateway Load Balancer EndPoint in the Consumer VPC with routes taking the traffic to the shared GLB + Firewalls A simple diagram is given here so you don't forget if you are visual like me :) https://docs.aws.amazon.com/elasticloadbalancing/latest/gateway/getting-started.html

ayadmawla
Dec 21, 2023

apologies, I meant balanced by the GLB (A)

s61Options: ACF
Oct 31, 2023

ACF https://docs.aws.amazon.com/vpc/latest/privatelink/create-gateway-load-balancer-endpoint-service.html

UstadOptions: ACF
Nov 3, 2023

https://aws.amazon.com/blogs/networking-and-content-delivery/introducing-aws-gateway-load-balancer-supported-architecture-patterns/

airgeadOptions: ACD
Oct 28, 2023

A: Use 2 firewall Apliances for each AZ C: Use GWLB for 3rd party appliances routing traffic D: nables the routing of outbound internet-bound traffic through the firewall appliances.

KungLjao
Oct 29, 2023

Why not gw endpoint?

enkOptions: ABD
Nov 26, 2023

Obviously A over E. GWLB's don't make good load balancers. Avoid C and F. Need NLB to minimize the failover time between the (2) 3rd party FW's.

enk
Nov 26, 2023

Well, I read a bit further on Gateway Load Balancers and a 3rd party firewall is the perfect scenario to use a GwLB. So, looks like the correct answers are ACF.

sarlos
May 14, 2024

healthy virtual appliances means gateway load balancer.

gfhbox0083Options: ACF
Jul 13, 2024

A, C, F for sure. Using Gateway Load Balancer for distributing traffic across multiple virtual appliances