Skip to main content

A CDK construct that will automatically stop a running EC2 instance at a given time.

Project description

NightyNight and WakeyWakey!

Do you have a EC2 instance or an RDS instance that you only need during certain hours of the day? Do you want to reduce it's cost? How about just stopping it every night?

That's the NightyNight construct. It's very simple. Give it an instanceId and it will create a Lambda and a CloudWatch Event Rule to fire the lambda at a specific time of day. If the instance is running, it's stopped.

There are currently two variations of the construct:

WakeyWakey

The WakeyWakey construct (from this repository) has been integrated into this library. You don't need to install a separate dependency anymore.

There isn't a specific construct for starting ASGs or ECS services, since you can just set the count to whatever you want.

This is a pre-release!

This is a quick first-draft. All the options that will likely need to be added to accommodate a large number of use-cases are still needed. If you'd like to make requests or help update this construct, please open an Issue or a PR.

There are multiple versions of this library published. You should be using the v0.X.X versions for now. There are versions published that match the CDK version they depend on, but don't use those.

What it creates

arch.png

  • A Rule that will, on a given schedule, fire a lambda.
  • A Lambda with permissions to describe ec2 instances. It will read the instance by the given instanceId and then stop the instance if it's in a running state.

Example:

import {NightyNightForEc2, WakeyWakeyForEc2} from "./ec2";

export class NightyNightStack extends Stack {

  constructor(scope: Construct, id: string, props: StackProps) {
    super(scope, id, props);

    // The code that defines your stack goes here
    new NightyNightForEc2(this, 'nighty-night', {instanceId: 'i-123123123123'});
    new WakeyWakeyForEc2(this, 'wakey-wakey', {instanceId: 'i-123123123123'})
  }
}

This will stop the instance with id i-123123123123 at (the default) 4am UTC. It will then start the instance at 12am UTC.

API Doc

See the API Docs for more info.

Contributing

Please open Pull Requests and Issues on the Github Repo.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mbonig.nightynight-2.0.4.tar.gz (27.3 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mbonig.nightynight-2.0.4-py3-none-any.whl (27.3 MB view details)

Uploaded Python 3

File details

Details for the file mbonig.nightynight-2.0.4.tar.gz.

File metadata

  • Download URL: mbonig.nightynight-2.0.4.tar.gz
  • Upload date:
  • Size: 27.3 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.5

File hashes

Hashes for mbonig.nightynight-2.0.4.tar.gz
Algorithm Hash digest
SHA256 f44f9f94c0450b429e94c3f23238d7fa28729a33fa3f59e59eca6f793eec2c67
MD5 24ad5f6a9e68b0904833af3a3a3b95f1
BLAKE2b-256 ebbd8a09d6b6c24b29dd94db8d9e7a5ad970c440342b4e80b5b306f9120fbdba

See more details on using hashes here.

File details

Details for the file mbonig.nightynight-2.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for mbonig.nightynight-2.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 a07b31fa53e6890a2e4d92d1dc8027fc74a05b8f71350d959ad8be2b63efc99e
MD5 e16cb65bae3978b89164134f0b39072a
BLAKE2b-256 c1bf6cd575b6086f72b39f545ccecc283d8ce838342b40e0407a3841d19faa45

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page