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

- Star to Add files
- 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.

- Tick on the file already upload success, choose Open

- 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)
