v0.1.5
Notable Changes
- Instead of account-id use the profile for commands
bin/hibernate rule --create --profile=<profile_name> --instance-name=<instance_name> --start-expression="<cron>" --stop-expression="<cron>"
--profile=<profile_name>: (Optional) The Profile to use from config. This will default to the default profile if not specified.
--instance-name=<instance_name>: The EC2 instance name tag.
--start-expression=: The cron expression for when to start the instance.
--stop-expression=: The cron expression for when to stop the instance.