packer-plugin-amazon
packer-plugin-amazon copied to clipboard
Packer plugin for Amazon AMI Builder
#### Community Note Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request. Please do not leave...
I'm trying to use Packer with AssumeRoke configured with MFA. - PC: MacBook m2 Pro - OS: Sonoma 14.1.1 - Packer version: 1.9.4 ### ~/.aws/config ``` [profile base] region =...
#### Overview of the Issue When using amazon-ebs on a spot instance, it turns out packer is silently skipping the step in which it shuts down the EC2 instance. AWS...
May relate to https://github.com/hashicorp/packer-plugin-amazon/issues/122. When specifying an amazon-ebs builder, I'm trying to set the boot volume size with launch_block_device_mappings. By the above bug, I should set this to "xvda" for...
#### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Description I am encountering an issue when using Packer to create an AMI from a source AMI in the AWS Marketplace. Here are the details: ### Problem Packer is...
Having three different outcomes which would be expected to drive the same outcome: 1. Hardcoding temporary_security_group_source_cidrs 2. Using a variable-- packer validate . 3. Using a variable-- packer build When...
_This issue was originally opened by @ranjb as hashicorp/packer#6162. 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._ The...
#### Description [NitroTPM](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/nitrotpm.html) support allows an AMI to be used with instances that have a virtual TPM module for securely storing secrets and providing secure boot. According to AWS docs,...
_This issue was originally opened by @benjamb as hashicorp/packer#8590. 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._ ####...