Amazon Simple Storage Service (S3)

From wikieduonline
Jump to navigation Jump to search

wikipedia:Amazon S3 (2006) or Amazon Simple Storage Service a service offered by Amazon Web Services (AWS) since 2006 that provides Object Storage through a web service interface or CLI.

Commands

See also: AWS Command Line Tool (CLI)

https://docs.aws.amazon.com/cli/latest/reference/s3/

Amazon S3 logs

Amazon S3 allows users to enable or disable logging. If enabled, the logs are stored in Amazon S3 buckets which can then be analyzed. These logs contain useful information such as:

  • Date and time of access to requested content
  • Protocol used (HTTP, FTP, etc.)
  • HTTP status codes
  • Turnaround time
  • HTTP request message


Encryption

Encryption (2017) is supported in AWS S3 (default Advanced Encryption Standard (AES) 256bit)

  • In transit (SSL/TLS)
  • At rest:
    • Server Side Encryption (SSE):
    • S3 Managed Keys (SSE-S3; 256bit);
    • AWS Key Management Service, Managed Keys (SSE-KMS)
    • Server Side Encryption with Customer Provided Keys (SSE-C)
  • Client Side Encryption (user encypts data on their local machine and then upload to AWS S3)

Replication

Related terms

Limitations

  • No bandwidth restriction
  • No size restriction by bucket

Activities

See also

  • https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html
  • https://docs.aws.amazon.com/cli/latest/reference/s3/mb.html
  • https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html
  • Advertising: