packer-plugin-amazon icon indicating copy to clipboard operation
packer-plugin-amazon copied to clipboard

Packer plugin for Amazon AMI Builder

Results 148 packer-plugin-amazon issues
Sort by recently updated
recently updated
newest added

This PR updates the `.golangci.yml` configuration to migrate to golangci-lint from v1 to v2.

#### Overview of the Issue For the `amazon-ebs` plugin, setting `enable_fast_launch` to `false` for the `fast_launch` config does not disable fast launch if the `fast_launch` config contains other parameters. The...

bug

_This issue was originally opened by @rickard-von-essen as hashicorp/packer#6604. It was migrated here as a result of the [Packer plugin split](https://github.com/hashicorp/packer/issues/8610#issuecomment-770034737). The original body of the issue is below._ [Since...

bug
enhancement
builder/amazon

### Description When building a non EBS instance with the following code it fails with `InsufficientHostCapacity` ```hcl placement { tenancy = "host" host_id = var.host_id } ``` The cloudtrail logs...

Hi I want to use a reserved private IP for an AWS instance in Packer with/without the "associate_public_ip_address" se to false. In GCP, there's a parameter for this - "**network_ip**"....

question

#### Overview of the Issue The command `packer build .` hangs for approximately 3 minutes ±10 seconds right after logging `Creating temporary security group for this instance: packer_XXXXX`. The subsequent...

bug

### Description This revives the previously closed PR #104 from @Itxaka, which adds the possibility of importing an image to Amazon EC2 by using the ImportSnapshot/RegisterImage API, which has lower...

When filing a bug, please include the following headings if possible. Any example text in this template can be deleted. #### Overview of the Issue The Amazon "data" sources documentation...

bug