Internetwork Traffic Privacy
Internetwork Traffic Privacy
This topic describes how Amazon S3 secures connections from the service to other locations.
Traffic Between Service and On-Premises Clients and Applications
You have two connectivity options between your private network and AWS:
- An AWS Site-to-Site VPN connection. For more information, see What is AWS Site-to-Site VPN?
- An AWS Direct Connect connection. For more information, see What is AWS Direct Connect?
Access to Amazon S3 via the network is through AWS published APIs. Clients must support Transport Layer Security (TLS) 1.0. We recommend TLS 1.2 or above. Clients must also support cipher suites with Perfect Forward Secrecy (PFS), such as Ephemeral Diffie-Hellman (DHE) or Elliptic Curve Diffie-Hellman Ephemeral (ECDHE). Most modern systems such as Java 7 and later support these modes. Additionally, you must sign requests using an access key ID and a secret access key that are associated with an IAM principal, or you can use the AWS Security Token Service (STS) to generate temporary security credentials to sign requests.
Traffic Between AWS Resources in the Same Region
An Amazon Virtual Private Cloud (Amazon VPC) endpoint for Amazon S3 is a logical entity within a VPC that allows connectivity only to Amazon S3. The Amazon VPC routes requests to Amazon S3 and routes responses back to the VPC. For more information, see VPC Endpoints in the Amazon VPC User Guide. For example bucket policies that you can use to control S3 bucket access from VPC endpoints, see Example Bucket Policies for VPC Endpoints for Amazon S3.