Auto-sync: 2026-04-20 00:02

This commit is contained in:
2026-04-20 00:02:56 +08:00
parent 8341ee6cc4
commit 6ab2838935
104 changed files with 4077 additions and 31 deletions

View File

@@ -0,0 +1,35 @@
---
title: "AWS Instance Scheduler"
type: entity
tags:
- AWS
- Product
- Cost-Optimization
- FinOps
date: 2026-04-19
---
## Aliases
- AWS Instance Scheduler for AWS EC2
- AWS Instance Scheduler for RDS
## Definition
AWS 官方提供的自动实例调度工具,通过定时启停 EC2 和 RDS 实例来降低非生产环境成本。
## Details
- **类型**AWS 官方解决方案
- **部署方式**CloudFormation
- **支持服务**EC2、RDS
- **触发机制**CloudWatch Events默认 15 分钟)
- **配置存储**DynamoDB
## Relationships
- 由 CCOE 集成在 Guardrails 部署方案中
- 通过标签Schedule、Period关联实例
## Related Concepts
- [[Instance Scheduling]]
- [[CloudWatch Events]]
- [[DynamoDB Config Table]]
## References

View File

@@ -22,3 +22,7 @@ AWSAmazon Web Services是亚马逊提供的全球最大公有云平台
- [[Kubernetes]] ← 支持EKS← [[AWS]]
- [[Terraform]] ← 支持 ← [[AWS]]
- [[Agentic AI]] ← 监控/分析 ← [[CloudWatch]]
- [[Amazon Bedrock]] ← 提供服务 ← [[AWS]]
- [[Amazon SageMaker]] ← 提供服务 ← [[AWS]]
- [[AI]] ← 应用场景 ← [[AWS]]
- [[Machine Learning]] ← 应用场景 ← [[AWS]]

View File

@@ -0,0 +1,34 @@
---
title: "Amazon Kinesis"
type: entity
tags:
- AWS
- Data Stream
- Real-time
date: 2026-04-19
---
## Definition
Amazon Kinesis 是 AWS 实时数据流处理服务用于收集、处理和分析大量数据流。Kinesis Data Streams 可以实时处理 TB 级别的数据,适用于实时分析、日志和事件数据流等场景。
## Core Services
- **Kinesis Data Streams**:实时数据流处理
- **Kinesis Data Firehose**将数据加载到目标存储S3、Redshift、Elasticsearch
- **Kinesis Data Analytics**:实时流数据分析( SQL 查询)
- **Kinesis Video Streams**:视频流处理
## Key Features
- **实时处理**:毫秒级数据处理延迟
- **顺序保证**:保证数据顺序
- **持久存储**:默认保留 24 小时,可扩展至 7 天
- **并行消费**:多个消费者可以并行读取不同分片
## Use Cases
- 日志和事件数据实时摄取
- 实时分析仪表盘
- 移动设备数据捕获
- IoT 设备数据流处理
## Aliases
- AWS Kinesis
- Kinesis Data Streams

32
wiki/entities/Amazon-Q.md Normal file
View File

@@ -0,0 +1,32 @@
---
title: "Amazon Q"
type: entity
tags:
- AWS
- AI-Assistant
- Generative-AI
date: 2024-11-12
---
## Profile
- **Name**: Amazon Q
- **Type**: AI 助手AI-powered Assistant
- **Provider**: Amazon Web Services (AWS)
- **Category**: 生成式 AI 应用
## Description
Amazon Q 是 AWS 提供的 AI 助手,主要有两种版本:
### Amazon Q for Business
- 连接多个数据源
- 支持搜索、摘要和洞察提取
- 维持现有权限控制
### Amazon Q Developer
- 专注于代码生成
- 单元测试生成
- 代码迁移
## Connections
- [[Amazon]] ← provides ← [[Amazon Q]]
- [[Generative AI]] ← powers ← [[Amazon Q]]

View File

@@ -0,0 +1,24 @@
---
title: "Amazon SNS"
type: entity
tags: [AWS, Event-Driven, Serverless, Pub/Sub]
sources: []
last_updated: 2026-04-19
---
## Summary
Amazon SNS 是 AWS 的发布/订阅消息通知服务,支持一对多消息广播。
## Definition
Amazon Simple Notification ServiceSNS是 AWS 提供的完全托管式发布/订阅消息通知服务,支持一对多消息推送。
## Key Attributes
- **类型**:消息通知服务
- **开发商**AWS
- **核心功能**:发布/订阅、主题订阅、消息推送、移动推送、邮件
- **定价**:按请求和消息大小计费
## Connections
- [[AWS]] ← 提供 ← [[Amazon SNS]]
- [[Lambda]] ← 触发 ← [[Amazon SNS]]
- [[Amazon SQS]] ← 集成 ← [[Amazon SNS]]

