AWS AWSCloudFormation documentation change
Summary
Added documentation for new AWS::S3Express::AccessPoint resource with VPC and public access controls
Security assessment
Documents new security configuration options (VPC restrictions and public access blocks) but doesn't indicate a security fix.
Diff
diff --git a/AWSCloudFormation/latest/TemplateReference/doc-history.md b/AWSCloudFormation/latest/TemplateReference/doc-history.md index 3b03819d4..008b34063 100644 --- a//AWSCloudFormation/latest/TemplateReference/doc-history.md +++ b//AWSCloudFormation/latest/TemplateReference/doc-history.md @@ -143,0 +144,5 @@ Change| Description| Date +[New resource](./aws-template-resource-type-ref.html#AWS_S3)| The following resource was added: `AWS::S3Express::AccessPoint`. + +[AWS::S3Express::AccessPoint](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3express-accesspoint.html) + Use the `AWS::S3Express::AccessPoint` resource to specify access points for directory buckets. Use the `Scope` property to filter access control to specific prefixes, API operations, or a combination of both for directory buckets. Use the `VpcConfiguration` property to restrict access to this access point to requests from a specified Virtual Private Cloud (VPC). Use the `PublicAccessBlockConfiguration` property to specify the public access block configuration for this access point. +| April 7, 2025