> For the complete documentation index, see [llms.txt](https://hcbp.gitbook.io/hua-wei-yun-provider/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hcbp.gitbook.io/hua-wei-yun-provider/zui-jia-shi-jian/er/index.md).

# 简介

## 什么是企业路由器（ER）

企业路由器（Enterprise Router，ER）是华为云提供的高性能、高可用的企业级路由器服务，支持多VPC互通、专线接入、VPN连接等企业级网络功能。作为华为云网络服务的核心组件之一，ER提供灵活的路由策略和丰富的网络连接能力，满足企业复杂的网络架构需求。

通过ER，您可以构建企业级的网络架构，实现多VPC之间的互通、专线接入、VPN连接等功能，享受高性能、高可靠性、灵活扩展等企业级网络优势。华为云ER支持与VPC、专线、VPN等服务的无缝集成，为您提供完整的网络解决方案。

## 最佳实践简述

本章节提供了使用Terraform自动化部署和管理华为云企业路由器（ER）的最佳实践示例，帮助您了解如何利用Infrastructure as Code（IaC）的方式高效地管理云上的网络资源。

通过本章节的最佳实践，您可以学习到主要的企业路由器资源的部署流程，这些最佳实践将帮助您快速上手企业路由器的自动化部署，并为后续的ER管理和运维工作奠定坚实基础。

## 最佳实践列表

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

* [部署流日志](/hua-wei-yun-provider/zui-jia-shi-jian/er/flow_log.md) - 介绍如何使用Terraform自动化部署流日志，包括VPC创建、ER实例创建、VPC连接、LTS日志组创建和流日志配置。
* [部署路由表](/hua-wei-yun-provider/zui-jia-shi-jian/er/route_table.md) - 介绍如何使用Terraform自动化部署路由表，包括VPC创建、ER实例创建和路由表配置。
* [部署VPC连接](/hua-wei-yun-provider/zui-jia-shi-jian/er/vpc_attachment.md) - 介绍如何使用Terraform自动化部署VPC连接，包括VPC创建、ER实例创建和VPC连接配置。
* [部署共享实例](/hua-wei-yun-provider/zui-jia-shi-jian/er/share_instance.md) - 介绍如何使用Terraform自动化部署ER共享实例，包括ER实例创建、RAM资源共享、跨账户VPC连接和附件接受。

## 参考资料

* [华为云ER产品文档](https://support.huaweicloud.com/er/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/er/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.
