https://github.com/remind101/empire_ami
Home of the AMI building tools for the Official Empire AMI
https://github.com/remind101/empire_ami
Last synced: 12 months ago
JSON representation
Home of the AMI building tools for the Official Empire AMI
- Host: GitHub
- URL: https://github.com/remind101/empire_ami
- Owner: remind101
- License: bsd-2-clause
- Created: 2015-07-21T17:58:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-03-21T17:37:14.000Z (over 9 years ago)
- Last Synced: 2025-07-24T11:43:22.396Z (about 1 year ago)
- Language: Shell
- Size: 61.5 KB
- Stars: 9
- Watchers: 6
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# empire_ami
Home of the AMI building tools for the Official Empire AMI
In order to run the AMI, you'll need to create the file /etc/empire/seed via user data on boot with the following variables:
## For controllers
```
EMPIRE_HOSTGROUP=controller
ECS_CLUSTER
DOCKER_USER
DOCKER_PASS
DOCKER_EMAIL
DOCKER_REGISTRY
```
## For minions
```
EMPIRE_HOSTGROUP=minion
ECS_CLUSTER
DOCKER_USER
DOCKER_PASS
DOCKER_EMAIL
DOCKER_REGISTRY
ENABLE_STREAMING_LOGS
```