View File

@@ -0,0 +1,24 @@
---
title: "Amazon SQS"
type: entity
tags: [AWS, Event-Driven, Serverless, Queue]
sources: []
last_updated: 2026-04-19
---
## Summary
Amazon SQS 是 AWS 的消息队列服务,提供点对点异步通信机制,实现服务间松耦合。
## Definition
Amazon Simple Queue ServiceSQS是 AWS 提供的完全托管式消息队列服务,支持分布式系统异步通信和服务解耦。
## Key Attributes
- **类型**:消息队列服务
- **开发商**AWS
- **核心功能**:消息排队、点对点通信、消息持久化
- **定价**:按请求数量计费
- **队列类型**标准队列高吞吐、FIFO 队列(先进先出)
## Connections
- [[AWS]] ← 提供 ← [[Amazon SQS]]
- [[Lambda]] ← 触发 ← [[Amazon SQS]]

29
wiki/entities/Atlantis.md Normal file
View File

@@ -0,0 +1,29 @@
---
title: "Atlantis"
type: entity
tags: []
---
## Aliases
- Atlantis
## Definition
Atlantis 是一个开源、自托管的 Terraform CI/CD 自动化工具,旨在替代 Jenkins 进行基础设施部署。
## Core Features
- 通过 GitHub Pull Request 评论触发 plan/apply 工作流
- 部署在单个 EC2 实例上(每个 Landing Zone 共享账户一台)
- 使用服务账号与 GitHub 交互(发布评论、执行合并、关闭 PR
- 目录锁定机制防止并行冲突
- 支持并行构建,多模块同时执行 plan 和 apply
- 合并前应用pre-merge apply确保代码与基础设施同步
## Use Cases
- 替代 Jenkins 进行 Terraform 自动化部署
- 多账户基础设施变更管理
- GitOps 工作流实现
## Connections
- [[Jenkins]] — 被替代的 CI/CD 工具
- [[Terraform]] — 主要管理的 IaC 工具
- [[GitHub Enterprise]] — 集成的代码托管平台

View File

@@ -0,0 +1,22 @@
---
title: "Dr. Anil Giri"
type: entity
tags: [AWS, Solutions Architect, Speaker]
sources: []
last_updated: 2026-04-19
---
## Summary
AWS 解决方案架构师,主讲 Public Cloud Learning Sessions 事件驱动架构系列会议。
## Definition
Dr. Anil Giri 是 AWS 的解决方案架构师,专注于云计算、企业集成模式和事件驱动架构领域。
## Role
- **职位**Solutions Architect
- **雇主**AWS
- **专长**Event-Driven Architecture、Enterprise Integration Patterns、AWS EventBridge
## Connections
- [[Dr. Anil Giri]] → 受雇于 → [[AWS]]
- [[EventBridge]] → 解决方案提供 → [[Dr. Anil Giri]]

View File

@@ -0,0 +1,18 @@
---
title: "FPNA Team"
type: entity
tags: []
---
## Aliases
- N/A
## Role
- 负责预算可用性验证的团队
## Context
FPNA 团队是 Oli 工作流三阶段审批流程的最后一个阶段,负责验证预算是否可用。在 FinOps 完成可行性验证、技术可行性验证后FPNA 团队进行预算可用性验证。
## Related
- [[Public Cloud Learning Sessions - Ollie Workflow and The Demand Process]]
- [[Demand Management]]

View File

@@ -0,0 +1,25 @@
---
title: "FinOps Team"
type: entity
tags: []
sources: [public-cloud-learning-sessions-reducing-cloud-costs-20250318-170100-meeting-reco]
last_updated: 2026-04-19
---
## Aliases
- N/A
## Role
- 负责 Oli 工作流管理的团队,正在将工作流过渡到其管理之下
- 负责云成本优化策略制定与实施
## Context
FinOps 团队由 Tom Bice 领导,正在将 Oli 工作流流程整合到 SMACs 系统中。该团队负责云资源请求的可行性验证,是 Oli 工作流三阶段审批流程的第一阶段。
2025年3月团队成员 Vinay 在 Public Cloud Learning Sessions 上分享了云成本优化策略,涵盖工作负载优化和费率优化。
## Related
- [[Public Cloud Learning Sessions - Ollie Workflow and The Demand Process]]
- [[Public Cloud Learning Sessions - Reducing Cloud Costs - 20250318]]
- [[Tom Bice]]
- [[Demand Management]]

42
wiki/entities/Graviton.md Normal file
View File

@@ -0,0 +1,42 @@
---
title: "AWS Graviton"
type: entity
tags:
- AWS
- Processor
- ARM
- Cost-Optimization
sources: []
last_updated: 2026-04-19
---
## Definition
AWS Graviton 是亚马逊网络服务AWS基于 ARM64 架构开发的处理器系列,旨在提供更高的性价比和更低的功耗。
## Key Characteristics
- 基于 ARM64 架构
- 相比同类 x86 实例提供最高 40% 性价比优势
- 相比同类 x86 实例减少最多 60% 功耗
- 支持多种实例类型:计算优化型、内存优化型、通用型
- AWS 已推出第四代 Graviton 处理器
## Supported Services
- EC2 实例R 系列、C 系列、M 系列等)
- RDSAurora、PostgreSQL、MySQL 等)
- Lambda
- ElastiCache
- DocumentDB
## Migration Considerations
- 迁移到 RDS Aurora 等服务相对简单
- 不适合有状态服务(如数据库)的场景需谨慎评估
## Aliases
- AWS Graviton
- Graviton Processor
- ARM64 Processor
## Connections
- [[AWS]] ← developed_by ← [[Graviton]]
- [[EC2-Instance-Types]] ← includes ← [[Graviton]]
- [[Cost-Optimization]] ← enables ← [[Graviton]]

