CS6320: SW Engineering of Web Based Systems
Amazon S3
.....AWS persistance storage (not database--simple storage)
....use for files, other data, even saving of EC2 instances
S3 Namespace
How to access objects in S3
EXAMPE: Bucket: grewe-images, key: jpg1, object: a jpg image --> accessible by https://grewe-images.s3.amazonaws.com/jpg1
Mapping your subdomain to S3.