Browsed by
Category: AWS

Microservices

Microservices

Testing Microservices Architecture <DRAFT>   Microservice Arch: http://blog.arungupta.me/microservice-design-patterns/   Mastering Caos (Netflix) Summary: Looking at challenges with microservices and comparing each with an area in Biology Challenges: Dependency, Scale, Variance, Change Dependency: Intra-service requests, Client libraries, Data persistence, Infrastructure Cascading failure with 1 failing service Solution: Hystrix Netflix fit test framwork Identify critical microservices Client Libraries: can take up heap, transitive dip failures Solution: simplified client lib Persistance: consistency vs. availability? Netflix choose eventual consistency (Casandra) Infrastructure: Failover / failure…

Read More Read More

AWS Adventure

AWS Adventure

I knew Amazon was heading towards something big when I first got to learn about EC2 instance back in 2006. Only recently I got some hands on experience using services like Lambda, SNS, SQS but I feel like I need to explore more to get good breadth of experience with all the core services. I am happy come across the 10min tutorial which will get me started and I encourage everyone out there in IT who likes to learn about…

Read More Read More