AWS Certified SAP on AWS – Specialty (PAS-C01) — Question 38

A company is planning to move all its SAP applications to Amazon EC2 instances in a VPC. Recently, the company signed a multiyear contract with a payroll software-as-a-service (SaaS) provider. Integration with the payroll SaaS solution is available only through public web APIs.
Corporate security guidelines state that all outbound traffic must be validated against an allow list. The payroll SaaS provider provides only fully qualified domain name (FQDN) addresses and no IP addresses or IP address ranges. Currently, an on-premises firewall appliance filters FQDNs. The company needs to connect an SAP Process Orchestration (SAP PO) system to the payroll SaaS provider.
What must the company do on AWS to meet these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because adding an AWS Network Firewall allows for deep packet inspection and FQDN-based filtering, which is necessary for validating outbound traffic against the allow list. Option A and B only focus on security groups and network ACLs, which do not support FQDN filtering. Option C mentions AWS WAF, which is not suitable for this use case as it is mainly for web application protection and not designed for network traffic management.