This is a beginners level exercise for hosting a two-tier architecture on Docker Containers. WordPress is a monolithic application which was designed to work on shared servers, however to utilize the advantages of micro services, we need to segregate the data layer and the processing layer. The first split is to split the database and […]
How to redirect a domain to another using Route53 in AWS?
So I was stuck in a situation where I had to redirect a domain name to another. I was looking for a quick and handy solution and this trick helped me to achieve it. Here are the quick steps. 2. Create a new bucket with the same domain name 3. Enable Static hosting of the […]
Understanding SLA, SLO, SLI and Error Budgets
The concept of Service levels is a key part of System Reliability Engineering (SRE). This is well explained in the SRE book As mentioned in the book: It’s impossible to manage a service correctly, let alone well, without understanding which behaviors really matter for that service and how to measure and evaluate those behaviors. To […]