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
已提問 2 個月前檢視次數 106 次
1 個回答
1
已接受的答案

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

已回答 2 個月前
profile picture
專家
已審閱 2 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南