question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RDS Aurora start/stop_db_cluster

See original GitHub issue

Hi,

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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:19 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
arieleeuwcommented, Jan 23, 2019

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.

0reactions
shseniorcommented, Jun 13, 2019

Fixed in v1.2.0

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found