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
C# / .NET
dotnet add package Gammarer.CDK.AWS.Ec2InstanceRunningScheduler
Java
Add the following to pom.xml:
<dependency>
<groupId>com.gammarer</groupId>
<artifactId>aws-ec2-instance-running-scheduler</artifactId>
</dependency>
Example
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-1.1.14.tar.gz
.
File metadata
- Download URL: gammarer.aws-ec2-instance-running-scheduler-1.1.14.tar.gz
- Upload date:
- Size: 33.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f783efa6e6acbf13cfd281d7c8e45a0a565ff2bac86ff9e77be3eedaaac3ffc7 |
|
MD5 | c32d7793c9ba2a1889c4344bf076b331 |
|
BLAKE2b-256 | a1fe55f2be4563156d8b25061bdd6f893a9145a4a4db5a0c30828c3c16922ebf |
File details
Details for the file gammarer.aws_ec2_instance_running_scheduler-1.1.14-py3-none-any.whl
.
File metadata
- Download URL: gammarer.aws_ec2_instance_running_scheduler-1.1.14-py3-none-any.whl
- Upload date:
- Size: 32.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afc9ef76de9eb22200cf84aa9c83ab53a3b0a5aeea9fc74f1812951ece6cfa92 |
|
MD5 | 9bbe9124c1387f148a6967bfe8e6a1bc |
|
BLAKE2b-256 | 4868ffedf558c480455d96774bc2ade7d54584fca7421f1c2bf50b9baa5a2e75 |