AWS Classroomnotes 11/Jun/2022

S3 Continued

  • Operations on S3
HTTP Verb CRUD Operations in S3
GET Read
PUT Create
DELETE Delete
POST Create

S3 Data Consistency Model

  • Regions and Zones Refer Here
  • S3 is a web store not a filesystem. S3 service is intented to be write once, read many
  • Architecture
    Preview

Activitiy 1:

  • Create an S3 bucket with unique name in mumbai region
    Preview
  • In this bucket create three folders
    Preview
  • Upload two mp3 files into music
  • upload two pdf files into docs
  • upload two mp4 files into videos
  • Share the url of
    • one mp3 file
    • one pdf
    • one mp4
  • By default the uploaded objects
    • are private and cannot be accessed by any one over internet
      Preview
    • the storage class is standard
      Preview
  • If you want to enable access to every one for s3 object
    • While uploading grant public read access
      Preview
    • For already uploaded object
      Preview
      Preview
  • AWS Has a mechanism to make objects available for others (Anyone from internet, AWS Users)
  • We can give access for a specific period of time by using presigned url
    Preview

Exercise

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

About continuous learner

devops & cloud enthusiastic learner