Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 2.15 KB

File metadata and controls

61 lines (39 loc) · 2.15 KB

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

install by npm

npm install @gammarers/aws-rds-database-auto-running-stop-stack

install by yarn

yarn add @gammarers/aws-rds-database-auto-running-stop-stack

install by pnpm

pnpm add @gammarers/aws-rds-database-auto-running-stop-stack

install by bun

bun add @gammarers/aws-rds-database-auto-running-stop-stack

Example

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

new RDSDatabaseAutoRunningStopStack(app, 'RDSDatabaseAutoRunningStopStack');

License

This project is licensed under the Apache-2.0 License.