AWS RDS Database Running Scheduler
Project description
AWS RDS Database Running Scheduler
This is an AWS CDK Construct to make RDS Database running schedule (only running while working hours(start/stop)).
Fixed
- RDS Aurora Cluster
- RDS Instance
Resources
This construct creating resource list.
- EventBridge Scheduler execution role
- EventBridge Scheduler
Install
TypeScript
npm install @gammarers/aws-rds-database-running-schedule-stack
# or
yarn add @gammarers/aws-rds-database-running-schedule-stack
Python
pip install gammarers.aws-rds-database-running-schedule-stack
C# / .NET
dotnet add package Gammarers.CDK.AWS.RdsDatabaseRunningScheduleStack
Example
import { RdsDatabaseRunningScheduler, DatabaseType } from '@gammarer/aws-rds-database-running-schedule-stack';
new RdsDatabaseRunningScheduleStack(stack, 'RdsDatabaseRunningScheduleStack', {
targets: [
{
type: DatabaseType.CLUSTER,
identifiers: ['db-cluster-1a'],
startSchedule: {
timezone: 'UTC',
},
stopSchedule: {
timezone: 'UTC',
},
},
{
type: DatabaseType.INSTANCE,
identifiers: ['db-instance-1a'],
startSchedule: {
timezone: 'UTC',
},
stopSchedule: {
timezone: 'UTC',
},
},
],
});
License
This project is licensed under the Apache-2.0 License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gammarers_aws_rds_database_running_schedule_stack-1.2.1.tar.gz
.
File metadata
- Download URL: gammarers_aws_rds_database_running_schedule_stack-1.2.1.tar.gz
- Upload date:
- Size: 45.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a8cd68b6e353354f27397b3b82b87272729a57935fff23f383663884dcf8bc71 |
|
MD5 | 7d2326bb49ec34318f208ded5b595bbc |
|
BLAKE2b-256 | 1b41ce36aa59a55f28796ff5b4f4fb75c35fd1362f9978f601c7f757093454fd |
File details
Details for the file gammarers.aws_rds_database_running_schedule_stack-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: gammarers.aws_rds_database_running_schedule_stack-1.2.1-py3-none-any.whl
- Upload date:
- Size: 44.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03e59cabe095239b8e547247006312a1605514d4a0db09fc41972b48257c1c08 |
|
MD5 | 35c55fce2045d4510ebffb708568dd45 |
|
BLAKE2b-256 | af18ea2b5814069fa992fee0323479685d893792f158759815a1137b2d35b05f |