-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
ECS service definition is missing AssignPublicIp property #3098
Comments
"This is a blocker for Fargate to pull images from ECR, as it seems that public IP is required" Public IP is not required, as you can use NAT+IGW. However, assigning public ip should of course also be supported. |
@panuhorsmalahti I would appreciate if you could give me advice on how to achieve this here aws/amazon-ecs-agent#1204 |
@bflad thanks, I did not notice those. |
I have finished up the PR and 🤞that everyone is happy, Thanks for your patience. |
This has been merged into master and will released with v1.9.0 of the AWS provider, hopefully later today. |
This has been released in terraform-provider-aws version 1.9.0. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. |
Is 'assign_public_ip' implemented for the windows version also? I am still getting 'invalid or unknown key: assign_public_ip' error. |
Upgrading the aws provider worked just fine. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Support for network configuration has been added to aws_ecs_service:
https://github.com/terraform-providers/terraform-provider-aws/pull/2299/files
Only security_groups and subnets were added, but assign_public_ip property is missing:
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ecs-service-awsvpcconfiguration.html#cfn-ecs-service-awsvpcconfiguration-assignpublicip
This is a blocker for Fargate to pull images from ECR, as it seems that public IP is required (maybe a bug):
aws/amazon-ecs-agent#1128 (comment)
Terraform Version
Terraform v0.11.2
Affected Resource(s)
aws_ecs_service
Terraform Configuration Files
Expected Behavior
Auto-assign public IP ENABLED is applied
Actual Behavior
Error: aws_ecs_service.myapp: network_configuration.0: invalid or unknown key: assign_public_ip
The text was updated successfully, but these errors were encountered: