Skip to content

This constructor stack includes a function to automatically stop a database or cluster that will automatically start in 7 days.

License

Notifications You must be signed in to change notification settings

gammarers/aws-rds-database-auto-running-stop-stack

Repository files navigation

AWS RDS Database Auto Running Stop Stack

GitHub npm (scoped) GitHub Workflow Status (branch) GitHub release (latest SemVer)

View on Construct Hub

This constructor stack includes a function to automatically stop a database or cluster that will automatically start in 7 days.

Resources

This construct creating resource list.

  • StepFunctions(StateMachine)
  • IAM Role (StepFunctions)
  • IAM Policy (StepFunctions)
  • EventBridge
  • IAM Role (EventBridge)

Install

TypeScript

npm install @gammarers/aws-rds-database-auto-running-stop-stack
# or
yarn add @gammarers/aws-rds-database-auto-running-stop-stack

Example

import { BudgetsNotification } from '@gammarers/aws-rds-database-auto-running-stop-stack';

new RDSDatabaseAutoRunningStopStack(app, 'RDSDatabaseAutoRunningStopStack');

License

This project is licensed under the Apache-2.0 License.

About

This constructor stack includes a function to automatically stop a database or cluster that will automatically start in 7 days.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published