containers_on_aws
containers_on_aws copied to clipboard
Some practical examples how to run containers on AWS. Docker Swarm (mode), Docker for AWS and ECS.
ubuntu/stack.yaml is allocating a 22GB EBS and it is uninitialized. This can potentially racks up the EBS charges with a large DesiredInstance parameter. I will suggest comment out the BlockDeviceMappings:...
Hi, thank you for very informative tutorial and code examples. I tried to follow you code to setup Swarm mode, but the script failed for me with following error. I...
As I wrote in #1 I followed your post, but I found out that the code is probably deprecated in the blog-post and is valid in the repository: In the...