Guided Walkthroughs
Step-by-step configuration wizards for your environment
Dedicated Security Account
AWS Backup Strategy
VPC Connectivity Setup
Automated Patching
All Guides
S3 Access points are named network endpoints that are attached to buckets that you can use to perform S3 object operations. This template also includes the option to configure permissions and network controls that apply to any request made through the access point.
This configuration template includes the following settings:
AWSTemplateFormatVersion: '2010-09-09'
Description: ''
Resources:
S3AccessPoint:
Type: 'AWS::S3::AccessPoint'
Properties:
Bucket: ''
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
IgnorePublicAcls: true
RestrictPublicBuckets: true
Parameters: {}
Metadata: {}
Conditions: {}