-
Notifications
You must be signed in to change notification settings - Fork 724
Global RDS Clusters cannot be removed #570
Comments
thank you for the bug report. Though it looks like "DCE" is using a aws-nuke fork, so we dont know which version of upstream aws-nuke the code is running. Therefore please try to replicate this with vanilla aws-nuke or report it to DCE directly. Though it probably ends up with changes to aws-nuke to also support replica deletion. For this to work we would need to get a vanilla aws-nuke config. Thank you |
I just noticed they're using a modified fork, my bad. None the less, I believe it's a order of operations removal for RDS Global clusters (even manual is a tedious process from regular RDS). I will get a fresh account and better replication steps with the current aws-nuke in order to better validate with the actual upstream software. Thanks! |
Okay, I have replication steps now - Steps to reproduce:
The relevant error is:
Let me know if this is sufficient enough to create a formal issue. |
Is there any update on the above? Is the information provided enough to open a formal report? |
It looks like a RDS resource called "Global Cluster" is not yet implemented by aws-nuke. |
Closing due to age. Please test with the fork and if this is still an issue please open an issue over at https://github.com/ekristen/aws-nuke. Please see the copy of the notice from the README about the deprecation of this project. Sven was kind enough to grant me access to help triage and close issues and pull requests that have already been addressed in the actively maintained fork. Some additional information is located in the welcome issue for more information. Caution This repository for aws-nuke is no longer being actively maintained. We recommend users to switch to the actively maintained fork of this project at ekristen/aws-nuke. |
Hi,
I am using aws-nuke with DCE (Disposable Cloud Environment) . In testing today some Terraform code that creates a Global Aurora RDS database (multi-region), I discovered that after my lease expired and DCE went to work initiating aws-nuke, it encountered a snowball of issues.
The main issue stems in the removal process of a Global RDS cluster.
You can replicate it using the Terraform code listed here (forked from the Terraform RDS Aurora module for cluster creation - reference hash e5da5456d33d1cfa51a53615310b62021efaf188). Create the cluster from the examples/global reference, then run AWS Nuke.
I am not sure how feasible it may be to accomplish given that it is much a "delete this, this this, then that, then that" with regards to Global Clusters.
Please let me know if there is more additional information needed for this!
The text was updated successfully, but these errors were encountered: