A cloud-native healthcare platform is deploying an analytics processing engine on AWS. The analytics instances reside in a private Analytics Engine Subnet (). These instances must run SQL queries against an Amazon RDS PostgreSQL database located in a private Data Warehouse Subnet (). Additionally, the analytics instances must fetch hourly compliance updates from an external API endpoint over HTTPS (port ) via a NAT Gateway located in a public subnet (). Strict compliance standards require that Network ACLs at the subnet boundaries enforce the principle of least privilege. Assuming the Security Groups are already configured correctly, which combination of Network ACL configurations for the Analytics Engine Subnet () must be implemented to support this traffic? (Select TWO.)
- An outbound Network ACL rule allowing TCP traffic to destination on port , and an outbound Network ACL rule allowing TCP traffic to destination on port .Cevap
- An inbound Network ACL rule allowing TCP traffic from source on source port to destination ports , and an inbound Network ACL rule allowing TCP traffic from source on source port to destination ports .Cevap
- CAn inbound Network ACL rule allowing TCP traffic from source on destination port , and an inbound Network ACL rule allowing TCP traffic from source on destination port .
- DNo inbound Network ACL rules are required to allow response traffic from the database or the internet, because Network ACLs are stateful and automatically track connection states.
- EAn outbound Network ACL rule allowing TCP traffic to destination on ephemeral ports , and an outbound Network ACL rule allowing TCP traffic to destination on ephemeral ports .