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

Adding rds stop/start ability #169

Closed
varunchandak opened this issue Dec 5, 2017 · 2 comments
Closed

Adding rds stop/start ability #169

varunchandak opened this issue Dec 5, 2017 · 2 comments
Labels

Comments

@varunchandak
Copy link

As per AWS, we can stop/start RDS, which we do not have in awless. Will we get this update in next release ?

AWS CLI:

aws rds stop-db-instance --db-instance-identifier XYZ
@fxaguessy
Copy link
Contributor

Hi,
Thanks for the suggestion, this is indeed a missing function in awless.
We will try to add it in the next release.

@varunchandak
Copy link
Author

Just FYI

  • You can't stop a DB instance that has a Read Replica, or that is a Read Replica.
  • You can't stop a DB instance that is in a Multi-AZ deployment.
  • You can't stop a DB instance that uses Microsoft SQL Server Mirroring.

as per this link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants