Friday, January 28, 2022

Amazon S3 Basic Intro

AWS S3:
- Use Amazon S3 to store and retrieve any amount of data using highly scalable, reliable, fast, and inexpensive data storage 

 - A bucket is a container for objects. 

 - An object is a file and any metadata that describes that file.

 Index:
 1. Create Bucket 
2. Load data File 
 3. Download data File 
 4. Delete data File 
 5. Delete Bucket 


 Video Link: https://www.youtube.com/watch?v=f9Bxe-3tTNU Video:

No comments:

Post a Comment

2 Basic Python Program

  2 Basic Python Program : 1. Read and display user Inputs in Python Program  2.  Sum And Average of float numbers  using Python Program    ...