Microsoft Defender for Cloud
Cloud and workloads

Connect a Microsoft Sentinel connected AWS account to Defender for Cloud

In brief

The documentation now explains how to configure CloudTrail ingestion for Defender for Cloud when the AWS account is already connected to Microsoft Sentinel, using an SNS fan-out pattern, a dedicated SQS queue, and the required permissions.

What Defender admins need to know

Administrators configuring this scenario can use the updated setup steps to send CloudTrail events to both services. No action is required otherwise.

Summaries are generated from the documentation change itself.

Documentation change

The comparison below shows only the changed extract. Use the full-page view for complete context.

To complete the procedures in this article, you need:

Create an Amazon SNS topic for CloudTrail

Create an Amazon SNS topic to distribute CloudTrail event notifications to multiple subscribers.

  1. In the AWS Management Console, open Amazon SNS.

  2. Select Create topic and choose Standard.

Create an SQS queue for Defender for Cloud

Create a dedicated SQS queue that Defender for Cloud uses to receive CloudTrail event notifications from the SNS topic.

  1. In Amazon SQS, select Create queue and choose Standard.

  2. Enter a name (for example, DefenderForCloud-SQS) and create the queue.

    • The SQS queue used by Microsoft Sentinel
    • The SQS queue created for Defender for Cloud

    Use the following policy statement to grant the SNS topic permission to send messages to the SQS queue. Replace <region>, <accountid>, and <QUEUE_NAME> with your values:

    {
      "Sid": "AllowCloudTrailSnsToSendMessage",
    
  3. Navigate to the Configure access page in Defender for Cloud.

  4. Follow the Create a Stack in AWSCreate a Stack in AWS instructions, and use the template you saved locally.

    :::image type="content" source="media/sentinel-connected-aws/create-stack.png" alt-text="Screenshot that shows where the create stack instructions are located." lightbox="media/sentinel-connected-aws/create-stack.png":::