-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Resource]: aws_imagebuilder_lifecycle_policy
#34854
Comments
Community NoteVoting for Prioritization
Volunteering to Work on This Issue
|
Hey @seanturner026 thanks for taking the time to raise this issue! 👏🏼 Correct me if I'm wrong, but you're pointing to the EC2 Image Builder Lifecycle Policy right? In that case, I think we should rename the resource: API reference:
|
Sounds good! Will update the original post to reflect that. I was looking in the AWS Console when I originally started creating this issue which refers to the resource as a lifecycle I believe. |
aws_imagebuilder_lifecycle
aws_imagebuilder_lifecycle_policy
I'll happily pick this up too 🚀 |
Hey, are there any updates on this? |
Hey @sophiecosgrove, I'm still working on this - it's just in my "todo" of provider tickets I'm currently working on. I aim to have this done next week. |
Just a quick update: We're actively working on the issue in the background. However, it's taking a bit longer than expected because we need to update the entire image builder service in this provider to use the AWS SDK v2. Thanks for your patience. Update as of March 1st: We're almost finished moving the imagebuilder service to V2. @DanielRieske has been helping me with this because there's a lot of work to be done. Update as of March 11: We've implemented the resource and finished the migration to the aws-sdk-v2, it became a really large PR and we need to loop in the core team for this change. Update as of April 5: @DanielRieske is finalizing the last acceptance tests. cc @ewbankkit |
Any updates? Trying to wait patiently on this one :) ... |
a new AWS provider has been introduced "awscc" which hosts this feature with: awscc_imagebuilder_lifecycle_policy (Resource) |
Hi everyone, small update on this. We are still actively working on getting this merged however we are running in a problem with certain arguments not being serialized. |
any updates? |
Hi, any updates on this please? |
Hey @sophiecosgrove 👋🏼, Thank you for checking in! We’re currently awaiting a fix for this AWS SDK issue and a related issue for AWS SDK Go V2. Our pull request is being closely monitored and will be merged as soon as these SDK issues are resolved. If you have any urgent concerns, it would be best to raise them directly in those issues or reach out to AWS support. |
Warning This issue has been closed, meaning that any additional comments are hard for our team to see. Please assume that the maintainers will not see them. Ongoing conversations amongst community members are welcome, however, the issue will be locked after 30 days. Moving conversations to another venue, such as the AWS Provider forum, is recommended. If you have additional concerns, please open a new issue, referencing this one where needed. |
Thanks for this! (Corresponding AWS Provider PR is also merged for anyone else following this thread who was also confused #35674) |
This functionality has been released in v5.73.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
Image Builder recently added a lifecycle manager that would be super handy in preventing the accumulation of AMIs (and EBS Snapshots?) which cost $$.
https://aws.amazon.com/about-aws/whats-new/2023/11/ec2-image-builder-lifecycle-management-deletion/
Requested Resource(s) and/or Data Source(s)
aws_imagebuild_lifecycle_policy
Potential Terraform Configuration
References
https://aws.amazon.com/about-aws/whats-new/2023/11/ec2-image-builder-lifecycle-management-deletion/
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: