Skip to content

Commit 7e379d4

Browse files
committed
Address review comments
1 parent 798f3c9 commit 7e379d4

File tree

31 files changed

+100
-54
lines changed

31 files changed

+100
-54
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ For detailed information about the IAM role architecture and security model, see
4242
Port integrations use a [YAML mapping block](/build-your-software-catalog/customize-integrations/configure-mapping#configuration-structure) to ingest data from the third-party api into Port.
4343

4444
The mapping makes use of the [JQ JSON processor](https://stedolan.github.io/jq/manual/) to select, modify, concatenate, transform and perform other operations on existing fields and values from the integration API.
45-
::::info Property naming conventions
45+
:::info Property naming conventions
4646
The AWS Hosted by Port integration returns all resource properties in **PascalCase** (for example: `Arn`, `BucketName`, `CreationDate`). When writing mappings and JQ expressions, reference properties using PascalCasing as shown in the examples below.
47-
::::
47+
:::
4848

4949
### Default mapping configuration
5050

@@ -130,6 +130,6 @@ resources:
130130

131131
<MetricsAndSyncStatus/>
132132

133-
## Resource and Property Reference
133+
## Resource and property reference
134134

135-
Refer to the [Resource and Property Reference](./resource-and-property-reference/resource-and-property-reference.md) page for details on available AWS resources, their properties, and mapping examples.
135+
Refer to the [resource and property reference](./resource-and-property-reference/resource-and-property-reference.md) page for details on available AWS resources, their properties, and mapping examples.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,10 @@ You must run the multi-account installation from your AWS Organizations **manage
162162

163163
</Tabs>
164164

165+
:::info Region policy
166+
Configure which AWS regions are queried using `regionPolicy`. See [Querying resources from specific regions](./resource-and-property-reference/resource-and-property-reference.md#querying-resources-from-specific-regions).
167+
:::
168+
165169
## Troubleshooting
166170

167171
Common Installation Issue - CloudFormation Stack Creation Failures.

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-compute-cloud/amazon-elastic-compute-cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ import Ec2InstanceConfig from './aws-ec2-instance/_ec2_instance_port_app_config.
99

1010
The following example demonstrates how to ingest your AWS EC2 instances to Port.
1111

12-
#### EC2 Instance Supported Actions
12+
#### EC2 Instance supported actions
1313

1414
The table below summarizes the available actions for ingesting Amazon EC2 Instance resources in Port:
1515

1616
| Action | Description | Type | Required AWS Permission |
1717
|-----------------------------|------------------------------------------------------------|----------|--------------------------------|
18-
| **DescribeInstancesAction** | Discover EC2 instances and retrieve detailed configuration data. [Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html) | Default | `ec2:DescribeInstances` |
19-
| **GetInstanceStatusAction** | Retrieve instance status information. [Reference](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceStatus.html) | Optional | `ec2:DescribeInstanceStatus` |
18+
| [DescribeInstancesAction](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html) | Discover EC2 instances and retrieve detailed configuration data. | Default | `ec2:DescribeInstances` |
19+
| [GetInstanceStatusAction](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstanceStatus.html) | Retrieve instance status information. | Optional | `ec2:DescribeInstanceStatus` |
2020

2121
:::info Optional Properties Note
2222
Properties of optional actions will not appear in the response unless you explicitly include the action that provides them in your configuration.

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-compute-cloud/aws-ec2-instance/_ec2_instance_blueprint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<details>
2-
<summary><b>EC2 Instance Blueprint (Click to expand)</b></summary>
2+
<summary><b>EC2 Instance blueprint (click to expand)</b></summary>
33

44
```json showLineNumbers
55
{

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-compute-cloud/aws-ec2-instance/_ec2_instance_port_app_config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<details>
2-
<summary><b>EC2 Instance Mapping Configuration (Click to expand)</b></summary>
2+
<summary><b>EC2 Instance mapping configuration (click to expand)</b></summary>
33

44
```yaml showLineNumbers
55
resources:

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-container-service/amazon-elastic-container-service.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ import EcsServiceConfig from './aws-ecs-service/_ecs_service_port_app_config.mdx
1111

1212
The following example demonstrates how to ingest your AWS ECS clusters to Port.
1313

14-
#### ECS Cluster Supported Actions
14+
#### ECS Cluster supported actions
1515

1616
The table below summarizes the available actions for ingesting Amazon ECS Cluster resources in Port:
1717

1818
| Action | Description | Type | Required AWS Permission |
1919
|--------------------------|--------------------------------------------------------------------|---------|------------------------------------|
20-
| **DescribeClustersAction** | Discover ECS clusters and retrieve detailed configuration data. [Reference](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeClusters.html) | Default | `ecs:ListClusters`, `ecs:DescribeClusters` |
20+
| [DescribeClustersAction](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeClusters.html) | Discover ECS clusters and retrieve detailed configuration data. | Default | `ecs:ListClusters`, `ecs:DescribeClusters` |
2121

2222
:::info All properties available by default
2323
ECS clusters expose their key properties via the default DescribeClusters action.
@@ -36,13 +36,13 @@ You can use the following Port blueprint definitions and integration configurati
3636

3737
The following example demonstrates how to ingest your AWS ECS services to Port.
3838

39-
#### ECS Service Supported Actions
39+
#### ECS Service supported actions
4040

4141
The table below summarizes the available actions for ingesting Amazon ECS Service resources in Port:
4242

4343
| Action | Description | Type | Required AWS Permission |
4444
|-----------------------------|---------------------------------------------------------------------------------------------------------|----------|--------------------------------------|
45-
| **DescribeServicesAction** | Discover ECS services within your clusters and retrieve detailed configuration data. [Reference](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServices.html) | Default | `ecs:ListServices`, `ecs:DescribeServices` |
45+
| [DescribeServicesAction](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeServices.html) | Discover ECS services within your clusters and retrieve detailed configuration data. | Default | `ecs:ListServices`, `ecs:DescribeServices` |
4646

4747
:::info Optional Properties Note
4848
Properties of optional actions will not appear in the response unless you explicitly include the action that provides them in your configuration.

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-container-service/aws-ecs-cluster/_ecs_cluster_blueprint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<details>
2-
<summary><b>ECS Cluster Blueprint (Click to expand)</b></summary>
2+
<summary><b>ECS Cluster blueprint (click to expand)</b></summary>
33

44
```json showLineNumbers
55
{

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-container-service/aws-ecs-cluster/_ecs_cluster_port_app_config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<details>
2-
<summary><b>ECS Cluster Mapping Configuration (Click to expand)</b></summary>
2+
<summary><b>ECS Cluster mapping configuration (click to expand)</b></summary>
33

44
```yaml showLineNumbers
55
resources:

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-container-service/aws-ecs-service/_ecs_service_blueprint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<details>
2-
<summary><b>ECS Service Blueprint (Click to expand)</b></summary>
2+
<summary><b>ECS Service blueprint (click to expand)</b></summary>
33

44
```json showLineNumbers
55
{

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/resource-and-property-reference/amazon-elastic-container-service/aws-ecs-service/_ecs_service_port_app_config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<details>
2-
<summary><b>ECS Service Mapping Configuration (Click to expand)</b></summary>
2+
<summary><b>ECS Service mapping configuration (click to expand)</b></summary>
33

44
```yaml showLineNumbers
55
resources:

0 commit comments

Comments
 (0)