Skip to content

Create module for managing Amazon Data Lifecycle Manager policies #1245

Open
@jsalatiel

Description

@jsalatiel

Summary

Would it be possible to create a module to manage Amazon Data Lifecycle Manager policies?

Issue Type

Feature Idea

Component Name

ec2_dlm

Additional Information

   - name: Create data lifecyle policy
      ec2_dlm:
        state: present
        tags: '{{ item.tags }}'
        region: '{{ region }}'
        name: backupByTag
        schedule: */12
        type: ebs_snapshot
        target_type: volume
        target_tags:
          backup: true

Code of Conduct

  • I agree to follow the Ansible Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureThis issue/PR relates to a feature requestpluginsplugin (any type)waiting_on_contributorNeeds help. Feel free to engage to get things unblocked

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions