Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-09T04:55:09.000Z (about 9 years ago)
- Last Synced: 2024-10-30T18:13:34.587Z (about 2 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- 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)