-
Notifications
You must be signed in to change notification settings - Fork 60
Aws V3 Documentation #2960
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
Open
mk-armah
wants to merge
27
commits into
main
Choose a base branch
from
aws-v3-documentation-PORT-16286
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+924
−619
Open
Aws V3 Documentation #2960
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
98d7d0d
feat(aws-v3): add SQS queue example documentation
shariff-6 9a6d937
Update sqs mapping
shariff-6 08a3721
Merge branch 'main' into PORT-16518-AWS-SQS-Queue-Kind
shariff-6 b921002
Merge branch 'main' into PORT-16518-AWS-SQS-Queue-Kind
shariff-6 18eeb38
Merge branch 'main' into PORT-16518-AWS-SQS-Queue-Kind
mk-armah 7648e25
Merge branch 'main' into PORT-16518-AWS-SQS-Queue-Kind
mk-armah acb942e
Merge branch 'main' into PORT-16518-AWS-SQS-Queue-Kind
mk-armah 8827255
Refactor documentation structure
mk-armah 06c6050
Cleanup code
mk-armah d994cf0
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah 5210b1d
Talk about actions
mk-armah 9b5cadf
Merge branch 'aws-v3-documentation-PORT-16286' of github.com:port-lab…
mk-armah 2bd0bb6
Fix links
mk-armah 94e16c9
Revert changes made to guide-metadata.json
mk-armah 2813d71
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah 5df5a80
remove advanced
mk-armah 6d7a435
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah 6820806
Merge branch 'aws-v3-documentation-PORT-16286' of github.com:port-lab…
mk-armah b8a0af5
Add more service
mk-armah 9a2608d
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah 1e45973
Add account info
mk-armah a457ec0
Merge branch 'aws-v3-documentation-PORT-16286' of github.com:port-lab…
mk-armah fa2b9c9
Remove unlisted tag
mk-armah dfd275d
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah 521e788
Merge branch 'main' into aws-v3-documentation-PORT-16286
mk-armah d36e44f
Update docs/build-your-software-catalog/sync-data-to-catalog/cloud-pr…
mk-armah 49edf94
Update docs/build-your-software-catalog/sync-data-to-catalog/cloud-pr…
mk-armah File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -22,16 +22,6 @@ Easily fill your software catalog with data directly from your AWS Organization, | |||||
| - Use relations to create complete, easily digestible views of your AWS infrastructure inside Port. | ||||||
| - Enjoy a fully managed experience with no infrastructure to maintain or updates to apply. | ||||||
|
|
||||||
| ## Supported resources | ||||||
|
|
||||||
| The integration currently supports the following AWS resource types: | ||||||
| - `S3 Buckets`: Complete bucket information including properties, tags, and metadata. | ||||||
| - `ECS Clusters`: Cluster details, services, and task definitions. | ||||||
| - `EC2 Instances`: Instance information, security groups, and networking details. | ||||||
|
|
||||||
| :::info More Resource Types Coming Soon | ||||||
| We're actively working on adding support for additional AWS resource types to provide comprehensive coverage of your AWS infrastructure. | ||||||
| ::: | ||||||
|
|
||||||
| ## Key advantages | ||||||
|
|
||||||
|
|
@@ -52,6 +42,9 @@ For detailed information about the IAM role architecture and security model, see | |||||
| 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. | ||||||
|
|
||||||
| 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. | ||||||
| ::::info Property naming conventions | ||||||
| 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. | ||||||
| :::: | ||||||
|
|
||||||
| ### Default mapping configuration | ||||||
|
|
||||||
|
|
@@ -137,6 +130,6 @@ resources: | |||||
|
|
||||||
| <MetricsAndSyncStatus/> | ||||||
|
|
||||||
| ## Advanced | ||||||
| ## Resource and Property Reference | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| Refer to the [Advanced configuration](./advanced.md) page for advanced use cases and examples. | ||||||
| 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. | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
84 changes: 0 additions & 84 deletions
84
...d-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/advanced.md
This file was deleted.
Oops, something went wrong.
112 changes: 0 additions & 112 deletions
112
...d-your-software-catalog/sync-data-to-catalog/cloud-providers/aws-v3/examples.md
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Suggestion: Fix admonition syntax and casing