# 简介

## 什么是弹性文件服务（SFS Turbo）

弹性文件服务（Scalable File Service Turbo，SFS Turbo）是华为云提供的高性能文件存储服务，专为高性能计算（HPC）和AI/ML工作负载设计。SFS Turbo提供高IOPS、低延迟的文件存储能力，支持NFS和CIFS协议，能够满足大规模数据处理、机器学习训练、科学计算等场景的需求。SFS Turbo具备高可用性、弹性扩展和易用性等特点，支持与OBS对象存储的无缝集成。

作为华为云的核心存储服务之一，SFS Turbo支持与ECS、CCE、FunctionGraph等服务的无缝集成，能够满足复杂的文件存储场景需求。SFS Turbo提供灵活的存储配置和OBS目标配置能力，支持数据自动导出、权限管理等高级功能。

## 最佳实践简述

本章节提供了使用Terraform自动化部署和管理华为云弹性文件服务（SFS Turbo）的最佳实践示例，帮助您了解如何利用Infrastructure as Code（IaC）的方式高效地管理云上的文件存储资源。

通过本章节的最佳实践，您可以学习到主要的文件存储资源的部署流程，这些最佳实践将帮助您快速上手弹性文件服务的自动化部署，并为后续的SFS Turbo管理和运维工作奠定坚实基础。

## 最佳实践列表

本章节包含以下最佳实践：

* [部署文件系统](/hua-wei-yun-provider/zui-jia-shi-jian/sfs-turbo/file_system.md) - 介绍如何使用Terraform自动化部署SFS Turbo文件系统，包括VPC网络、安全组和SFS Turbo文件系统的创建，支持高性能文件存储和多种协议访问。
* [部署OBS目标配置](/hua-wei-yun-provider/zui-jia-shi-jian/sfs-turbo/obs_target_configuration.md) - 介绍如何使用Terraform自动化部署SFS Turbo的OBS目标配置，包括VPC网络、SFS Turbo文件系统和OBS目标配置的创建，支持数据自动导出和权限管理等功能。
* [部署权限规则](/hua-wei-yun-provider/zui-jia-shi-jian/sfs-turbo/permission_rule.md) - 介绍如何使用Terraform自动化部署SFS Turbo的权限规则，包括VPC网络、安全组、SFS Turbo文件系统和权限规则的创建，支持访问控制和安全隔离等功能。

## 参考资料

* [华为云弹性文件服务产品文档](https://support.huaweicloud.com/sfsturbo/index.html)
* [Terraform官方文档](https://www.terraform.io/docs/index.html)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hcbp.gitbook.io/hua-wei-yun-provider/zui-jia-shi-jian/sfs-turbo/index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
