Full Website setup using the AWS S3 bucket + ACM (ssl certificate ) + cloudfront distribution.

Published: 19 March 2023
on channel: Devops TerraByte
2,418
39

1] In this viedo we will create a s3 bucket with public access and then we will upload a website code on the S3 bucket.

Add the following policy for your s3 bucket :-
{
"Id": "Policy1679211595343",
"Version": "2012-10-17",
"Statement": [
{
"Sid": "Stmt1679211593705",
"Action": [
"s3:GetObject"
],
"Effect": "Allow",
"Resource": "arn:aws:s3:::DOC-EXAMPLE-BUCKET/*",
"Principal": "*"
}
]
}

In the above policy change the bucket ARN.

2] Second we will create a ACM certificate for our website which act as a ssl certificate for our website
NOTE :- certificate must be in the north virginia region

3] Create a cloudfront distribution for your s3 bucket add the domain name and acm certificate to your domain name.

4] Map your distribution name with your domain name


Watch video Full Website setup using the AWS S3 bucket + ACM (ssl certificate ) + cloudfront distribution. online without registration, duration hours minute second in high quality. This video was added by user Devops TerraByte 19 March 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,418 once and liked it 39 people.