Skip to the content.

S3를 이용해서 정적 웹 호스팅 시작하기

장점

실습

읽기 권한 설정

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "PublicReadGetObject",
            "Effect": "Allow",
            "Principal": "*",
            "Action": "s3:GetObject",
            "Resource": "arn:aws:s3:::static-web-20230219/*"
        }
    ]
}