Questions tagged [lightsail-container-service]

7 questions
0
votes
0 answers

Problems pushing container images to lightsail

I've had a lightsail container service running a flask app in production for over a year. I've come back to the project recently and when I went to push my new container I ran into the issue of not being able to connect to docker on…
0
votes
0 answers

AWS Lightsail Container

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.
0
votes
0 answers

Security token problem when creating a container service using docker and AWS

I was following this guide: https://aws.amazon.com/getting-started/hands-on/serve-a-flask-app/ I installed everything and got to this section 4: $ aws lightsail create-container-service --service-name flask-service \ --power small --scale 1 I got…
0
votes
0 answers

Ssh into amazon lightsail container service running container

I'm totally stumped on how to approach this. I have two running containers on amazon lightsails container service. But I have no idea on how to access them with SSH. Is this even possible? I need the commandline to check some stuff in the running…
0
votes
1 answer

Ran BNCert on Lightsail Wordpress to enable HTTPS, now getting too many redirects

Ran BNCERT tool on my Lightsail wordpress but now the site is not available and provides a too many redirects error. Domain: kofcuxbridge.ca I went to /opt/bitnami/apache/conf and renamed existing httpd.conf to httpd.conf.back and renamed the…
0
votes
1 answer

Docker Node app on AWS Lightsail Container Service loosing connection to AWS RDS Postgres

I have a node.js app (express) running in docker deployed on AWS Lightsail Container Service. It uses a postgres database on AWS RDS (via knex). This might be several related problems. The connection usually works fine for about 2 days, then…
-1
votes
1 answer

Deploy Deno to AWS Lightsail

Is there a any way to deploy deno to aws lightsail without using aws container registry. I couldn't find any resources on how to deploy the deno app to lightsail without using the aws container registry