Creating and managing S3 Files resources - Amazon Simple Storage Service

Creating and managing S3 Files resources

This page describes how to create, configure, and manage S3 Files resources. To manage your resources using the AWS CLI, see S3 Files API reference.

File systems

A shared file system linked to your S3 bucket. It stores a fraction of your actively used S3 data as files and directories so that your applications and users can benefit from low-latency performance. You can access your data using standard file system operations, including reading, writing, and locking files.

Mount targets

A mount target provides network access to your file system within a single Availability Zone in your VPC. You need at least one mount target to access your file system from compute resources, and you can create a maximum of one mount target per Availability Zone. We recommend creating one mount target in each Availability Zone you operate in so that your compute resources always have a local network path to the file system, improving both availability and latency. When you create a file system using the AWS Management Console, S3 Files automatically creates one mount target in every Availability Zone in your default VPC.

File system policies

A file system policy is an optional IAM resource policy that you can create for your S3 file system to control NFS client access to the file system.

Access points

Access points are application-specific entry points to a file system that simplify managing data access at scale for shared datasets. You can use access points to enforce user identities and permissions for all file system requests that are made through the access point. Additionally, access points can restrict clients to only access data within a specified root directory and its subdirectories. When you create a file system using the AWS Management Console, S3 Files automatically creates one access point for the file system.

A file system can have a maximum of 10,000 access points unless you request an increase. For more information, see Unsupported features, limits, and quotas.

Tags

Tags are key-value pairs that you define and associate with your S3 Files resources to help organize, identify, and manage them.