사용법
배포부터 두 가지 사용 모드까지 핵심 흐름 요약.
1. 인프라 배포
Terraform
cd terraform
terraform init
terraform validate
terraform plan
terraform apply2. 대시보드 사용
- AI 비서 (/ai) — Bedrock Converse API + 5 tool
- 분석 (/analytics) — 모델별/부서별/사용자별 토큰 + 비용 트렌드
- 모니터링 (/monitoring) — EC2 메트릭 + Bedrock 사용량
- 보안 (/security) — IAM, DLP, DNS Firewall
- /admin/instances · tokens · budgets · limits · mcp · dlp — 관리자 운영 페이지
Bedrock 모델은 ap-northeast-2 inference profile 사용: Claude Opus 4.7 / 4.6 (1M context) / Sonnet 5 / Haiku 4.5.
3. 두 가지 개발환경 접속 모드
3-A. EC2-per-user DevEnv
- 대시보드의 내 환경 페이지에서 EC2 인스턴스 Start
- 6 단계 SSE 프로비저닝 (Cold ~30s, Hibernation resume ~5s)
- 할당된 서브도메인 ({subdomain}.dev.atomai.click) 접속
- 브라우저 VS Code (code-server) 실행
- 터미널에서 claude / kiro — Instance Profile 자격증명으로 Bedrock 직접 호출
3-B. Local Governance
# CLI 설치
curl -fsSL https://cconbedrock-dashboard.<domain>/tools/cc-bedrock-local.sh \
-o ~/.local/bin/cc-bedrock-local
chmod +x ~/.local/bin/cc-bedrock-local
# 로그인 + claude
cc-bedrock-local login
cc-bedrock-local claude