18
wiki/entities/MUI.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "MUI"
type: entity
tags: []
---
## Aliases
- N/A
## Role
- 审批决策者之一,负责超大规模云服务商支出的书面审批
## Context
在 Oli 工作流流程中MUI 与 Shannon 共同拥有对任何超大规模云服务商支出的最终审批权,无论金额大小。这一审批要求适用于工程实验室空间或商业工作负载空间的资源请求。
## Related
- [[Public Cloud Learning Sessions - Ollie Workflow and The Demand Process]]
- [[Shannon]]

View File

@@ -0,0 +1,21 @@
---
title: "Mark Francis"
type: entity
tags:
- Cloud
- DevOps
- CTP
date Added: 2026-04-19
---
## Summary
Mark Francis 是 OpenText CTPCloud Transformation Program的演讲者主讲自动化基础设施测试相关主题。
## Role
- CTP Topic 56 演讲者:自动化基础设施测试
## Sources
- [[ctp-topic-56-automated-infrastructure-testing]]
## Aliases
- Mark Francis

View File

@@ -17,6 +17,7 @@ Micro Focus 是一家企业软件公司,提供 SRE站点可靠性工程
- [[CTP Topic 41 NFR's and Error Budgets]] — SRE 负责人 Brendan Standing 担任演讲者
- [[CTP Topic 53 Why bother with Cloud]] — 云转型计划进展,成本优化与创新价值分析
- [[CTP Topic 21 Supply Chain Security in Micro Focus]] — 产品安全小组 Shlomi Ben-Hur 主讲供应链安全
- [[CTP Topic 24 Micro Focus Product Privacy Framework]] — 产品安全小组 Shlomi Ben-Hur 主讲产品隐私框架
- [[Brendan Standing]] — Micro Focus SRE 负责人
## References

View File

@@ -0,0 +1,24 @@
---
title: "Mike Dukes"
type: entity
tags:
- AWS
- Expert
- Speaker
sources: []
last_updated: 2026-04-19
---
## Definition
Mike Dukes 是 AWS 专家,在 Public Cloud Learning Sessions 系列会议中担任演讲者,专注于云成本优化和 EC2 最佳实践主题。
## Role
- AWS 解决方案架构师或技术专家
- Public Cloud Learning Sessions 演讲者
## Sessions
- [Public Cloud Learning Sessions - Best practices for EC2 cost optimization in AWS](sources/public-cloud-learning-sessions-best-practices-for-ec2-cost-optimization-in-aws-2.md)
## Connections
- [[Public-Cloud-Learning-Sessions]] ← presented_by ← [[Mike-Dukes]]
- [[AWS]] ← employs ← [[Mike-Dukes]]

View File

@@ -5,6 +5,7 @@ tags:
- CTP
- Platform
- Support
- FinOps
date: 2026-04-19
---
@@ -13,13 +14,20 @@ date: 2026-04-19
- 角色:云转型计划核心技术团队
- 职责:提供云环境支持、安全策略制定、协助产品组进行 POC
## 核心服务
- **成本管理**账单支付、showback/chargeback、预算管理
- **成本优化**:组织级和账户级优化,包括购买 Reserved Instances 和识别未充分利用的资源
- **治理与自动化**:集中式上线、策略开发、自动报告
## Aliases
- Platform Control Group
- PCG
- Public Cloud Governance
## Connections
- [[Gruntwork-Landing-Zone]] — 提供环境支持
- [[CTP-Topic-20-Program-demand-process-flow-and-PoC-onboarding]]
- [[Cloud-Health]] — 使用 Cloud Health 工具进行成本监控
---

View File

@@ -0,0 +1,15 @@
---
title: "Paul Hopkins"
type: entity
tags: [person, CTP]
date: 2026-04-14
---
## Summary
OpenText/ Micro Focus 技术专家CTPCloud Transformation Program主题演讲者主讲 Renovate Bot 自动化依赖管理。
## Aliases
- Paul Hopkins
## Connections
- [[CTP Topic 15 Working with Renovatebot]]:主讲人

View File

@@ -0,0 +1,36 @@
---
id: Product-Team
title: "Product Team"
type: entity
entity_type: team
tags:
- DevOps
- Landing-Zone
- Cloud-Transformation
last_updated: 2026-04-19
---
## Aliases
- Product Team
- 产品团队
## Summary
- **定义**:在 CTP 云转型计划中,负责特定产品或服务基础设施部署的团队
- **角色**:拥有独立的 Landing Zone 和 Workload 账户,部署满足业务需求的基础设施
- **云迁移价值**:通过团队级隔离实现职责分离和资源配置
## Key Details
- **账户结构**
- Landing Zone Account基础设施账户
- Workload Account工作负载账户
- **典型团队**
- DevTools部署 Artifactory、Active Directory 等
- **Git 仓库**
- Core Landing Zone Repository核心配置
- Terraform Service Catalog全局模块
- Product Team Service Catalog团队级模块
## Connections
- [[Landing-Zone]] ← uses ← [[Product-Team]]
- [[Service-Catalog]] ← provides ← [[Product-Team]]
- [[Gruntwork]] ← reference ← [[Product-Team]]

View File

@@ -0,0 +1,23 @@
---
title: "Public Cloud Learning Sessions"
type: entity
tags: [学习, 培训, DevOps, 云转型]
sources: [ctp-topic-2-git.md]
last_updated: 2026-04-19
---
## Definition
Public Cloud Learning Sessions公有云学习会议是 OpenText 内部的技术学习会议系列覆盖云转型、DevOps、SRE、AWS/Azure/GCP 等主题。每期会议由内部专家或外部嘉宾主讲,记录视频并整理为知识沉淀。
## Related Entities
- [[OpenText]]:主办方
- [[CTP]]:云转型计划,学习会议的主要推动者
## Related Concepts
- [[DevOps 文化]]
- [[CI/CD 流水线]]
- [[GitOps]]
## Aliases
- Learning Sessions
- PCLS

View File

@@ -0,0 +1,21 @@
---
title: "SRE Core Team"
type: entity
tags: []
sources: [Public-Cloud-Learning-Sessions-Budget-Control]
last_updated: 2024-03-19
---
## Aliases
- N/A
## Role
- 负责开发和维护预算控制自动化的 SRE 团队
## Context
SRE Core TeamDaniela、Evan、Alan在 2024 年 3 月 19 日的 Public Cloud Learning Sessions 上展示了预算控制自动化。该自动化提供账户所有者详细的支出警报和成本分析报告,实现 AWS 账户成本控制。
## Related
- [[Public Cloud Learning Sessions - Budget Control - 20240319]]
- [[FinOps Team]]
- [[Budget Control]]

18
wiki/entities/Shannon.md Normal file
View File

@@ -0,0 +1,18 @@
---
title: "Shannon"
type: entity
tags: []
---
## Aliases
- N/A
## Role
- 审批决策者之一,负责超大规模云服务商支出的书面审批
## Context
在 Oli 工作流流程中Shannon 与 MUI 共同拥有对任何超大规模云服务商支出的最终审批权,无论金额大小。这一审批要求适用于工程实验室空间或商业工作负载空间的资源请求。
## Related
- [[Public Cloud Learning Sessions - Ollie Workflow and The Demand Process]]
- [[MUI]]

View File

@@ -0,0 +1,28 @@
---
title: "Shikad Holtzman"
type: entity
tags:
- AWS
- Technical-Account-Manager
- Public-Cloud-Learning-Sessions
date: 2024-11-12
---
## Profile
- **Role**: Technical Account Manager技术客户经理
- **Employer**: Amazon Web Services (AWS)
- **Location**: 以色列Israel
- **Expertise**: 生成式 AI、AWS 服务、企业创新
## Contributions
在 2024 年 11 月 12 日的 Public Cloud Learning Sessions 中Shikad Holtzman 分享了 AWS 生成式 AI 与提示词工程的主题,介绍了:
- 生成式 AI 的常见用例
- AWS 生成式 AI 服务Amazon Q、Amazon Bedrock、Amazon SageMaker
- 提示词工程基础与技巧
## Aliases
- Shikad
## Connections
- [[Public Cloud Learning Sessions]] ← speaker ← [[Shikad Holtzman]]
- [[Amazon]] ← employs ← [[Shikad Holtzman]]

View File

@@ -9,12 +9,14 @@ tags:
---
## Definition
Micro Focus 产品安全小组Product Security Team)成员,主讲供应链安全相关议题。
Micro Focus 产品安全小组PSAC)成员,主讲供应链安全和产品隐私框架相关议题。
## Role
- 产品安全专家Product Security Expert
- 在 CTP Topic 21 中主讲软件供应链安全的新方法
- 在 CTP Topic 24 中主讲产品隐私框架
## Related
- [[Supply Chain Security]]
- [[Product Privacy Framework]]
- [[Micro Focus]]

