AWS CloudWatch log group deleted

이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

Goal

Detect when a CloudWatch Log Group is deleted.

Strategy

Detect a successful @evt.name:DeleteLogGroup event.

Triage and response

  1. Ensure that the {{@requestParameters.logGroupName}} log group is not used for auditing or security purposes.
  2. If it is then:
    • Ensure that the user: {{@userIdentity.session_name}} should be making this API call to your {{env}} environment.
    • Consider adding to the allowlist the log group name: {{@requestParameters.logGroupName}} through a suppression list.
  3. If not, begin your company’s IR process and investigate.

Changelog

11 October 2022 - updated severity.

PREVIEWING: aliciascott/DOCS-9725-Cloudcraft