[AWS - DA] EBS

时间:2021-06-05 18:08:46   收藏:0   阅读:47

EBS Volume

技术分享图片

 

Delete on Termination attribute

技术分享图片

 

EBS Snapshots

技术分享图片

 

Copy Volume

技术分享图片

 

 

Create a Volume

技术分享图片

 

AMI Overview

Create AMI Process

技术分享图片

技术分享图片

 

EC2 Instance Store

 

EBS Volume Types

技术分享图片

SSD for fast; HDD for throughput;

 

General Purpose SSD

技术分享图片

 

Provisioned IOPS SSD

技术分享图片

 

Hard Disk Drives (HDD)

技术分享图片

 

EBS Multi-Attach - io 1 /io 2 family

技术分享图片

 

EFS - Elastic File System

技术分享图片

 

EFS - Performance & Storage Classes

EFS Scales

Performacne mode (set at EFS creation time)

Throughput mode

Storage Tiers (lifecycle management feature - move file after N days)

技术分享图片

技术分享图片

 

技术分享图片

技术分享图片

 


 

 

技术分享图片

EBS is AZ locked, you cannot attach to an EC2 in a different AZ.

Multi-attach EBS can be attached to differnet AZ, but only for io1/io2 family

 

技术分享图片

EFS is regional stroage, can be shared to multi AZ. EC2s can access EFS to get same content.

EFS is only Linux based

 

技术分享图片

Instance store is for caching the data temp... will lose the data once instance is terminated. Performance for I/O is the best amount EFB, EBS

 

技术分享图片

Is running a DB on EC2 instance store possible? It is possible to run a database on EC2. It is also possible to use instance store, but there are some considerations to have. The data will be lost if the instance is stopped, but it can be restarted without problems. One can also set up a replication mechanism on another EC2 instance with instance store to have a standby copy. One can also have back-up mechanisms. It‘s all up to how you want to set up your architecture to validate your requirements. In this case, it‘s around IOPS, and we build an architecture of replication and back up around i

Answer: Use EC2 intance store, for high-performance file storeage on disk. If you handle backup correct, instance store can be a good option.

 


 

 

技术分享图片

The maximum ratio of provisioned IOPS to requested volume size (in GiB) is 50:1. So, for a 200 GiB volume size, max IOPS possible is 200*50 = 10000 IOPS. 15000 IOPS > 10000 IOPS, so it is wrong.

io2: ratio is 500:1

General Purpose SSD gp3 is also 500:1

 

原文:https://www.cnblogs.com/Answer1215/p/14853318.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!