PRACTICAL
Creating static website
Create a bucket -> add the files (index.html and error page)
-> make public -> give permission for bucket to everyone ->
click on enable website hosting -> index document ->
index.html -> error document (used to show custom error
messages rather than unreachable error) -> error.html
(incorrect website) -> click on endpoint to view
(note: if we enter incorrect url it will display the messagefrom error page)
2. Redirect all request to another host
Redirects all request to -> enter the domain (here just givegmail.com to show how redirection works)
Last updated
Was this helpful?