You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AssignPublicIPv4Address default value in configuration is false. This is an important setting and it allows Fargate task to have outbound network access to pull an image from registry.
For user who don't like to expose public address, they can set to false in private environment. I think it's better to change to true as default. Otherwise, even demo doesn't work here.
aws-fargate/fargate.toml
Line 27 in 3508966
AssignPublicIPv4Address default value in configuration is
false
. This is an important setting and it allows Fargate task to have outbound network access to pull an image from registry.For user who don't like to expose public address, they can set to false in private environment. I think it's better to change to true as default. Otherwise, even demo doesn't work here.
See more details in https://aws.amazon.com/premiumsupport/knowledge-center/ecs-pull-container-error/
The text was updated successfully, but these errors were encountered: