자동화 모니터링 - AWS Systems Manager

자동화 모니터링

지표는 Amazon CloudWatch의 기본 개념입니다. 지표는 CloudWatch에 게시된 시간 순서별 데이터 요소 집합을 나타냅니다. 지표는 모니터링할 변수로, 데이터 요소는 시간에 따른 변수의 값을 나타내는 것으로 간주합니다.

Automation은 AWS Systems Manager의 기능입니다. Systems Manager는 Automation 사용에 대한 지표를 CloudWatch에 게시합니다. 이를 통해 해당 지표를 기반으로 경보를 설정할 수 있습니다.

CloudWatch 콘솔에서 Automation 지표 보기
  1. https://console.aws.amazon.com/cloudwatch/에서 CloudWatch 콘솔을 엽니다.

  2. 탐색 창에서 지표를 선택합니다.

  3. SSM을 선택합니다.

  4. 지표(Metrics) 탭에서 사용량(Usage)을 선택한 다음 AWS 리소스별(By Resource)을 선택합니다.

  5. 지표 목록 근처의 검색 상자에 SSM을 입력합니다.

AWS CLI를 사용하여 Automation 지표 보기

명령 프롬프트를 열고 다음 명령을 사용합니다.

aws cloudwatch list-metrics \ --namespace "AWS/Usage"

Automation 지표

Systems Manager는 다음 Automation 지표를 CloudWatch로 전송합니다.

지표 설명
ConcurrentAutomationUsage 현재 AWS 계정과 AWS 리전에서 동시에 실행 중인 자동화 수입니다.
QueuedAutomationUsage 시작되지 않고 Pending 상태이며 대기 중인 자동화의 수입니다.

CloudWatch 지표 작업에 대한 자세한 내용은 Amazon CloudWatch User Guide의 다음 주제를 참조하세요.