S3 is an object storage service for the cloud that is highly available.
Objects (or files) are stored in buckets (or directories).
Essentially unlimited storage that can hold millions of objects per bucket.
Objects can be public or private.
You can upload objects via the console, the CLI, or programmatically from within code using SDKs.
S3 is a regional service but has a global namespace.
Data Accessbility:
Durability: Durability is important so your objects are never lost or compromised. Amazon S3 Standard is designed for 99.999999999% (11 9’s) of durability.
Availability: Availability is important so you can access your data quickly when you need it. Amazon S3 Standard is designed for 99.99% availability.
S3 Storage Classes:
S3 standard: frequently accessed data
S3 intelligent-Tiering: Data with unknown or changing access pattern