S3 = Simple Storage Services
1. Register on Amazon
2. Register for S3, put in credit card and contact
3. Sign in to AWS management console
4. browse to S3
5. use S3
5.1 Create a bucket. Bucket is the basic container for objects (files, phtos, etc.). Bucket needs to come with a unique name.
The URL of the bucket will be sth like: bucketname.s3-website-ap-southeast-2.amazonaws.com
You can enable static hosting for the bucket, so it's like a static web server and direct request to e.g. index.html
5.2 After creating a bucket
You may create folders to organize the structure, and upload objects (files, photos, etc.) to a bucket.
6. It's very straight forward to manage your S3 instance, just like managing your folders...
7. Programmatic access to S3 needs to use SDK....