In AWS, for VPC, for both NAT instance and gateway, to make them useful (in providing instances in private subnet ability to talk to internet for software updates but not allow outside initiated inbound calls), what step do you need to take after creating the NAT instance/gateway?
Answer
you need to configure route in route table for your private subnet (or you can use default/main subnet) to point internet bound traffic (Destination = 0.0.0.0/0) to the NAT instance/gateway (Target = NAT instance/gateway id).
Question
In AWS, for VPC, for both NAT instance and gateway, to make them useful (in providing instances in private subnet ability to talk to internet for software updates but not allow outside initiated inbound calls), what step do you need to take after creating the NAT instance/gateway?
Answer
?
Question
In AWS, for VPC, for both NAT instance and gateway, to make them useful (in providing instances in private subnet ability to talk to internet for software updates but not allow outside initiated inbound calls), what step do you need to take after creating the NAT instance/gateway?
Answer
you need to configure route in route table for your private subnet (or you can use default/main subnet) to point internet bound traffic (Destination = 0.0.0.0/0) to the NAT instance/gateway (Target = NAT instance/gateway id).
Summary
status
not learned
measured difficulty
37% [default]
last interval [days]
repetition number in this series
0
memorised on
scheduled repetition
scheduled repetition interval
last repetition or drill
Details
No repetitions
Discussion
Do you want to join discussion? Click here to log in or create user.