Uploading website content

It's now time to upload some content to our S3 buckets. Here are the snippets we promised you earlier. There's nothing fancy here. Once you've got these examples working, you can try replacing them with your real website content:

  • index.html
      <html>         <head>           <title>Welcome to exmaple.org</title>         </head>         <body>           <h1>example.org</h1>           <p>Hello World!</p>         </body>       </html>
  • error.html
      <html>         <head>           <title>Error</title>         </head>         <body>           <h1>example.org</h1>           <p>Something went wrong!</p>         </body>       </html>

Get AWS Administration Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.