Deploying my website (not static)

0

Hello,

I am totally new here. I need for my school to deploy my website: Frontend is typescript, Backend is Django python. I use docker to make it run. I tried to create an EC2 instance but I think because it was a t3.micro it stalled and crashed when I tried to docker-compose up. I wanted to know if there were a better way maybe to deploy my website (by using an other service) and if not then what should I use to make it run southerly ?

  • Maybe lightsail will be easier to manage for you if this is something small.

lolo
demandé il y a 2 mois106 vues
1 réponse
1
Réponse acceptée

Hello, There are various ways you can host your dockerized application on AWS -

AWS Elastic Beanstalk

AWS ECS (Fargate)

For the frontend, consider deploying it separately from the Django app, such as on S3 + CloudFront.

Here is a link for your help - https://docs.aws.amazon.com/whitepapers/latest/docker-on-aws/containers-orchestrations-on-aws.html

Thanks

répondu il y a 2 mois
profile picture
EXPERT
vérifié il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions