Skip to content

Commit a157180

Browse files
committed
Attend the CR comments
1 parent f2fcc13 commit a157180

File tree

1 file changed

+10
-11
lines changed
  • docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations

1 file changed

+10
-11
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/installations/live-events.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,32 @@ import Image from "@theme/IdealImage";
1010

1111
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.
1212

13-
:::info Current Limitations
13+
:::info Supported account type
1414
Live events are currently only available for **Single account installations** (not multi-account).
1515
:::
1616

1717
## Prerequisites
1818

1919
Before setting up live events, ensure you have:
2020

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.
2524

2625
:::tip Terraform vs Manual Installation
2726
- **Terraform users**: Use the provided Terraform module for automated setup.
2827
- **Manual installation users**: Follow the AWS console setup steps.
2928
:::
3029

31-
## How live events work
30+
## Live-events flow
3231

33-
The live events flow follows these steps:
32+
The live events flow is comprised of the following steps:
3433

3534
1. **AWS Services** generate events when resources change.
3635
2. **CloudTrail** captures these events.
3736
3. **EventBridge Rules** filter and route specific events.
3837
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.
4039

4140
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/live-events-diagram.svg' width='50%' border='1px' />
4241
<br></br>
@@ -56,7 +55,7 @@ The default Terraform module supports live events for these resource types:
5655
- **S3 Buckets** (`AWS::S3::Bucket`)
5756
- **CloudFormation Stacks** (`AWS::CloudFormation::Stack`)
5857

59-
<h3>Adding custom resource types</h3>
58+
<h3>Add custom resource types</h3>
6059

6160
To add live events for additional resource types (like SSM Parameters), use the `aws_event_rule` module:
6261

@@ -106,7 +105,7 @@ module "aws_event_rule" {
106105
</TabItem>
107106
<TabItem value="manual" label="Manual AWS Console Setup">
108107

109-
If you installed the AWS integration manually, follow these steps to create EventBridge rules in the AWS console.
108+
If you installed the AWS integration manually, follow these steps to create EventBridge rules in the AWS console:
110109

111110
<h3>Step 1: Create a rule</h3>
112111

@@ -194,7 +193,7 @@ To add live events for additional AWS services, follow these steps:
194193

195194
:::info Default Terraform installation
196195

197-
with support for three resource types by default:
196+
The default setup comes preconfigured with support for three AWS resource types:
198197
- `EC2 Instances`.
199198
- `S3 Buckets`.
200199
- `CloudFormation Stacks`.

0 commit comments

Comments
 (0)