Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
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"
}
]
}