1.1.14 • Published 16 days ago

@gammarer/aws-rds-database-running-scheduler v1.1.14

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
16 days ago

GitHub npm (scoped) PyPI Nuget Sonatype Nexus (Releases) GitHub Workflow Status (branch) GitHub release (latest SemVer)

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 @gammarer/aws-rds-database-running-scheduler
# or
yarn add @gammarer/aws-rds-database-running-scheduler

Python

pip install gammarer.aws-rds-database-running-scheduler

C# / .NET

dotnet add package Gammarer.CDK.AWS.RdsDatabaseRunningScheduler

Java

Add the following to pom.xml:

<dependency>
  <groupId>com.gammarer</groupId>
  <artifactId>aws-rds-database-running-scheduler</artifactId>
</dependency>

Example

import { RdsDatabaseRunningScheduler, DatabaseType } from '@gammarer/aws-rds-database-running-scheduler';

new RdsDatabaseRunningScheduler(stack, 'RdsDatabaseRunningScheduler', {
  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.

1.1.14

16 days ago

1.1.13

23 days ago

1.1.12

28 days ago

1.1.11

1 month ago

1.1.10

1 month ago

1.1.9

2 months ago

1.1.8

2 months ago

1.1.7

2 months ago

1.1.6

2 months ago

1.1.5

3 months ago

1.1.4

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.0.0

4 months ago

1.1.1

4 months ago

1.1.0

4 months ago

0.5.15

4 months ago

0.5.14

4 months ago

0.5.13

5 months ago

0.5.12

5 months ago

0.5.11

5 months ago

0.5.10

5 months ago

0.5.9

6 months ago

0.5.8

6 months ago

0.5.7

6 months ago

0.5.6

6 months ago

0.5.5

7 months ago

0.5.4

7 months ago

0.5.3

7 months ago

0.5.2

7 months ago

0.5.1

8 months ago

0.5.0

8 months ago

0.4.3

8 months ago

0.4.2

8 months ago

0.4.1

8 months ago

0.4.0

8 months ago

0.3.49

8 months ago

0.3.48

8 months ago

0.3.47

8 months ago

0.3.46

8 months ago

0.3.45

8 months ago

0.3.44

8 months ago

0.3.43

8 months ago

0.3.42

9 months ago

0.3.41

9 months ago

0.3.40

9 months ago

0.3.39

9 months ago

0.3.38

9 months ago

0.3.37

9 months ago

0.3.36

9 months ago

0.3.35

9 months ago

0.3.34

9 months ago

0.3.33

9 months ago

0.3.32

9 months ago

0.3.31

9 months ago

0.3.30

9 months ago

0.3.29

9 months ago

0.3.28

9 months ago

0.3.27

9 months ago

0.3.26

9 months ago

0.3.25

9 months ago

0.3.24

9 months ago

0.3.23

9 months ago

0.3.22

9 months ago

0.3.21

9 months ago

0.3.20

9 months ago

0.3.19

9 months ago

0.3.18

9 months ago

0.3.17

9 months ago

0.3.16

9 months ago

0.3.15

9 months ago

0.3.14

9 months ago

0.3.13

9 months ago

0.3.12

9 months ago

0.3.11

10 months ago

0.3.10

10 months ago

0.3.9

10 months ago

0.3.8

10 months ago

0.3.7

10 months ago

0.3.6

10 months ago