Pregunta de entrevista de Amazon

Explain NAT

Respuesta de la entrevista

Anónimo

18 de oct de 2018

NAT: Network Address Translation (NAT) is the process where a network device, usually a firewall, assigns a public address to a computer (or group of computers) inside a private network In AWS world: We can use a NAT instance in a public subnet in a VPC to enable instances in the private subnet to initiate outbound IPv4 traffic to the Internet or other AWS services but prevent the instances from receiving inbound traffic initiated by someone on the Internet.

1