From abd286c9f46343150e726d01bb947090cd327e7e Mon Sep 17 00:00:00 2001 From: Jiaxin Shan Date: Sun, 24 Jan 2021 15:43:34 -0800 Subject: [PATCH] Change AssignPublicIPv4Address default value to true Signed-off-by: Jiaxin Shan --- fargate.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fargate.toml b/fargate.toml index fa6f4b2..d36fcbd 100644 --- a/fargate.toml +++ b/fargate.toml @@ -24,7 +24,7 @@ SecurityGroups = ["sg-12345678"] # If your pod requires internet access (e.g. to download container images from ECR or Docker Hub), # this should be set to "true" for pods on public subnets with internet gateways, # and to "false" for pods on private subnets with NAT gateways. -AssignPublicIPv4Address = false +AssignPublicIPv4Address = true # Role assumed by AWS Fargate to execute your pod. Optional. # https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_execution_IAM_role.html