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

Опубликовано: 19 Март 2023
на канале: 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


Смотрите видео Full Website setup using the AWS S3 bucket + ACM (ssl certificate ) + cloudfront distribution. онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Devops TerraByte 19 Март 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,418 раз и оно понравилось 39 людям.