Replies: 2 comments
-
After a long fight @AviAvni found a working solution |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm starting an ECS task using
RunTaskCommand
withassignPublicIp: "ENABLED"
I do see in the the console that the task has a public IP and can even connect it.
But I can't find a way to get the public IP after the task starts, tried different ways and APIs including:
waitUntilTasksRunning
&DescribeTasksCommand
But it always just returns the private IP and not the public IP.
Beta Was this translation helpful? Give feedback.
All reactions