AWS Amazon S3 on Outposts Outposts Endpoint

This page shows how to write Terraform and CloudFormation for Amazon S3 on Outposts Outposts Endpoint and write them securely.

aws_s3outposts_endpoint (Terraform)

The Outposts Endpoint in Amazon S3 on Outposts can be configured in Terraform with the resource name aws_s3outposts_endpoint. The following sections describe how to use the resource and its parameters.

Example Usage from GitHub

An example could not be found in GitHub.

Review your Terraform file for AWS best practices

Shisho Cloud, our free checker to make sure your Terraform configuration follows best practices, is available (beta).

Parameters

Explanation in Terraform Registry

Provides a resource to manage an S3 Outposts Endpoint.

AWS::S3Outposts::Endpoint (CloudFormation)

The Endpoint in S3Outposts can be configured in CloudFormation with the resource name AWS::S3Outposts::Endpoint. The following sections describe 1 example of how to use the resource and its parameters.

Example Usage from GitHub

template.json#L2135
    "AWS::S3Outposts::Endpoint": {
      "Type": "AWS::S3Outposts::Endpoint",
      "Properties": {}
    },
    "AWS::FraudDetector::Label": {
      "Type": "AWS::FraudDetector::Label",

Parameters

Explanation in CloudFormation Registry

This AWS::S3Outposts::Endpoint resource specifies an endpoint and associates it with the specified Outpost.

Amazon S3 on Outposts access points simplify managing data access at scale for shared datasets in S3 on Outposts. S3 on Outposts uses endpoints to connect to S3 on Outposts buckets so that you can perform actions within your virtual private cloud (VPC). For more information, see Accessing S3 on Outposts using VPC-only access points.

Note It can take up to 5 minutes for this resource to be created.

Frequently asked questions

What is AWS Amazon S3 on Outposts Outposts Endpoint?

AWS Amazon S3 on Outposts Outposts Endpoint is a resource for Amazon S3 on Outposts of Amazon Web Service. Settings can be wrote in Terraform and CloudFormation.

Where can I find the example code for the AWS Amazon S3 on Outposts Outposts Endpoint?

For CloudFormation, the mhlabs/aws-icons-directory source code example is useful. See the CloudFormation Example section for further details.