Skip to content

Commit 1de01ba

Browse files
committed
fix CR issue by Hadar
1 parent 9cf3953 commit 1de01ba

File tree

6 files changed

+12
-13
lines changed

6 files changed

+12
-13
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/Overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import MetricsAndSyncStatus from "/docs/build-your-software-catalog/sync-data-to
1010
# Overview
1111

1212
:::warning Beta Feature
13-
AWS Hosted by Port is currently in **beta mode** and is not yet available for all Port users. Contact your Port representative to request access to this integration.
13+
AWS Hosted by Port is currently in **beta mode** and is not yet available for all Port users. Contact Port's support team to get access to this integration.
1414
:::
1515

1616
Port's AWS Hosted by Port integration allows you to import your AWS resources into Port with **zero maintenance required**. The integration is fully hosted and managed by Port, providing a seamless experience for discovering and managing your AWS infrastructure.
@@ -37,9 +37,9 @@ The integration currently supports the following AWS resource types:
3737
We're actively working on adding support for additional AWS resource types to provide comprehensive coverage of your AWS infrastructure.
3838
:::
3939

40-
## Key advantages over standard AWS integration
40+
## Key advantages
4141

42-
AWS Hosted by Port provides several advantages over the standard AWS integration:
42+
AWS Hosted by Port provides several advantages over the [self-hosted AWS integration](/aws/installations/installation):
4343

4444
- **Fully hosted**: No infrastructure to maintain, update, or monitor.
4545
- **Simplified installation**: Just deploy CloudFormation templates to create IAM roles.

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ import TabItem from "@theme/TabItem";
88
# Installation
99

1010
:::warning Beta Feature
11-
AWS Hosted by Port is currently in **beta mode** and is not yet available for all Port users. Contact your Port representative to request access to this integration.
11+
AWS Hosted by Port is currently in **beta mode** and is not yet available for all Port users. Contact Port's support team to get access to this integration.
1212
:::
1313

14-
AWS Hosted by Port is available through **Port's Ocean SaaS platform**.
14+
AWS Hosted by Port is available through [Port's Ocean SaaS framework](https://ocean.getport.io/integrations-library/).
1515

1616
The installation process is simple - you only need to create IAM roles in your AWS accounts to grant the integration access to read your resources. The integration handles everything else automatically.
1717

1818
**How the integration works:**
1919

2020
AWS Hosted by Port runs on **Port's servers** and connects to your AWS accounts using **OIDC (OpenID Connect)** authentication. Here's how it works:
2121

22-
1. **You create IAM roles** in your AWS accounts using our CloudFormation templates.
22+
1. **You create IAM roles** in your AWS accounts using Port's CloudFormation templates.
2323
2. **Port's servers assume these roles** using OIDC to get temporary AWS credentials.
2424
3. **Port discovers your AWS resources** by calling AWS APIs with the assumed roles.
2525
4. **Port exports the resources** to your Port account in the software catalog.
@@ -62,18 +62,18 @@ For a single AWS account, you will deploy a CloudFormation stack that creates th
6262
- In the CloudFormation console, review the pre-configured parameters.
6363
- Scroll down to the bottom of the page.
6464
- Check the box that states **"I acknowledge that AWS CloudFormation might create IAM resources with custom names"**.
65-
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/AWS-CloudFormation-checkbox.png' width='100%' border='1px' />
65+
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/CloudFormationcheckbox.png' width='100%' border='1px' />
6666
- Click `Create Stack`.
6767

6868

6969
<h4>Step 3: Configure Integration in Port</h4>
7070

7171
- **Get the role ARN**:
7272
- Ensure the stack shows `CREATE_COMPLETE` status.
73-
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/CREATE_COMPLETE.png' width='60%' border='1px' />
73+
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/CreateCompleteStatus.png' width='60%' border='1px' />
7474
- After CloudFormation deployment completes, go to the **Outputs** tab.
7575
- Copy the value of **PortIntegrationRoleArn**.
76-
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/PortIntegreationRoleArn-value.png' width='90%' border='1px' />
76+
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/PortIntegreationRoleArnValue.png' width='90%' border='1px' />
7777
- Paste it into the **Account Role Arn** field in the Port integration form.
7878
- Click `Done`.
7979

@@ -134,7 +134,7 @@ You must run the multi-account installation from your AWS Organizations **manage
134134
- In the CloudFormation console, review the pre-configured parameters.
135135
- Scroll down to the bottom of the page.
136136
- Check the box **"I acknowledge that AWS CloudFormation might create IAM resources with custom names"**.
137-
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/AWS-CloudFormation-checkbox.png' width='100%' border='1px' />
137+
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/CloudFormationcheckbox.png' width='100%' border='1px' />
138138
- Click `Create Stack`.
139139

140140

@@ -143,7 +143,7 @@ You must run the multi-account installation from your AWS Organizations **manage
143143
- **Check StackSet status**:
144144
- Go to **CloudFormation****Stacks** in your management account.
145145
- Make sure your stack status is `CREATE_COMPLETE`.
146-
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/CREATE_COMPLETE.png' width='60%' border='1px' />
146+
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/CreateCompleteStatus.png' width='60%' border='1px' />
147147

148148
- **Verify IAM roles**:
149149
- Check that the IAM roles were created in each target account.
@@ -153,7 +153,7 @@ You must run the multi-account installation from your AWS Organizations **manage
153153
- **Get the role ARN**:
154154
- After CloudFormation deployment completes, go to the **Outputs** tab.
155155
- Copy the value of **PortIntegrationRoleArn**.
156-
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/PortIntegreationRoleArn-value.png' width='90%' border='1px' />
156+
<img src='/img/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws/PortIntegreationRoleArnValue.png' width='90%' border='1px' />
157157
- Paste it into the **Account Role Arn** field in the Port integration form.
158158
- Click `Done`.
159159

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Make sure you set up properly using our [Multiple Accounts guide](./multi_accoun
2323
:::
2424

2525
Choose one of the following installation methods:
26-
Not sure which method is right for your use case? Check the available [installation methods](/build-your-software-catalog/sync-data-to-catalog/#installation-methods).
2726

2827
<Tabs groupId="installation-platforms" queryString="installation-platforms" defaultValue="helm">
2928
<TabItem value="helm" label="Helm (Scheduled)">

0 commit comments

Comments
 (0)