You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/live-events.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,33 +10,32 @@ import Image from "@theme/IdealImage";
10
10
11
11
Port's AWS integration supports real-time event processing, allowing for accurate representation of your AWS infrastructure inside Port. This guide explains how to set up live events for your AWS resources.
12
12
13
-
:::info Current Limitations
13
+
:::info Supported account type
14
14
Live events are currently only available for **Single account installations** (not multi-account).
15
15
:::
16
16
17
17
## Prerequisites
18
18
19
19
Before setting up live events, ensure you have:
20
20
21
-
-**AWS integration installed**: Complete the [AWS integration installation](./installation.md).
22
-
-**API Gateway setup**: The integration requires an API Gateway endpoint (automatically created with Terraform installation).
23
-
-**Port API key**: Your Port API key for authentication.
24
-
-**AWS permissions**: Ability to create EventBridge rules in your AWS account.
21
+
- Complete the [AWS integration installation](./installation.md).
22
+
- Your Port API key for authentication.
23
+
- Permissions to create EventBridge rules on your AWS account.
25
24
26
25
:::tip Terraform vs Manual Installation
27
26
-**Terraform users**: Use the provided Terraform module for automated setup.
28
27
-**Manual installation users**: Follow the AWS console setup steps.
29
28
:::
30
29
31
-
## How live events work
30
+
## Live-events flow
32
31
33
-
The live events flow follows these steps:
32
+
The live events flow is comprised of the following steps:
34
33
35
34
1.**AWS Services** generate events when resources change.
36
35
2.**CloudTrail** captures these events.
37
36
3.**EventBridge Rules** filter and route specific events.
38
37
4.**API Gateway** receives the events and forwards them to Port.
39
-
5.**Port Integration** processes the events and updates your software catalog.
38
+
5.Your **Port Integration** processes the events and updates your software catalog.
0 commit comments