Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows ecs-fargate services to be created with a public IP #370

Merged
merged 2 commits into from Oct 22, 2018

Conversation

zsims
Copy link
Contributor

@zsims zsims commented Oct 22, 2018

This closes #369 by adding a new boolean assignPublicIp property to services. This currently only applies to the ecs-fargate provider when in the awsvpc network mode (the default, and only value) per https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip

@cplee cplee merged commit 5296721 into stelligent:develop Oct 22, 2018
@zsims zsims deleted the public-ecs-task branch October 22, 2018 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow public IPs to be assigned to fargate tasks
2 participants