We'll start by deploying the stacks we used so far. We will not modify them in any form or way but deploy them as they are. Further on, we'll explore what modifications we should add to those stacks to make them more production-ready.
We'll execute scripts/aws-services.sh (https://github.com/vfarcic/docker-flow-monitor/blob/master/scripts/aws-services.sh) script that contains all the commands we used thus far.
Please replace [...] with the DNS of your cluster.
export CLUSTER_DNS=[...] curl -o aws-services.sh \ https://raw.githubusercontent.com/vfarcic/docker-\
flow-monitor/master/scripts/aws-services.sh chmod +x aws-services.sh
The commands we executed created the environment variable CLUSTER_DNS, downloaded the script, and assigned it execute permissions.
We won't go into details of the script since it deploys the same stacks...