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
feita há 2 meses106 visualizações
1 Resposta
1
Resposta aceita

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

respondido há 2 meses
profile picture
ESPECIALISTA
avaliado há 2 meses

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas