Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 8983dc7

Browse files
authored
Update README.md
1 parent e717e30 commit 8983dc7

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1414
Terraform 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

7173
1. Attach the ENI to `eth1`.
7274
1. 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

0 commit comments

Comments
 (0)