Upload example index.html file

  1. 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>
  1. Open the Amazon S3 console at https://console.aws.amazon.com/s3/.
  2. In the console click the name of your bucket you just created.
  3. Click the Upload button.

s3-upload-object-1

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

s3-upload-object-2

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

s3-upload-object-3