for-aws icon indicating copy to clipboard operation
for-aws copied to clipboard

Results 99 for-aws issues
Sort by recently updated
recently updated
newest added

### Expected behavior I followed the getting started guide and deployed a docker swarm a few months ago. There were a few hiccups, but `docker stack deploy --compose-file docker-compose.yml stack...

Hello, When using an existing VPC, it can be useful to specify an existing security group to the managers or workers launch configuration, for example when many swarm stacks are...

status/1-acknowledged

### Expected behavior EC2 instances that are part of docker ce cluster should be able to route to 2*load balancers ### Actual behavior Routing happens only on external load balancer....

status/0-more-info-needed

It'd be very useful to be able to monitor ASG events with CloudWatch, but for that to work we need "Group Metrics Collection" enabled. I believe there's some cost involved...

area/aws
kind/enhancement

We're using `r4.large` as an instance type, which are EBS-Optimized at no additional cost. However, EBS-Optimization still needs to be enabled at launch, which is done in the LaunchConfig. To...

kind/enhancement

### Expected behavior When services are participating in a swarm network for example `services` across multiple swarm nodes are able to communicate to each other. For example `service a` should...

area/network
status/1-acknowledged

I had a functioning CloudFormation-deployed docker cluster, which ran for months on end with no issues. Everything went to hell this morning, when for no apparent reason, the docker daemon...

area/docker
status/0-more-info-needed

### Expected behavior I'd really like to have the ability to create groups of workers that have different sets of labels. For instance, have something like: ``` manager1, manager2, manager3...

Using my autoscaling group I attempted to add a new worker node to my swarm. It launched fine, but on this new node Docker refuses to start any containers, giving...

status/0-more-info-needed

# Expected behavior Be able to communicate between an AWS Docker Swarm stack and a `172.17.0.0/16` VPC. # Actual behavior ## Situation: - A first VPC (`vpc_a`) has a 172.17.0.0/16...

area/network
status/0-triage