Skip to content

ec2-auto-shutdown is a systemd service that shuts down an instance automatically when there is no SSH activity

Notifications You must be signed in to change notification settings

vivami/ec2-auto-shutdown

 
 

Repository files navigation

ec2-auto-shutdown

ec2-auto-shutdown is a systemd service that helps you reduce AWS costs. It will shut down an instance automatically when

  • there is no SSH activity for configured period of time and;
  • average load is bellow configured threshold and;
  • there are not ESTABLSIHED http network connections

Installation

$ curl -o- https://raw.githubusercontent.com/vivami/ec2-auto-shutdown/master/install.sh | sudo bash

Configuration

Config file is located at /etc/ec2-auto-shutdown/ec2-auto-shutdown-config.

Restart service after making changes using:

$ sudo systemctl restart ec2-auto-shutdown

About

ec2-auto-shutdown is a systemd service that shuts down an instance automatically when there is no SSH activity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%