AccessDeniedException: User is not authorized to perform: ssm:GetParametersByPathAccessDeniedException: User is not authorized to perform: s3:PutObject Status Code: 403{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject"
],
"Resource": "arn:aws:s3:::gwaze-leejun14-files/profile-images/*"
},
{
"Effect": "Allow",
"Action": [
"s3:ListBucket"
],
"Resource": "arn:aws:s3:::gwaze-leejun14-files"
}
]
}