You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 20, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,8 @@ This is an open source software. Feel free to open issues and pull requests.
155
155
|------|-------------|:----:|:-----:|:-----:|
156
156
| extra\_user\_data | Extra script to run in the NAT instance | string |`""`| no |
157
157
| image\_id | AMI of the NAT instance. Default to the latest Amazon Linux 2 | string |`""`| no |
158
-
| instance\_types | Candidates of spot instance type for the NAT instance. This is used in the mixed instances policy | list |`[ "t3.nano", "t3a.nano" ]`| no |
158
+
| instance\_types | Candidates of instance type for the NAT instance. This is used in the mixed instances policy | list |`[ "t3.nano", "t3a.nano" ]`| no |
159
+
| use_spot_instance | Whether to use spot or on-demand EC2 instance | boolean | true | no |
159
160
| key\_name | Name of the key pair for the NAT instance. You can set this to assign the key pair to the NAT instance | string |`""`| no |
160
161
| name | Name for all the resources as identifier | string | n/a | yes |
161
162
| private\_route\_table\_ids | List of ID of the route tables for the private subnets. You can set this to assign the each default route to the NAT instance | list |`[]`| no |
0 commit comments