View File

@@ -0,0 +1,24 @@
---
title: "Steele Taylor"
type: entity
tags:
- AWS
- Expert
- Speaker
sources: []
last_updated: 2026-04-19
---
## Definition
Steele Taylor 是 AWS 专家,在 Public Cloud Learning Sessions 系列会议中担任演讲者,专注于云成本优化和 EC2 最佳实践主题。
## Role
- AWS 解决方案架构师或技术专家
- Public Cloud Learning Sessions 演讲者
## Sessions
- [Public Cloud Learning Sessions - Best practices for EC2 cost optimization in AWS](sources/public-cloud-learning-sessions-best-practices-for-ec2-cost-optimization-in-aws-2.md)
## Connections
- [[Public-Cloud-Learning-Sessions]] ← presented_by ← [[Steele-Taylor]]
- [[AWS]] ← employs ← [[Steele-Taylor]]

View File

@@ -0,0 +1,22 @@
---
title: "Stephen Frank"
type: entity
tags:
- AWS
- AI
- Speaker
---
## Profile
- Role: AWS AI 专家AI Specialist
- Company: [[AWS]]
- Expertise: AI 创新、数据利用、AI 应用案例加速
## Aliases
- Stephen Frank
## Related Sources
- [[Public Cloud Learning Sessions (OpenText) - AI Use Cases - 20241126]]
## Connections
- [[AWS]] ← works_for ← [[Stephen-Frank]]

