Throughput
- This is a measurement of disk performance. Which speaks about amount of data that can be transferred in one second
- HDD drives performance measurement in AWS EBS is specified as Throughput.
- In Cold HDD the baseline performance is 6 MiB/S per TiB and Throughput Optimized HDD the baseline performance is 40 MiB/sec per TiB
Elastic File Share
- So far we are dealing with Block storages which will act as disk drives connected to your virtual machine.
- Now we have to attach some common storage to multiple ec2 instances

- Lets create two ec2 instances in the Same AZ

- AWS Elastic File Share can be mounted by multiple linux instances within the same region => ideally with in same AZ but AWS with standard mode creates redundancy and synchronization between EFS in different AZ’s of same region
- Lets create an efs



- EFS Performance options
- Bursting
- Provisioned
- While create the VPC i have restricted the AZ’s to be us-east-1a and us-east-1d.


- Check the mount instructions

- Refer Here for the user guide.
- Install Efs-client Refer Here
- Now mount using the instructions

Activity
- Create an efs fileshare with standard in AZ a,b,c in mumbai
- Create a security group with all connections opened
- mount the efs file share on two ec2 instances in two az’s of same region.
