-
Notifications
You must be signed in to change notification settings - Fork 60
feat: Add live events setup documentation for AWS integration #2844
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: Add live events setup documentation for AWS integration #2844
Conversation
This new document outlines the process for configuring live events in Port's AWS integration, including prerequisites, setup methods (Terraform and manual), testing procedures, and troubleshooting tips. It also details supported AWS services and resource types for real-time event processing.
7a7b3da
to
ceff42e
Compare
This pull request is automatically being deployed by Amplify Hosting (learn more). |
|
||
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. | ||
|
||
:::info Current Limitations |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this title implies that there are multiple limitations, while the content is very specific. Change this to something like "Supported account type"
|
||
## Prerequisites | ||
|
||
Before setting up live events, ensure you have: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not all of the points in the list are something you need to have, so just a small rewording here is needed.
- **Manual installation users**: Follow the AWS console setup steps. | ||
::: | ||
|
||
## How live events work |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## How live events work | |
## Live-events flow |
|
||
## How live events work | ||
|
||
The live events flow follows these steps: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The live events flow follows these steps: | |
The live events flow is comprised of the following steps: |
2. **CloudTrail** captures these events. | ||
3. **EventBridge Rules** filter and route specific events. | ||
4. **API Gateway** receives the events and forwards them to Port. | ||
5. **Port Integration** processes the events and updates your software catalog. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5. **Port Integration** processes the events and updates your software catalog. | |
5. Your **Port integration** processes the events and updates your software catalog. |
- **S3 Buckets** (`AWS::S3::Bucket`) | ||
- **CloudFormation Stacks** (`AWS::CloudFormation::Stack`) | ||
|
||
<h3>Adding custom resource types</h3> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<h3>Adding custom resource types</h3> | |
<h3>Add custom resource types</h3> |
</TabItem> | ||
<TabItem value="manual" label="Manual AWS Console Setup"> | ||
|
||
If you installed the AWS integration manually, follow these steps to create EventBridge rules in the AWS console. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you installed the AWS integration manually, follow these steps to create EventBridge rules in the AWS console. | |
If you installed the AWS integration manually, follow these steps to create EventBridge rules in the AWS console: |
|
||
:::info Default Terraform installation | ||
|
||
with support for three resource types by default: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix this sentence
This new document outlines the process for configuring live events in Port's AWS integration, including prerequisites, setup methods (Terraform and manual), testing procedures, and troubleshooting tips. It also details supported AWS services and resource types for real-time event processing.
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
Added docs pages
Please also include the path for the added docs
/
)/platform-overview/port-components/blueprint
)Updated docs pages
Please also include the path for the updated docs
/
)/platform-overview/port-components/blueprint
)