Skip to content
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

Extend rds module to allow copying of rds snaphots cross region #210

Closed
dreaddesign opened this issue Aug 28, 2020 · 7 comments · Fixed by #1078
Closed

Extend rds module to allow copying of rds snaphots cross region #210

dreaddesign opened this issue Aug 28, 2020 · 7 comments · Fixed by #1078
Assignees
Labels
affects_2.10 feature This issue/PR relates to a feature request has_pr module module plugins plugin (any type) waiting_on_contributor Needs help. Feel free to engage to get things unblocked

Comments

@dreaddesign
Copy link

SUMMARY

Extend to allow module to copy an rds snapshot to another region.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

rds_instance
rds

ADDITIONAL INFORMATION

During automated backups of databases, copy rds snapshot to different region for backup redundancy and ensure availability of rds instance.

@ansibullbot
Copy link

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link

@ansibullbot ansibullbot added affects_2.10 feature This issue/PR relates to a feature request module module needs_triage plugins plugin (any type) labels Aug 28, 2020
@gravesm gravesm added waiting_on_contributor Needs help. Feel free to engage to get things unblocked and removed needs_triage labels Feb 12, 2021
@markuman markuman mentioned this issue Feb 1, 2022
1 task
@jatorcasso jatorcasso self-assigned this Apr 19, 2022
@ansibullbot
Copy link

Files identified in the description:

If these files are inaccurate, please update the component name section of the description or use the !component bot command.

click here for bot help

@ansibullbot
Copy link

@jatorcasso
Copy link
Contributor

@markuman @alinabuzachis I would assume this functionality should be added to rds_instance_snapshot ?

@markuman
Copy link
Member

@markuman @alinabuzachis I would assume this functionality should be added to rds_instance_snapshot ?

Sounds good to me.

@jatorcasso
Copy link
Contributor

Added PR for this!

softwarefactory-project-zuul bot pushed a commit that referenced this issue May 25, 2022
rds_instance_snapshot - add copy snapshot functionality

Depends-On: ansible-collections/amazon.aws#776
Depends-On: #1116
SUMMARY

Add support for copying a snapshot
Fixes #210
Don't require db_instance_identifier on state = present (only required for creation)

ISSUE TYPE

Feature Pull Request

COMPONENT NAME
rds_instance_snapshot

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Joseph Torcasso <None>
Reviewed-by: Alina Buzachis <None>
patchback bot pushed a commit that referenced this issue May 25, 2022
rds_instance_snapshot - add copy snapshot functionality

Depends-On: ansible-collections/amazon.aws#776
Depends-On: #1116
SUMMARY

Add support for copying a snapshot
Fixes #210
Don't require db_instance_identifier on state = present (only required for creation)

ISSUE TYPE

Feature Pull Request

COMPONENT NAME
rds_instance_snapshot

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Joseph Torcasso <None>
Reviewed-by: Alina Buzachis <None>
(cherry picked from commit d04ab42)
alinabuzachis pushed a commit to alinabuzachis/community.aws that referenced this issue May 25, 2022
…s#211)

* Use 'fail_json_aws' in the tags_need_modify check

In reference to issue ansible-collections#210 ec2_group: error returned does not return AWS insufficient permissions error when adding tags
softwarefactory-project-zuul bot pushed a commit that referenced this issue May 26, 2022
[PR #1078/d04ab427 backport][stable-3] rds_instance_snapshot - add copy snapshot functionality

This is a backport of PR #1078 as merged into main (d04ab42).
Depends-On: ansible-collections/amazon.aws#776
Depends-On: #1116
SUMMARY

Add support for copying a snapshot
Fixes #210
Don't require db_instance_identifier on state = present (only required for creation)

ISSUE TYPE

Feature Pull Request

COMPONENT NAME
rds_instance_snapshot

Reviewed-by: Markus Bergholz <[email protected]>
abikouo pushed a commit to abikouo/community.aws that referenced this issue Oct 24, 2023
…ections#1078)

rds_instance_snapshot - add copy snapshot functionality

Depends-On: ansible-collections/amazon.aws#776
Depends-On: ansible-collections#1116
SUMMARY

Add support for copying a snapshot
Fixes ansible-collections#210
Don't require db_instance_identifier on state = present (only required for creation)

ISSUE TYPE

Feature Pull Request

COMPONENT NAME
rds_instance_snapshot

Reviewed-by: Markus Bergholz <[email protected]>
Reviewed-by: Joseph Torcasso <None>
Reviewed-by: Alina Buzachis <None>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections@d04ab42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects_2.10 feature This issue/PR relates to a feature request has_pr module module plugins plugin (any type) waiting_on_contributor Needs help. Feel free to engage to get things unblocked
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants