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
asked 2 months ago98 views
1 Answer
1
Accepted Answer

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

answered 2 months ago
profile picture
EXPERT
reviewed 2 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions