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

Support Time-based AWS AMI Copy

Open kimxogus opened this issue 7 months ago • 0 comments

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Please search the existing issues for relevant feature requests, and use the reaction feature (https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to add upvotes to pre-existing requests.

Description

Please support time-based ami copy.

Use Case(s)

To ensure completion time of copying amis

Potential configuration


source "amazon-ebs" "..." {

   ...
   snapshot_copy_completion_duration_minutes = 30
   ...


Potential References

https://aws.amazon.com/ko/about-aws/whats-new/2025/02/amazon-ec2-time-based-copy-amis/ https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CopyImage.html

kimxogus avatar Feb 28 '25 08:02 kimxogus