AWS/Storage and Databases

[Storage and Databases] Amazon EBS vs S3

brightlightkim 2022. 5. 4. 01:59

Amazon Elastic Block Store (EBS) 

  • Sizes up to 16 TiB
  • Survive termination of their EC2 Instance
  • Solid State by default
  • HDD options

Amazon Elastic Block Store (EBS

  • When there need to be major changes, EBS is the best

 

Amazon Simple Storage Service (S3)

  • Unlimited storage
  • Individual objects up to 5 TBs
  • Write once / read many
  • 99.999999999% durability

 

Amazon Simple Storage Service (S3)

  • Web-enabled
  • Regionally distributed
  • Offers cost savings
  • Serverless (No amazon)
  • Occasional Change is S3

 

Object Storage

- Treat any file with complete discrete file

- When there is a change, we need to update the whole file

 

Block Storage

- Break into little parts

- Don't have to update it.