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: 

  • S3 Access Point Name and S3 Bucket Name to be associated with the access point
  • Access Point Policy: JSON document that specifies the permission policy attached to the access point
  • Associated VPC Id if you would like to restrict access to the Access Point to a specific VPC
  • Block Public Access settings to control public access to the Access Point

Items
1
Size
0.4 KB
Missing Parameters
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: {}

Actions



Customize Template

Access Point Settings

Access Control

* Required field