AWS, Azure, GCP Certifications
16K subscribers
73 photos
1 video
16 files
210 links
Cloud Certification Trainings
Download Telegram
Forwarded from Hari
AWS Full Course.pdf
1.6 MB
AWS Full Course.pdf
AZURE Full Course.pdf
1.7 MB
AZURE Full Course.pdf
python Full Course.pdf
1.7 MB
python Full Course.pdf
Quick Tip:-

If you want to clear cache and load the web page, you can just press "ctrl + F5" for the same..👍
#AWS

What is EBS?
Amazon Elastic Block Store (EBS) provides persistent block storage volumes for use with Amazon EC2 instances in the AWS Cloud. Each Amazon EBS volume is automatically replicated within it Availability Zone to protect you from component failure, offering high availability and durability.

Contact WhatsApp: +91-7092909192
#AWS

Types of EBS Storage:
1. General Purpose (SSD)
2. Provisioned IOPS (SSD)
3. Throughput Optimized Hard Disk Drive
4. Cold Hard Disk Drive
5. Magnetic


Contact WhatsApp: +91-7092909192
#AWS

EBS:-


Contact WhatsApp: +91-7092909192
#AWS


EBS vs Instance Store Volumes


All AMIs are categorized as either backed by Amazon EBS or backed by instance store

For EBS Volumes:
The root device for an instance launched from the AMI is an Amazon EBS volume created from an Amazon EBS Snapshot.

For Instance Store Volumes:
The root device for an instance launched from the AMI is an instance store volume created from a template stored in Amazon S3.


* Instance Store volumes are sometimes called Ephemeral Storage.
* Instance store volumes cannot be stopped. If the underlying host fails, you will lose your data.
* EBS backed instances can be stopped. You will not lose the data on this instance if it is stopped.
* You can reboot both, you will not lose your data.
* By default, both ROOT volumes will be deleted on termination. However, with EBS volumes, you can tell AWS to keep the root device volume


Contact WhatsApp: +91-7092909192