From 0e3c43368c336ba7bde9df456a40e155244615ec Mon Sep 17 00:00:00 2001 From: Chintan Boghara <140156149+chintanboghara@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:47:59 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eefdcd2..08ba2be 100644 --- a/README.md +++ b/README.md @@ -75,15 +75,15 @@ This section defines the steps to be run as part of the deployment job: ## Prerequisites -- You need to have an AWS account and an S3 bucket (e.g., `hey-beast-landing-page`) created where the static site will be hosted. +- An AWS account and an S3 bucket (e.g., `hey-beast-landing-page`) created where the static site will be hosted. - AWS credentials (Access Key ID and Secret Access Key) should be stored as secrets in your GitHub repository: - `AWS_ACCESS_KEY_ID` - `AWS_SECRET_ACCESS_KEY` ## AWS S3 Bucket Configuration -Ensure that your S3 bucket is configured to host a static website. This can be done in the AWS S3 console: -1. Go to your bucket. +Ensure that S3 bucket is configured to host a static website. This can be done in the AWS S3 console: +1. Go to S3 bucket. 2. Click on the **Properties** tab. 3. Scroll down to the **Static website hosting** section. 4. Enable static website hosting and provide the appropriate index and error document names (e.g., `index.html`).