본문 바로가기

AWS

AWS - EBS

 

 

1. EBS

 

AWS에서는 ebs라는 서비스를 이용할 수 있다.(ebs교육방송 아니다......)

ec2를 이용할 경우, 인스턴스가 종료되면 해당 데이터에 접근할 수 없는 문제가 있기 때문에, 인스턴스와는 상관없이 접근가능한

데이터저장소가 필요하다. 

 

 

 

 

2. 스냅샷

 

ebs에서도 데이터 손실이 발생할 수 있다. 따라서 이에 대비해 우리는 특정상태의 ebs의 스냇샷을 찍어 보관할 수 있다.

예를 들어 볼륨에 10GB의 데이터가 있고 마지막 스냅샷 이후 2GB의 데이터만 수정된 경우 변경된 2GB만 Amazon Simple Storage Service(Amazon S3)에 기록된다.

스냅샷은 아마존 s3를 통해 여러 az에 중복 저장된다.

 

 


관련 문서

 

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/AmazonEBS.html

 

Amazon Elastic Block Store (Amazon EBS) - Amazon Elastic Compute Cloud

Amazon Elastic Block Store (Amazon EBS) Amazon Elastic Block Store (Amazon EBS) provides block level storage volumes for use with EC2 instances. EBS volumes behave like raw, unformatted block devices. You can mount these volumes as devices on your instance

docs.aws.amazon.com