-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Yebin Han edited this page Dec 29, 2025
·
10 revisions
- Scenario: Pilot Light DR Strategy
- Goal: RTO < 10min, RPO < NNmin
| Phase | Period | Status | Assignee |
|---|---|---|---|
| Phase 1: 기획/설계 | 25-12-10 ~ 25-12-19 | ✅ Done | All |
| Phase 2: 핵심 코어 서비스 및 DR 인프라 구축 | 25-12-22 ~ 25-12-nn | 🔄 In Progress | All |
| Phase 3: 고도화 | 26-01-nn ~ 26-01-nn | ⏱ To do | All + Individual |
| Phase 4: 통합/DR 테스트 | 26-01-nn ~ 26-01-nn | ⏱ To do | All |
| Phase 5: 마무리/발표 | 26-01-nn ~ 26-02-09 | ⏱ To do | All |
- Architecture: View Diagram
- AWS 비용 현황: View Google Sheet
- Monitoring: Prometheus Dashboard
- Current Issue:
변경이 필요한 부분
- 15행: <REPO_NAME> 사용하는 REPO로 변경
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {
"Federated": "arn:aws:iam::626614672806:oidc-provider/token.actions.githubusercontent.com"
},
"Action": "sts:AssumeRoleWithWebIdentity",
"Condition": {
"StringEquals": {
"token.actions.githubusercontent.com:aud": "sts.amazonaws.com"
},
"StringLike": {
"token.actions.githubusercontent.com:sub": "repo:MSP-Project-Pilot-Light/<REPO_NAME>:*"
}
}
}
]
}