Set up Aerospike/docker:
Set up EC2-Instances. I used i3.4xlarge. You need the following inbound rules on the Security Group:
- TCP 3000 - 3004 (Aerospike heartbeat, gossip etc)
- TCP 2377 (Docker Swarm cluster management, Raft)
- TCP/UDP 7946 (Docker Swarm control plane, gossip service discovery)
- UDP 4789 (Docker Swarm overlay network traffic)
- ESP (50) (Docker Swarm overlay network encryption, select "Custom Protocol" and type in 50)
See: