

지원 종료 알림: 2026년 5월 20일에 AWS 에 대한 지원이 종료됩니다 AWS IoT Events. 2026년 5월 20일 이후에는 AWS IoT Events 콘솔 또는 AWS IoT Events 리소스에 더 이상 액세스할 수 없습니다. 자세한 내용은 [AWS IoT Events 지원 종료를 참조하세요](https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-end-of-support.html).

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

# 에서 경보에 응답 AWS IoT Events
<a name="respond-to-alarms"></a>

경보에 효과적으로 대응하는 것은를 사용하여 IoT 시스템을 관리하는 데 중요한 측면입니다 AWS IoT Events. 알림 채널 설정, 에스컬레이션 절차 정의, 자동 응답 작업 구현 등 경보를 구성하고 처리하는 다양한 방법을 살펴봅니다. 미묘한 경보 조건을 생성하고, 알림의 우선순위를 지정하고, 다른 AWS 서비스와 통합하여 IoT 애플리케이션을 위한 대응형 경보 관리 시스템을 구축하는 방법을 알아봅니다.

[승인 이동](https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-alarms.html#acknowledge-flow)이 활성화되면 경보 상태가 변경될 때 알림을 받습니다. 경보에 대응하려면 경보를 확인, 비활성화, 활성화, 재설정 또는 일시 중지할 수 있습니다.

------
#### [ Console ]

다음은 AWS IoT Events 콘솔에서 경보에 대응하는 방법을 보여줍니다.

1. [AWS IoT Events 콘솔](https://console.aws.amazon.com/iotevents/)에 로그인합니다.

1. 탐색 창에서 **경보 모델**을 선택합니다.

1. 대상 경보 모델을 선택합니다.

1. **경보 목록** 섹션에서 대상 경보를 선택합니다.

1. **작업**에서 다음 옵션 중 하나를 선택할 수 있습니다.
   + **승인** - 경보가 `ACKNOWLEDGED` 상태로 변경됩니다.
   + **비활성화** - 경보가 `DISABLED` 상태로 변경됩니다.
   + **활성화** - 경보가 `NORMAL` 상태로 변경됩니다.
   + **재설정** - 경보가 `NORMAL` 상태로 변경됩니다.
   + **스누즈** 후 다음을 수행하십시오.

     1. **스누즈 길이**를 선택하거나 **사용자 지정 스누즈 길이**를 입력합니다.

     1. **저장**을 선택합니다.

     경보가 `SNOOZE_DISABLED` 상태로 바뀝니다

   이러한 상태에 대한 자세한 내용은 [승인 이동](iotevents-alarms.md#acknowledge-flow)를 참조하십시오.

------
#### [ API ]

하나 이상의 경보에 응답하려면 다음 AWS IoT Events API 작업을 사용할 수 있습니다.
+ [BatchAcknowledgeAlarm](https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchAcknowledgeAlarm.html)
+ [BatchDisableAlarm](https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchDisableAlarm.html)
+ [BatchEnableAlarm](https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchEnableAlarm.html)
+ [BatchResetAlarm](https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchResetAlarm.html)
+ [BatchSnoozeAlarm](https://docs.aws.amazon.com/iotevents/latest/apireference/API_iotevents-data_BatchSnoozeAlarm.html)

------