https://www.youtube.com/watch?v=ABagrTFN7z0
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AccessToGetBucketLocation",
"Effect": "Allow",
"Action": [
"s3:GetBucketLocation"
],
"Resource": [
"arn:aws:s3:::*"
]
},
{
"Sid": "AccessToWebsiteBuckets",
"Effect": "Allow",
"Action": [
"s3:PutBucketWebsite",
"s3:PutObject",
"s3:PutObjectAcl",
"s3:GetObject",
"s3:ListBucket",
"s3:DeleteObject"
],
"Resource": [
"arn:aws:s3:::s3이름",
"arn:aws:s3:::s3이름/*"
]
},
{
"Sid": "AccessToCloudfront",
"Effect": "Allow",
"Action": [
"cloudfront:GetInvalidation",
"cloudfront:CreateInvalidation"
],
"Resource": "*"
}
]
}
'프로그래밍' 카테고리의 다른 글
yarn berry pnp monorepo (0) | 2023.03.20 |
---|---|
nx workspace (0) | 2023.03.13 |
Spring boot nginx 연동 설정 80 => 8080 (0) | 2021.10.30 |
AWS에 돈 안내고 싶다! 내 집 컴퓨터로 서비스 운영하기 (0) | 2021.10.06 |
ubuntu https 통신 설정하는 방법 ssl 설정하기 (0) | 2021.10.06 |
댓글