Skip to content

Commit 3e006a2

Browse files
committed
docs: clarify AWS_REGION usage in README and configmap example
AWS_REGION is used as the target region for AWS SDK clients (SSM, S3, CloudWatch Logs), not just cluster metadata. Updated environment variable description and configmap example to reflect this.
1 parent 4746be7 commit 3e006a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

containers/devops-agent-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ContainerCreating, Unschedulable 같은 일시적 상태는 설정된 대기 시
8383
| 변수명 | 설명 | 기본값 |
8484
|--------|------|--------|
8585
| `EKS_CLUSTER_NAME` | EKS 클러스터 이름 | - |
86-
| `AWS_REGION` | AWS 리전 | `us-east-1` |
86+
| `AWS_REGION` | AWS 리전. SSM, S3, CloudWatch Logs 등 AWS SDK 클라이언트의 대상 리전으로 사용됩니다. 클러스터와 다른 리전의 S3 버킷이나 CloudWatch Logs 그룹을 사용하려면 해당 리전으로 지정하세요. Webhook 트리거시에는 페이로드 메타데이터에 정보성으로만 포함됩니다. | `us-east-1` |
8787
| `AWS_ACCOUNT_ID` | AWS 계정 ID | - |
8888

8989
### 출력 설정

containers/devops-agent-operator/examples/04-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ data:
1414
# Enable AWS SSM node log collection (requires IAM permissions)
1515
ENABLE_SSM_COLLECTION: "false"
1616
# AWS region for SSM and S3
17-
AWS_REGION: "us-east-1"
17+
AWS_REGION: "AWS_REGION"
1818
# Webhook timeout duration
1919
WEBHOOK_TIMEOUT: "30s"
2020
# Duration to prevent reprocessing the same failure

0 commit comments

Comments
 (0)