Sunday, June 30, 2019

Re: deploy django on AWS

Experimenting on AWS features is the best way to learn. You shouldn't worry about cost when you only experimenting 1-3 hours per day and immediately stop your running AWS CPU resources when you are done. 
Moreover,  if you are using a new AWS account,  you get 1 year of free access to many resources. 

My spot EC2 instance is relatively cheap that it costs me less than $5 a month. 

To use spot instances, you need to use autoscaling.  Autoscaling costs you no money. 

When you started to use managed computation resources,  such as RDS, or ElastiCache,  monthly costs are starting to become expensive. You can prevent that if you are able to manage Database and Cache on your own EC2 instances. 

Once you comfortable with those items,  you try to automate deployment by creating automation script based on git and AWS Command Line Interface. 

Regards, 

Aldian Fazrihady

On Sun, 30 Jun 2019, 23:37 Harshit Agarwal, <agarwalharshit112@gmail.com> wrote:
Hello Django users,
I want to host my django website on aws, This is first time that i am hosting a website. Can u suggest any good resource from which i can learn?

Thank you

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAE%2BC-X_ROpNGnGGQKt7VDE3Bb%2BL1O8q2GAY91JWfgdwA7kKZFQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7EoAbfkGk08ZuViDUXf84_XnQGyejsJynKbBfzFrBUUmzCAg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment