ELB is used for distributing traffic to a group of servers. Hence a group of servers shares the same load so that each server doesn’t get overwhelmed. It commonly uses the round robin approach to distribute work amongst the servers. However this approach can be adjusted by enabling “sticky sessions”. […]
Read More
AWS CSA (associate level) – Amazaon Web Services Certified Solutions Architect You can book this exam at: http://aws.amazon.com/certification After getting the AWS CSA (associate level), you can then move onto getting the AWS CSA (professional level) certification https://www.expeditedssl.com/aws-in-plain-english https://read.acloud.guru/what-you-need-to-get-aws-certified-5937e613b10f#.ddmu8gmn0 https://cloudacademy.com/quiz/ Core Architecture Best Practices You want to design your product […]
Read More
https://aws.amazon.com/certification/certified-solutions-architect-associate/ https://aws.amazon.com/certification/faqs/ Syllabus – https://d0.awsstatic.com/training-and-certification/docs-sa-assoc/AWS_certified_solutions_architect_associate_blueprint.pdf
Read More
AWS in it’s physical form is made up of a large number of data centers across the world. These data centers are independent of each other, meaning that if one data center goes down, it will not impact the others. A data center is essentially a really big build that […]
Read More
All the AWS services are grouped into the following catagories: http://d0.awsstatic.com/whitepapers/aws-overview.pdf Here’s the list, Compute Amazon EC2 (elastic cloud computing). This has these key features: Auto Scaling Elastic Load Balancing (ELB) Storage and Content Delivery Elastic Block Store (EBS) Volumes – these are network attached block storage […]
Read More
EC2 is arguably the most important service available on the AWS platform, EC2 is used for creating VMs on the AWS platform. These vms are referred to as EC2 “instances“. There are three pricing models available under EC2: Pricing On-Demand Instances: This lets you pay for computing capacity by […]
Read More