This repository was archived by the owner on Jul 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Features:
99- Saving cost using a spot instance (from $1/month)
1010- Fixed source IP address by reattaching ENI
1111- Supporting Systems Manager Session Manager
12- - Disable costly resources for compatibility with workspaces
12+ - Compatible with workspaces
1313
1414Terraform 0.12 is required.
1515
@@ -65,8 +65,10 @@ Take a look at the diagram:
6565
6666![ diagram] ( diagram.svg )
6767
68- By default an instance of the latest Amazon Linux 2 is launched.
69- The instance will run [ init.sh] ( data/init.sh ) to enable NAT as follows:
68+ By default the latest Amazon Linux 2 image is used.
69+ You can set ` image_id ` for a custom image.
70+
71+ The instance will execute [ ` runonce.sh ` ] ( runonce.sh ) and [ ` snat.sh ` ] ( snat.sh ) to enable NAT as follows:
7072
71731 . Attach the ENI to ` eth1 ` .
72741 . Set the kernel parameters for IP forwarding and masquerade.
@@ -94,7 +96,7 @@ module "nat" {
9496}
9597```
9698
97- See also the [ example] ( example/ ) for more.
99+ See also [ cloud-init modules ] ( https://cloudinit.readthedocs.io/en/latest/topics/modules.html ) and the [ example] ( example/ ) for more.
98100
99101
100102### SSH access
You can’t perform that action at this time.
0 commit comments