0% found this document useful (0 votes)
2 views13 pages

S3 Orchastring Serverless Functions: CLICK S3 - Create Bucket

cc

Uploaded by

mohammadalizohan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views13 pages

S3 Orchastring Serverless Functions: CLICK S3 - Create Bucket

cc

Uploaded by

mohammadalizohan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

S3 ORCHASTRING SERVERLESS FUNCTIONS

CLICK S3 ---- CREATE BUCKET

SELECT THE BELOW OPTIONS


CLICK ON YOUR BUCKET TO UPLOAD FILES

IF YOU MODIFY A FILE AND REUPLOAD IT AGAIN THE VERSIONS CAN BE SEEN
BUCKET POLICY, PERMISSIONS AND PROPERTIES FOR STATIC WEBSITE HOSTING
PRESS CREATE BUCKET -> U WILL GET THE FOLLOWING PAGE

GO TO UR BUCKET -> UPLOAD A HTML FILE

CLICK ON HTML FILE


TO HOST WEBSITE ----- GO TO UR BUCKET ----- PROPERTIES ->Static website hosting ->
EDIT ->
ENABLE -> GIVE FILE NAME -> SAVE
U WILL GET THIS PAGE -> CLICK THE URL TO RUN PROGRAM ->
CHANGE
->PERMISSIONS-> BUCKET POLICY -> WRITE THE BELOW CODE IN BUCKET
POLICY->

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::<Bucket-Name>/*"
]
}
]
}
THEN SAVE AND RUN THE URL AGAIN

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy