https://github.com/dashaun/bosh-amazon-ssm-agent-trusty
BOSH release with amazon-ssm-agent for Ubuntu Trusty
https://github.com/dashaun/bosh-amazon-ssm-agent-trusty
Last synced: 21 days ago
JSON representation
BOSH release with amazon-ssm-agent for Ubuntu Trusty
- Host: GitHub
- URL: https://github.com/dashaun/bosh-amazon-ssm-agent-trusty
- Owner: dashaun
- License: mit
- Created: 2018-08-22T14:20:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-22T19:22:01.000Z (almost 8 years ago)
- Last Synced: 2025-10-12T16:57:29.202Z (10 months ago)
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bosh release for amazon-ssm-agent for Ubuntu Trusty
If you need the [Amazon SSM Agent](https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-agent.html) product in your infrastructure then deploy this BOSH release.
## Usage
### Install BOSH CLI
Only tested with bosh-cli version 3.0.1
### Create & Upload the BOSH release
To use this BOSH release, first create the dev release, then the final release, then upload it to your BOSH director:
```
bosh target BOSH_HOST
git clone https://github.com/dashaun/bosh-amazon-ssm-agent-trusty
cd bosh-amazon-ssm-agent-trusty
wget https://s3.amazonaws.com/ec2-downloads-windows/SSMAgent/latest/debian_amd64/amazon-ssm-agent.deb
bosh add-blob ./amazon-ssm-agent.deb amazon-ssm-agent.deb
bosh create-release --force
bosh create-release --force --final
bosh upload release
```