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 个月前107 查看次数
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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则

相关内容