A company is deploying a two-tier web application within an Amazon Virtual Private Cloud (Amazon VPC). The database instances are located in a private subnet and must not be directly reachable from the public internet. However, these database instances require outbound-only internet connectivity to download software updates and security patches. Which AWS networking component should be deployed to meet this requirement?
- ANetwork Access Control List
- NAT GatewayCevap
- CAWS Transit Gateway
- DAvailability Zone
Cevap
NAT Gateway
A NAT Gateway is a Network Address Translation service that allows resources in a private subnet to connect to the internet (e.g., for downloading updates) but prevents external sources on the internet from initiating a connection with those resources.
Adım Adım Çözüm
Anahtar Kavram
NAT Gateway provides outbound-only internet connectivity to instances in a private subnet, shielding them from inbound connections.