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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,7 @@ This is an open source software. Feel free to open issues and pull requests.
102
102
103
103
| Name | Description | Type | Default | Required |
104
104
|------|-------------|:----:|:-----:|:-----:|
105
+
| extra\_user\_data | Extra script to run in the NAT instance | string |`""`| no |
105
106
| image\_id | AMI of the NAT instance. Default to the latest Amazon Linux 2 | string |`""`| no |
106
107
| 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 |
107
108
| 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 |
@@ -118,6 +119,7 @@ This is an open source software. Feel free to open issues and pull requests.
118
119
| eip\_id | ID of the Elastic IP |
119
120
| eip\_public\_ip | Public IP of the Elastic IP for the NAT instance |
120
121
| eni\_id | ID of the ENI for the NAT instance |
122
+
| eni\_private\_ip | Private IP of the ENI for the NAT instance |
121
123
| iam\_role\_name | Name of the IAM role for the NAT instance |
122
124
| sg\_id | ID of the security group of the NAT instance |
0 commit comments