π Project : Host a Static Website on Amazon Web Services S3
Create Simple Website Files
Create a folder on your laptop:
index.html
<!DOCTYPE html>
<html>
<head>
<title>My First AWS Project</title>
</head>
<body>
<h1>Hello from S3 π</h1>
<p>This is my fi
my-devops-automation-project.hashnode.dev2 min read