Regional Implications
- AWS:
- EBS and EC2 should belong to same zone
- EBS snapshot is available at regional level (internally it is copied to every zone)
- Azure:
- VM and Disk will be in the same zone for regions with zones otherwise in same region
- Disk Snapshot is available at regional level
Azure Disks
- Lets create an Azure VM in a Region with zone
- os disk
- 1 data disk of size 4 GB
- Data disks will not be mounted to any folder in linux
- IF you create empty disk, we need to format and mount
- Post machine creation, lets add a new data disk
- We need to create filesystems and mount Refer Here
- We can resize the disks in cloud but it means we can only increase size not decrease
- Watch classroom video
- For extending disk sizes
- formatting disk (windows and linux)
AWS EBS Volumes
- Lets create an ec2 instance with one root volume and one volume of size 2 GB
- Watch classroom video
- For extending disk sizes
- formatting disk (windows and linux)
- AWS uses Elastic Volumes which represent the disk sizes can be increased while the disks are attached to ec2 instances.
