RDS Aurora start/stop_db_cluster
See original GitHub issueHi,
Currently trying to use AWS Instance Scheduler to ‘start/stop_db_cluster’. I noticed in the code within the ‘rds_service.py’ file the following is written:
if rds_inst["Engine"] in ["aurora"]: self._logger.debug(DEBUG_UNSUPPORTED_ENGINE, rds_inst["Engine"], db_id) return False
If my understanding is correct. This will flag aurora as the DB Engine and skip it.
My question is: Will AWS Instance Scheduler support the use of ‘start/stop_db_cluster’ as it currently only supports ‘start/stop_db_instance()’
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:19 (1 by maintainers)
Top Results From Across the Web
Stopping and starting an Amazon Aurora DB cluster
Stopping and starting Amazon Aurora clusters helps you manage costs for development and test environments. You can temporarily stop all the DB instances...
Read more >Getting started with AWS RDS Aurora DB Clusters - SQLShack
This article provides a step by step explanation of how to create an Aurora DB cluster that is compliant with MySQL or PostgreSQL....
Read more >How To Create Your First Database Cluster on Amazon Aurora
Watch a step-by-step guide on creating your first database cluster on Amazon Aurora, a relational database offering up to 5 times ...
Read more >Amazon Aurora Database Cluster Autoscaling Demo - YouTube
This tutorial will show how to create an AWS RDS Aurora MySQL cluster and scale it up and down with an Auto Scaling...
Read more >AWS RDS Aurora Postgres Database Setup - YouTube
In this video, I show you how to setup an AWS Aurora Postgres Database in the console. I walk you through all the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We will support RDS Aurora, Multi-AZ instances and EC2 Hibernation in our next maintenance release that is under test. I can provide you with link to preview if you’re interested in testing it.
Fixed in v1.2.0