Add Vultr landing zone baseline checklist

This commit is contained in:
shenlan 2025-09-29 22:52:39 +08:00
parent e6aacd653f
commit 4015b34734

View File

@ -0,0 +1,8 @@
# Vultr Landing Zone Baseline 单用户最小需求清单
- 主账号启用多因素认证MFA将 root 和 API Key 分离管理。
- 配置 1 个 VPC含公有与私有子网以及 1 个 Firewall Group。
- 确认数据加密与审计日志已启用,并限制 root key 使用。
- 部署 1 台基于官方镜像的最小规格 VPS。
- 通过 Terraform 或 Pulumi 管理资源,遵循统一命名规范并添加标签。
- 制定 1 套备份策略并启用基础监控。