AWS ECS Exec to access a container's CLI running in Fargate
I was looking for the way to get a bash prompt to a Container running on ECS Fargate for debugging & troubleshooting purposes. Yes, it is possible. However, the tricky part is that the Execu...