AWS(part-2)
Elastic Block Store (EBS)
Overview of EBS
AWS Elastic Block Store is a persistent block storage volume for use with EC2.
Each EBS volume is designed for 99.9999% availability & is automatically replicated within its availability zone.
EBS can be elastic in nature, thus supports the dynamic increase in capacity, performance and can change the instance type of live volumes.
AWS EC2 is regarded as a compute based service.
Compute generally refers to Memory & CPU
EBS and Portability
AWS Elastic Block Store is based on Network Attached Storage.
Since the storage is attached via the network, they can be easily detached as well hence providing the portability based feature.
Elastic Load Balancers (ELB)
Elastic Load Balancer allows us to distribute traffic to multiple EC2 instances thus avoiding a single point of failure.
ELB is capable of handling rapid changes in network traffic patterns.
Since it’s managed service, the client does not have to worry about the high availability related aspects.
Comments
Post a Comment