An S3 VPC endpoint policy that allows read-only access to a specific S3 bucket only

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Action": [
                "s3:Get*",
                "s3:List*"
            ],
            "Principal": "*",
            "Resource": [
                "arn:aws:s3:::arn:aws:s3:::",
                "arn:aws:s3:::arn:aws:s3:::/*"
            ],
            "Effect": "Allow"
        }
    ]
}

Actions



Customize Template

Custommize Policy

* Required field