CC Lab-5
CC Lab-5
RANGAMPET
5.Develop a catalogue web page for online bookstore and create a Simple Storage Service (S3) bucket on
Amazon Web Services (AWS) cloud and upload catalogue web page into S3 bucket.
Step 1:
<!DOCTYPE html>
<head>
<title> BOOK CATALOGUE </title>
</head>
<body>
<h2>ONLINE BOOK STORE </h2>
<table>
<tr>
<th>SNO</th>
<th>BOOK</th>
<th>AUTHOR</th>
</tr>
<tr>
<td>1</td>
<td>CLOUD COMPUTING</td>
<td>RK NARAYAN</td>
</tr>
<tr>
<td>2</td>
<td>JAVA</td>
<td>DR.Nageswar Rao</td>
</tr>
</table>
</body>
</html>
3. Click the "Create bucket" button. & Choose a globally unique bucket name and select the region for
your bucket.
5. Choose all Blocked Public Access settings for the bucket & Set back to enable all listed
permissions & Acknowledge that permission are open to host website files in public .
SREE VIDYANIKETHAN ENGINEERING COLLEGE SREE SAINATH NAGAR,A.RANGAMPET
7. Now Access the newly created Bucket & upload Website in Bucket
SREE VIDYANIKETHAN ENGINEERING COLLEGE SREE SAINATH NAGAR,A.RANGAMPET
10. After Enable “ Static Webhosting “ do mention index.html (first page ) & error.html page
SREE VIDYANIKETHAN ENGINEERING COLLEGE SREE SAINATH NAGAR,A.RANGAMPET
11. Select the uploaded “index.html” & Make Public using ACL .
12. Browse the Object URL in CHROME Browser for Book Catalogue Hosted website .
RESULT :-