Practice free →
HomeBCA Cloud Computingcloudcomputingcloudsecurity › A workload makes outbound HTTP requests to updat…

A workload makes outbound HTTP requests to update some on-prem inventory. The on-prem system requires the requests to come from a stable, predictable set of IP addresses. Which cloud feature gives the customer that?

ARenaming the VM every hour
BA NAT gateway (e.g. AWS NAT Gateway, Azure NAT Gateway, GCP Cloud NAT) with reserved static IPs
CEncrypting every outbound packet twice
DDisabling all logging on the source VMs
Answer & Solution
Correct answer: B. A NAT gateway (e.g. AWS NAT Gateway, Azure NAT Gateway, GCP Cloud NAT) with reserved static IPs
NAT gateways with reserved IPs give a predictable egress address that the on-prem system can allowlist. The other options don't solve the IP-stability problem.
Solve this in the app — BCA Cloud Computing practice & 24k+ MCQs →
Related questions