I am using AWS Lightsail Container service to run a Django application. I want to get shell access to the container. How can I get shell access to my container? I've seen tutorials on how to do so on instances, but not container services.
Asked
Active
Viewed 16 times
0
-
I don't think this is possible for Lightsail containers. You would need to look into using AWS ECS instead of Lightsail for more advanced features like shell access. – Mark B Jul 17 '23 at 13:03