https://github.com/dpb587/aws-utils-boshrelease
Some AWS-specific jobs and packages for BOSH deployments.
https://github.com/dpb587/aws-utils-boshrelease
Last synced: about 1 year ago
JSON representation
Some AWS-specific jobs and packages for BOSH deployments.
- Host: GitHub
- URL: https://github.com/dpb587/aws-utils-boshrelease
- Owner: dpb587
- License: other
- Created: 2015-07-18T03:15:20.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T04:55:09.000Z (over 10 years ago)
- Last Synced: 2025-04-05T03:41:44.103Z (about 1 year ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aws-utils-boshrelease
Some AWS-specific jobs and packages for BOSH deployments.
releases:
- name: "aws-utils"
version: "latest"
Currently just the start of a proof of concept...
## Spot Termination Notice
Sometimes it's nicer to give the services running on your AWS Spot Instances a heads up that they're about to be
terminated, allowing them some time to gracefully leave clusters, rebalance, or offload state.
jobs:
- name: "example"
templates:
- release: "aws-utils"
name: "spot-termination-notice"
properties:
spot_termination_notice:
scripts:
- "/var/vcap/packages/consul/bin/consul maint -enable -reason 'Scheduled spot termination'"
## License
[Apache License 2.0](./LICENSE)