Upload example index.html file
- Create a simple index.html file, you can create by coping the following text into your favourite text editor.
<!DOCTYPE html>
<html>
<head>
<title>Example</title>
</head>
<body>
<h1>Example Heading</h1>
<p>Example paragraph.</p>
</body>
</html>
- Open the Amazon S3 console at https://console.aws.amazon.com/s3/.
- In the console click the name of your bucket you just created.
- Click the Upload button.

- Click the Add files button, select your index.html file, then click the Upload button.

- Your index.html file should now appear in the list.
