

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

# SNS 주제 구독에 대한 지침
<a name="sns-guidance"></a>

SNS 주제를 구독하면 AWS Control Tower 환경에 대한 정보를 얻을 수 있습니다.

**참고**  
AWS Control Tower는 LZ4.0\+의 모든 고객에 대해 SNS 주제로 드리프트 알림 전송을 중지합니다.
+ `aws-controltower-AllConfigNotifications` SNS 주제는 규정 준수 알림 및 Amazon CloudWatch 이벤트 알림을 AWS Config포함하여에서 게시한 모든 이벤트를 수신합니다. 예를 들어 이 주제에서는 제어 위반이 발생했는지 여부를 알려줍니다. 또한 다른 유형의 이벤트에 대한 정보도 제공합니다. (이 주제가 구성될 때 게시되는 내용에 대해서는 [AWS Config](https://docs.aws.amazon.com//config/latest/developerguide/notifications-for-AWS-Config.html)에서 자세히 알아보세요.) 
+ `aws-controltower-BaselineCloudTrail` 추적의 [데이터 이벤트](https://docs.aws.amazon.com//awscloudtrail/latest/userguide/logging-data-events-with-cloudtrail.html?icmpid=docs_cloudtrail_console#logging-data-events)는 `aws-controltower-AllConfigNotifications` SNS 주제에도 게시하도록 설정되어 있습니다.
+ 자세한 규정 준수 알림을 받으려면 `aws-controltower-AllConfigNotifications` SNS 주제를 구독하는 것이 좋습니다. 이 주제에서는 모든 하위 계정의 규정 준수 알림을 집계합니다.
+ 규정 준수 알림을 비롯하여 드리프트 알림 및 기타 알림을 받으면서도 전체적으로 알림의 수를 줄이고 싶다면 `aws-controltower-AggregateSecurityNotifications` SNS 주제를 구독하는 것이 좋습니다.
+ AWS Control Tower Account Factory for Terraform(AFT) 오류에 대한 알림을 받으려는 경우에는 AFT 리포지토리에 표시된 [https://github.com/aws-ia/terraform-aws-control_tower_account_factory/blob/0f2caea57e37a1a58dc305e2f342e9c28aeb9c41/modules/aft-account-request-framework/sns.tf](https://github.com/aws-ia/terraform-aws-control_tower_account_factory/blob/0f2caea57e37a1a58dc305e2f342e9c28aeb9c41/modules/aft-account-request-framework/sns.tf)라는 SNS 주제를 구독하면 됩니다. 예제:

  ```
  resource "aws_sns_topic" "aft_failure_notifications" {
      name = "aft-failure-notifications"
      kms_master_key_id = "alias/aws/sns"
  }
  ```
+ 모든 SNS 주제는 디스크 암호화로 저장 시 암호화됩니다. 자세한 내용은 [데이터 암호화](https://docs.aws.amazon.com//sns/latest/dg/sns-data-encryption.html) 섹션을 참조하세요.

SNS 주제 및 규정 준수에 대한 자세한 내용은 [방지 및 알림](https://docs.aws.amazon.com//controltower/latest/userguide/prevention-and-notification.html) 섹션을 참조하세요.