craniumcafe/Packer EC2
AMI Builder
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | AWS Access Key ID | yes | — |
| aws-region | AWS AMI Region | yes | — |
| aws-secret-access-key | AWS Secret Access Key | yes | — |
| build | Packer build name | yes | — |
| instance-type | AWS EC2 Instance Type | yes | t3.micro |
| packer-directory | Packer directory | no | — |
| packer-version | Packer version | no | 1.7 |
| subnet-id | AWS Subnet ID. Export to environment variable `PKR_VAR_SUBNET_ID` | no | — |
| template | Packer template | yes | \. |
| var-file | Packer var file | no | — |
| vpc-id | AWS VPC ID. Export to environment variable `PKR_VAR_VPC_ID` | no | — |
Outputs
| name | description |
|---|---|
| ami-id | AMI ID |
| aws-region | AWS AMI Region |