Support for this in the aws_dlm_lifecycle_policy resource would be nice. Currently, only local-exec workarounds are possible. There is no DLM support in the Cloud Control API.
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.
Volunteering to Work on This Issue
If you are interested in working on this issue, please leave a comment.
If this would be your first contribution, please review the contribution guide.
Description
AWS introduced support for running SSM Documents when taking volume snapshots with Data Lifecycle Manager, see https://aws.amazon.com/about-aws/whats-new/2023/11/amazon-data-lifecycle-manager-pre-post-script-automation-ebs-snapshots/.
The AWS API is ready for this, see https://docs.aws.amazon.com/dlm/latest/APIReference/API_Script.html.
Support for this in the
aws_dlm_lifecycle_policy
resource would be nice. Currently, onlylocal-exec
workarounds are possible. There is no DLM support in the Cloud Control API.Affected Resource(s) and/or Data Source(s)
Potential Terraform Configuration
References
Would you like to implement a fix?
None