Skip to content

Commit 097bad4

Browse files
authored
Merge pull request #116626 from yelevin/yelevin/aws-cloudtrail-throttling
Added disclaimer on AWS CloudTrail throttling
2 parents 3caf4a2 + a51252c commit 097bad4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/sentinel/connect-aws.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ editor: ''
99
ms.service: azure-sentinel
1010
ms.subservice: azure-sentinel
1111
ms.devlang: na
12-
ms.topic: conceptual
12+
ms.topic: how-to
1313
ms.tgt_pltfrm: na
1414
ms.workload: na
15-
ms.date: 12/30/2019
15+
ms.date: 05/27/2020
1616
ms.author: yelevin
1717

1818
---
@@ -22,6 +22,9 @@ ms.author: yelevin
2222
Use the AWS connector to stream all your AWS CloudTrail events into Azure Sentinel. This connection process delegates access for Azure Sentinel to your AWS resource logs, creating a trust relationship between AWS CloudTrail and
2323
Azure Sentinel. This is accomplished on AWS by creating a role that gives permission to Azure Sentinel to access your AWS logs.
2424

25+
> [!NOTE]
26+
> AWS CloudTrail has [built-in limitations](https://docs.aws.amazon.com/awscloudtrail/latest/userguide/WhatIsCloudTrail-Limits.html) in its LookupEvents API. It allows no more than two transactions per second (TPS) per account, and each query can return a maximum of 50 records. Consequently, if a single tenant constantly generates more than 100 records per second in one region, backlogs and delays in data ingestion will result.
27+
2528
## Prerequisites
2629

2730
You must have write permission on the Azure Sentinel workspace.

0 commit comments

Comments
 (0)