Month: April 2021

Amazon S3: Simple Storage Service

Amazon S3 is simply a collection of objects stored in a bucket. Buckets are created in a region. Buckets are replicated in multiple Availability Zones (AZ) within the same region.…

ELB: Amazon Elastic Load Balancer

The Elastic Load Balancer (ELB) distributes traffic across different instances. It spans the region and uses ever Availability Zone (AZ). ELB is inherently secure, resilient, scalable but the client is…

EBS: Amazon Elastic Block Storage

To understand Elastic Block Storage, we need to first understand what block storage is and how if differs from object storage. Block storage breaks data into block and then stores…