To solve our problem we are running a hybrid cloud. Few of our services are running on cloud and some of our services are running in premise locally in our country where we have our users and where AWS does not provide service. To able […]
Tag: aws
Setting up (comodo) ssl for your website on aws
We have bought our ssl from comodo from name.com as we got a better deal there. After sending them our signed key. comodo sent us following files via email, against my private key. Now I would blog about how I setted the whole thing up […]
Configuring django for centralised log monitoring with ELK stack with custom logging option (eg. client ip, username, request & response data)
When you are lucky enough to have enough users that you decide to roll another cloud instance for your django app, logging becomes a little bit tough because in your architecture now you would be needing a load balancer which will be proxying request from […]
Sample AWS CodeDeploy configuration for django
AWS has its own continuous integration tool known as CodeDeploy, using a simple command you would be able to deploy on multiple servers when you want to change something on code base. Installing code deploy to instance If code deploy client is not installed at […]
Integrating amazon s3 with django using django-storage and boto3
If we are lucky enough to get high amount of traffic at our website, next thing we start to think about is performance. The throughput of a website loading depends on the speed we are being able to deliver the contents of the website, to […]