@@ -217,6 +217,7 @@ Available targets:
217217| ebs\_ volume\_ count | Count of EBS volumes that will be attached to the instance | ` number ` | ` 0 ` | no |
218218| ebs\_ volume\_ size | Size of the EBS volume in gigabytes | ` number ` | ` 10 ` | no |
219219| ebs\_ volume\_ type | The type of EBS volume. Can be standard, gp2 or io1 | ` string ` | ` "gp2" ` | no |
220+ | environment | Environment, e.g. 'prod', 'staging', 'dev', 'pre-prod', 'UAT' | ` string ` | ` "" ` | no |
220221| evaluation\_ periods | The number of periods over which data is compared to the specified threshold | ` number ` | ` 5 ` | no |
221222| generate\_ ssh\_ key\_ pair | If true, create a new key pair and save the pem for it to the current working directory | ` bool ` | ` false ` | no |
222223| instance\_ count | Count of ec2 instances to create | ` number ` | ` 1 ` | no |
@@ -230,6 +231,7 @@ Available targets:
230231| monitoring | Launched EC2 instance will have detailed monitoring enabled | ` bool ` | ` true ` | no |
231232| name | Name of the application | ` string ` | n/a | yes |
232233| namespace | Namespace (e.g. ` eg ` or ` cp ` ) | ` string ` | ` "" ` | no |
234+ | permissions\_ boundary\_ arn | Policy ARN to attach to instance role as a permissions boundary | ` string ` | ` "" ` | no |
233235| private\_ ips | Private IP address to associate with the instances in the VPC | ` list(string) ` | ` [] ` | no |
234236| region | AWS Region the instance is launched in | ` string ` | n/a | yes |
235237| root\_ iops | Amount of provisioned IOPS. This must be set if root\_ volume\_ type is set to ` io1 ` | ` number ` | ` 0 ` | no |
@@ -258,6 +260,7 @@ Available targets:
258260| eni\_ to\_ eip\_ map | Map of ENI with EIP |
259261| ids | Disambiguated IDs list |
260262| instance\_ count | Total number of instances created |
263+ | name | Instance(s) name |
261264| network\_ interface\_ ids | IDs of the network interface that was created with the instance |
262265| new\_ ssh\_ keypair\_ generated | Was a new ssh\_ key\_ pair generated |
263266| primary\_ network\_ interface\_ ids | IDs of the instance's primary network interface |
@@ -423,8 +426,8 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
423426
424427### Contributors
425428
426- | [ ![ Erik Osterman] [ osterman_avatar ]] [ osterman_homepage ] <br />[ Erik Osterman] [ osterman_homepage ] | [ ![ Jamie Nelson] [ Jamie-BitFlight_avatar ]] [ Jamie-BitFlight_homepage ] <br />[ Jamie Nelson] [ Jamie-BitFlight_homepage ] | [ ![ Vladimir] [ SweetOps_avatar ]] [ SweetOps_homepage ] <br />[ Vladimir] [ SweetOps_homepage ] | [ ![ Andriy Knysh] [ aknysh_avatar ]] [ aknysh_homepage ] <br />[ Andriy Knysh] [ aknysh_homepage ] |
427- | ---| ---| ---| ---|
429+ | [ ![ Erik Osterman] [ osterman_avatar ]] [ osterman_homepage ] <br />[ Erik Osterman] [ osterman_homepage ] | [ ![ Jamie Nelson] [ Jamie-BitFlight_avatar ]] [ Jamie-BitFlight_homepage ] <br />[ Jamie Nelson] [ Jamie-BitFlight_homepage ] | [ ![ Vladimir] [ SweetOps_avatar ]] [ SweetOps_homepage ] <br />[ Vladimir] [ SweetOps_homepage ] | [ ![ Andriy Knysh] [ aknysh_avatar ]] [ aknysh_homepage ] <br />[ Andriy Knysh] [ aknysh_homepage ] | [ ![ Chris Weyl ] [ rsrchboy_avatar ]] [ rsrchboy_homepage ] < br /> [ Chris Weyl ] [ rsrchboy_homepage ] |
430+ | ---| ---| ---| ---| --- |
428431
429432 [ osterman_homepage ] : https://github.com/osterman
430433 [ osterman_avatar ] : https://img.cloudposse.com/150x150/https://github.com/osterman.png
@@ -434,6 +437,8 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
434437 [ SweetOps_avatar ] : https://img.cloudposse.com/150x150/https://github.com/SweetOps.png
435438 [ aknysh_homepage ] : https://github.com/aknysh
436439 [ aknysh_avatar ] : https://img.cloudposse.com/150x150/https://github.com/aknysh.png
440+ [ rsrchboy_homepage ] : https://github.com/rsrchboy
441+ [ rsrchboy_avatar ] : https://img.cloudposse.com/150x150/https://github.com/rsrchboy.png
437442
438443[ ![ README Footer] [ readme_footer_img ]] [ readme_footer_link ]
439444[ ![ Beacon] [ beacon ]] [ website ]
0 commit comments