# PRACTICAL

1. **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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gyansetu-aws.gitbook.io/aws-cloud/static-website-hosting/practical-15.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
