Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.
[Brief description ]
- [more description]
- [more description]
- [more description]
https://github.com/lensesio/fast-data-dev
docker run -d -p 2181:2181 -p 3030:3030 -p 8081-8083:8081-8083 -p 9581-9585:9581-9585 -p 9092:9092 -e ADV_HOST=[ENTER_HOSTNAME_HERE] -e RUNNING_SAMPLEDATA=0 lensesio/fast-data-dev
use ec2-instance with at least 4 GB RAM, or you will have issues. I used t3a.medium with success
attach elastic ip (not a requirement, but makes it easier)
Amazon changed the install in Linux 2. One no-longer using 'yum' See: https://aws.amazon.com/amazon-linux-2/release-notes/
sudo amazon-linux-extras install docker
sudo service docker start
sudo usermod -a -G docker ec2-user