Skip to main content

AWS EC2 Instance Running Scheduler

Project description

AWS EC2 Instance Running Scheduler

This is an AWS CDK Construct to make EC2 instance running schedule (only running while working hours(start/stop)).

Fixed

  • EC2 Instance

Resources

This construct creating resource list.

  • EventBridge Scheduler execution role
  • EventBridge Scheduler

Install

TypeScript

npm install @gammarer/aws-ec2-instance-running-scheduler
# or
yarn add @gammarer/aws-ec2-instance-running-scheduler

Python

pip install gammarer.aws-ec2-instance-running-scheduler

Example

npm install @gammarer/aws-ec2-instance-running-scheduler
import { Ec2InstanceRunningScheduler } from '@gammarer/aws-ec2-instance-running-scheduler';

new Ec2InstanceRunningScheduler(stack, 'Ec2InstanceRunningScheduler', {
  targets: [
    {
      instances: ['i-0af01c0123456789a', 'i-0af01c0123456789b'],
      startSchedule: {
        timezone: 'Asia/Tokyo',
        minute: '55',
        hour: '8',
        week: 'MON-FRI',
      },
      stopSchedule: {
        timezone: 'Asia/Tokyo',
        minute: '5',
        hour: '19',
        week: 'MON-FRI',
      },
    },
  ],
});

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 gammarer.aws-ec2-instance-running-scheduler-0.4.11.tar.gz.

File metadata

File hashes

Hashes for gammarer.aws-ec2-instance-running-scheduler-0.4.11.tar.gz
Algorithm Hash digest
SHA256 73802c89163ec1eff741d12d2e93cafad3011937de876c48b8e0664f667c683f
MD5 90e0c2fbabdc5ca7f8ba6b5a1c445a1e
BLAKE2b-256 8278410a2f6e23ad8d7404878265eab43014fb2b4f152e2f8e86e7d85a131d7c

See more details on using hashes here.

File details

Details for the file gammarer.aws_ec2_instance_running_scheduler-0.4.11-py3-none-any.whl.

File metadata

File hashes

Hashes for gammarer.aws_ec2_instance_running_scheduler-0.4.11-py3-none-any.whl
Algorithm Hash digest
SHA256 7d216d06ca7a7bc23afabc6cb4c556361a2b1fdc71c819d2c94d128ba1e49c3c
MD5 3b9851d2cd7b0bdb30bb546e5a103341
BLAKE2b-256 7d28c5d04aa9ae9910289ab08616d4f2e695f7645374898c73fb16248df24d72

See more details on using hashes here.

Supported by

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