content
Subscribe Quiz

AMAZON S3

by KAUSTUBH SHARMA on July 22, 2022, 1:57 p.m. with 531 views

In this article, we are going to learn how Amazon S3 can be used for machine learning. This article will be useful for AWS MLS-C01 Aspirants as well.

AMAZON S3:

  • Amazon S3 helps to store objects (files) in buckets (basically, directories).
  • Buckets must have a globally unique name.
  • Objects (files) have a Key. The key is the FULL path (This information will be useful while learning about partitioning in Amazon S3): 
    • /new_file.txt
    • /new_folder1/another_folder/new_file.txt
  • Max object size is 5TB.
  • Object Tags (key / value pair – up to 10) – useful for security/lifecycle.

Learn more this through Video on -YouTube