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>THE FIRST CLOUD JOURNEY</h1>
    <p>FCJ.</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.

example

  1. Click the Upload button.

example

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

example

example

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

example

  1. Tick on the file already upload success, choose Open

example

  1. Check the period of time for brower loading index.html
  • Check in the brower has correct Singapore (ap-southeast-1)
  • Lick rightmost button , choose Inspect
  • On the right, choose » and choose Network
  • Lick the icon reload page
  • Take note the period of time to the reload page (will use to compare when deploy cloudfront)

example