Files
nexus/wiki/sources/ctp-topic-14-octane-hub-on-aws-real-life-experience-moving-production-services-i.md
2026-04-28 20:03:11 +08:00

70 lines
4.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "CTP Topic 14 Octane Hub on AWS: Real-Life Experiences Moving Production Services"
type: source
tags:
- AWS
- Octane-Hub
- Migration
- CTP
- Landing-Zone
sources: []
last_updated: 2026-04-14
---
## Source File
- [[raw/Cloud & DevOps/Public-Cloud-Learning-Sessions/01_AWS-Landing-Zone/ctp-topic-14-octane-hub-on-aws-real-life-experience-moving-production-services-i.md]]
## Summary用中文描述
- **核心主题**Octane Hub CTO Holger Rode 分享将生产服务从本地 Bibling Lab 数据中心迁移到 AWS Landing Zone 的实战经验
- **问题域**:企业云迁移中的技术选型、网络配置、存储方案及 IaC 实践
- **方法/机制**Docker 容器化工作负载迁移;使用 Packer 构建 AMI + Terraform/TerraGrunt 部署VPC Transit Gateway + 标签系统管理网络访问
- **结论/价值**:提供从本地物理服务器迁移到 AWS 云的真实路径,展示 EBS vs EFS 存储选型教训、网络协调流程及未来演进方向
## Key Claims用中文描述
- Octane Hub 团队通过 Docker 容器化运行 QuickSee、Release Manager、Patch Manager 等多个 Web 应用,并管理约 10TB 文件存储和大型 MSSQL 数据库
- 云迁移动因来自 Bibling 数据中心关闭,通过云转型计划获得 Landing Zone 账户访问权限POC 账户5月生产账户6月
- EFS 因性能问题(数据库无法直接在 EFS 上运行)不适用于生产数据库,最终采用 EBS 用于实时数据库、EFS 用于备份
- 部署方式从控制台脚本演进为 Packer 构建 AMI + Terraform/TerraGrunt 部署,实现基础设施即代码
- DNS 配置使用 CNAME 指向 AWS software infra.net 域,通过 Route 53 管理
## Key Quotes
> "Holger RodeOctane Hub CTO 软件工厂团队负责人)分享了 Octane Hub 云设计考虑因素、学习曲线、网络和安全要求以及常见陷阱。" — 演讲者背景介绍
> "VPC Transit Gateway 并实施标签系统管理访问" — 网络架构方案
## Key Concepts
- [[Docker容器化]]Octane Hub 的主要部署模式,用于运行 QuickSee、Release Manager、Patch Manager 等 Web 应用程序
- [[Packer]] + [[Terraform]]/TerraGrunt基础设施即代码的部署流程从控制台脚本演进而来
- [[VPC Transit Gateway]]AWS 网络互联解决方案,用于连接多个 VPC
- [[AWS Landing Zone]]AWS 多账户架构框架Octane Hub 通过该架构迁移生产服务
- [[EBS vs EFS]]块存储与文件存储的性能差异——EFS 不适合直接运行数据库,最终选择 EBS 用于实时数据库
## Key Entities
- [[Octane Hub]]:一家使用 Docker 容器运行多个 Web 应用的公司,团队负责人为 CTO Holger Rode
- [[Holger Rode]]Octane Hub CTO 软件工厂团队负责人,本次分享的主讲人
- [[Bibling Lab]]Octane Hub 之前的托管数据中心,拥有三台物理服务器和多台虚拟机,即将关闭
- [[AWS]]:目标云平台,通过 Landing Zone 架构承载 Octane Hub 的生产工作负载
## Connections
- [[ctp-topic-7-saas-landing-zone-design]] ← related_to ← [[ctp-topic-14-octane-hub-on-aws-real-life-experience-moving-production-services-i]]
- [[ctp-topic-25-labs-landing-zone-overview-itom-teams]] ← related_to ← [[ctp-topic-14-octane-hub-on-aws-real-life-experience-moving-production-services-i]]
- [[ctp-topic-13-cloud-finops-micro-focus-policies-best-practices-to-optimize-the-co]] ← related_to ← [[ctp-topic-14-octane-hub-on-aws-real-life-experience-moving-production-services-i]]
- [[ctp-topic-10-aws-landing-zone-lz-data-collection-tagging-related-security]] ← extends ← [[ctp-topic-14-octane-hub-on-aws-real-life-experience-moving-production-services-i]]
## Contradictions
- 暂无发现与其他页面的直接冲突。存储选型EBS vs EFS教训可与 [[ctp-topic-51-architecting-with-aws-purpose-built-databases]] 相互补充。
## Future Roadmap
- 改进 DR 和高可用性
- 通过 S3 优化存储成本
- 数据库从 MSSQL 迁移到 Postgres
- 可能迁移到 AWS ECS 服务