View File

@@ -0,0 +1,23 @@
---
title: "Suraav Paul"
type: entity
tags: [person, AWS, speaker]
sources: [public-cloud-learning-sessions-introduction-to-artificial-intelligence-ai-machine-learning-20240206]
last_updated: 2024-02-06
---
## Summary
Suraav Paul 是 AWS 高级解决方案架构师,专注于 AI/ML 领域。
## Definition
AWS 高级解决方案架构师 (Senior Solutions Architect),在 Public Cloud Learning Sessions 中主讲 AI/ML 相关主题。
## Key Attributes
- **类型**:个人
- **职位**:高级解决方案架构师
- **雇主**AWS
- **专长**AI/ML、生成式 AI
## Connections
- [[AWS]] ← 雇主 ← [[Suraav Paul]]
- [[Amazon Bedrock]] ← 讲解 ← [[Suraav Paul]]

View File

@@ -0,0 +1,24 @@
---
title: "Victor Etkin"
type: entity
tags: [DevOps, GitOps, CTP]
sources: [ctp-topic-33-an-introduction-to-gitops.md]
last_updated: 2026-04-19
---
## Role
- DevOps 领域的演讲者和布道者
## Contributions
- 在 CTP Topic 33 中介绍 GitOps 概念,阐述其如何补充和演进 DevOps
## Aliases
-
## Related Concepts
- [[GitOps]]
- [[DevOps]]
- [[CI/CD]]
## Related Sources
- [[ctp-topic-33-an-introduction-to-gitops]] — GitOps 入门介绍