<aside>
๐ช
NAT Gadteway ์์ฑ
- aws ec2 create-nat-gateway --subnet-id <SUBNET_ID> --allocation-id <EIP_ALLOCATION_ID>
NAT Gateway ์กฐํ
- aws ec2 describe-net-gateways
NAT Gateway ์ญ์
- aws ec2 delete-nat-gateway --net-gateway-id <NAT_GATEWAY_ID>
</aside>