选择您的 Cookie 首选项

我们使用必要 Cookie 和类似工具提供我们的网站和服务。我们使用性能 Cookie 收集匿名统计数据,以便我们可以了解客户如何使用我们的网站并进行改进。必要 Cookie 无法停用,但您可以单击“自定义”或“拒绝”来拒绝性能 Cookie。

如果您同意,AWS 和经批准的第三方还将使用 Cookie 提供有用的网站功能、记住您的首选项并显示相关内容,包括相关广告。要接受或拒绝所有非必要 Cookie,请单击“接受”或“拒绝”。要做出更详细的选择,请单击“自定义”。

Encrypting data in transit - Amazon File Cache
此页面尚未翻译为您的语言。 请求翻译

Encrypting data in transit

Encryption of data in transit is automatically enabled when you access an Amazon File Cache resource from compute instances that support encryption in transit. To learn which EC2 instances support encryption in transit, see Encryption in Transit in the Amazon EC2 User Guide.

Amazon File Cache encrypts traffic between the cache and your S3 data repositories using HTTPS (TLS). Amazon File Cache does not encrypt traffic between the cache and your NFSv3 data repositories, as the NFSv3 protocol does not encrypt data at the protocol level. For encryption in transit between your on-premises file systems and Amazon File Cache, you can use a virtual private network (VPN) to ensure encrypted data transfers between your VPC and your on-premises network. If you're using AWS Direct Connect, you can use AWS VPN to combine one or more AWS Direct Connect dedicated network connections with AWS VPN. Additionally, you can use MAC Security (MACsec) to encrypt your data from your corporate data center to the AWS Direct Connect location. For more information, see Encryption in AWS Direct Connect.

You can explicitly prohibit some or all users in your organization from creating Amazon File Cache resources linked to NFSv3 file systems using the fsx:NfsDataRepositoryEncryptionInTransitEnabled and fsx:NfsDataRepositoryAuthenticationEnabled context keys to control access to the CreateFileCache API action. The following is an example of an AWS Organizations Service control policy (SCP) that prohibits creation of a Amazon File Cache resource linked to an NFSv3 data repository:

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Deny", "Action": "fsx:*", "Resource": "*", "Condition": { "Bool": { "fsx:NfsDataRepositoryEncryptionInTransitEnabled": "false" } } }, { "Effect": "Deny", "Action": "fsx:*", "Resource": "*", "Condition": { "Bool": { "fsx:NfsDataRepositoryAuthenticationEnabled": "false" } } }, { "Effect": "Allow", "Action": "*", "Resource": "*" } ] }

For more information about IAM condition keys, see Policy condition keys for File Cache.

隐私网站条款Cookie 首选项
© 2025, Amazon Web Services, Inc. 或其附属公司。保留所有权利。