Tools/AWS/Compute/ECS/ECS #4
Replies: 1 comment 1 reply
-
Good job XY ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Tools/AWS/Compute/ECS/ECS
Abstract § A lightweight container orchestration service We can mount Volume to it for data that can be lost when Container is terminated Components § Container § We can obtain a shell into it using ECS Exec Obtain Private IP of the container, must have curl && jq (JSON Processor) containerPrivateIP=$(curl $ECS_CONTAINER_METADATA_URI | jq -r '.
https://notes.yxy.ninja/Tools/AWS/Compute/ECS/ECS
Beta Was this translation helpful? Give feedback.
All reactions