AWS S3 Simple Workflow over GET request
GET Requestion - i.e, Retrieval From the S3
In This arcticle we will see how an GET request will be delivered and what will be the root response
Synerio
Consider there is a web portal for City's residence and tourist which is beach side city here one of the webpage is being Statically hosted on Amazon S3 with having main files like index.html index.js and CSS in root access
Get Req Initiated :
Let's Suppose city's residence visit the portal and request for the WAVE data how it will gonna perform today so they can plan holiday safely on beach
Here the web portal before showing data to city residence it will make or initiate the get request to AWS S3 Service
Get Req Validation :
Before making any response AWS first verify the bucket policies so it can ensure weather to give any resource access to the Request as response or not to web portal Get req so it can be terminated or closed
Get Req Termination
if the Bucket policies allows means according to bucket policy if Get request is authorised then it will perform desired operation and if it allowed by Policy then it will send the Resposen and closed the Get request initiated by web portal by send root fles as it is a simple service or static website hosting after all
if the Bucket policies doesn't allow the Get request the access then i will closed with 500 status or prescribed status and response or error handling
https://docs.google.com/document/d/1OSjlHSMl3Z6fUXS9bt0mSiu3aRGc8x2Y7FpH2mzufG0/edit?usp=drivesdk
ReplyDelete