Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
services:amazon:storage_and_content_delivery [2015/01/13 16:24] – yehuda | services:amazon:storage_and_content_delivery [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Storage & Content Delivery ====== | ====== Storage & Content Delivery ====== | ||
+ | {{ : | ||
===== S3 ===== | ===== S3 ===== | ||
Simple storage service | Simple storage service | ||
Line 5: | Line 6: | ||
* Stores data as objects (Bucket) | * Stores data as objects (Bucket) | ||
* Bucket is logical container for objects | * Bucket is logical container for objects | ||
- | * Objects can be access by url : '' | + | * Objects can be access by url : \\ '' |
* user-bucket - backet | * user-bucket - backet | ||
* photos/ | * photos/ | ||
- | * | + | * Pricing |
+ | * Pay what you use | ||
+ | * In bandwith cost - free | ||
+ | * Prices base on Proactive / gigabyte per month | ||
+ | ===== Glacier ===== | ||
+ | * low-cost sotrage | ||
+ | * Optimized of infrequently access | ||
+ | * Takes time to archive | ||
+ | * good for archiving data | ||
+ | |||
+ | ===== EBS - Elastic Block Store ===== | ||
+ | {{ : | ||
+ | * low-latency preformance | ||
+ | * live " | ||
+ | * EBS can be attached to EC2 Instance | ||
+ | * When EBS is not attached to EC2 - pay only the cost of storage | ||
+ | |||
+ | |||
+ | ==== EBS Volume types ==== | ||
+ | * General Purpose (SSD) | ||
+ | * Provisioned IOPS(SSD) | ||
+ | * Magnetic | ||
+ | |||
+ | ==== EBS Use cases ==== | ||
+ | * OS | ||
+ | * Database | ||
+ | * Application | ||
+ | |||
+ | ===== CloudFront ===== | ||
+ | * cost effective distribute content | ||
- | {{ : |