|
| 1 | +--- |
| 2 | +sidebar_position: 4 |
| 3 | +--- |
| 4 | + |
| 5 | +import AccountInfoBlueprint from './examples/account_info/_account_info_blueprint.mdx' |
| 6 | +import AccountInfoConfig from './examples/account_info/_account_info_port_app_config.mdx' |
| 7 | +import S3BucketBlueprint from './examples/s3/buckets/_s3_bucket_blueprint.mdx' |
| 8 | +import S3PortAppConfig from './examples/s3/buckets/_s3_bucket_port_app_config.mdx' |
| 9 | +import S3BucketProperties from './examples/s3/buckets/_s3_bucket_properties.mdx' |
| 10 | +import EcsClusterBlueprint from './examples/ecs/clusters/_ecs_cluster_blueprint.mdx' |
| 11 | +import EcsClusterConfig from './examples/ecs/clusters/_ecs_cluster_port_app_config.mdx' |
| 12 | +import EcsClusterProperties from './examples/ecs/clusters/_ecs_cluster_properties.mdx' |
| 13 | +import Ec2InstanceBlueprint from './examples/ec2/instances/_ec2_instance_blueprint.mdx' |
| 14 | +import Ec2InstanceConfig from './examples/ec2/instances/_ec2_instance_port_app_config.mdx' |
| 15 | +import Ec2InstanceProperties from './examples/ec2/instances/_ec2_instance_properties.mdx' |
| 16 | +import OrganizationsAccountBlueprint from './examples/organizations/accounts/_organizations_accounts_blueprint.mdx' |
| 17 | +import OrganizationsAccountConfig from './examples/organizations/accounts/_organizations_accounts_port_app_config.mdx' |
| 18 | +import OrganizationsAccountProperties from './examples/organizations/accounts/_organizations_accounts_properties.mdx' |
| 19 | + |
| 20 | +# Examples |
| 21 | + |
| 22 | +This page contains practical examples for mapping AWS resources to Port using AWS Hosted by Port. |
| 23 | + |
| 24 | +These examples demonstrate how to create blueprints and configure mappings to ingest your AWS infrastructure into your Port software catalog. |
| 25 | + |
| 26 | +## AWS Account |
| 27 | + |
| 28 | +### AccountInfo |
| 29 | + |
| 30 | +The following example demonstrates how to ingest your AWS Account information to Port. |
| 31 | + |
| 32 | +You can use the following Port blueprint definitions and integration configuration: |
| 33 | + |
| 34 | +<AccountInfoBlueprint/> |
| 35 | + |
| 36 | +<AccountInfoConfig/> |
| 37 | + |
| 38 | +## AWS Organizations |
| 39 | + |
| 40 | +### Organizations Accounts |
| 41 | + |
| 42 | +The following example demonstrates how to ingest your AWS Organizations Accounts to Port. |
| 43 | + |
| 44 | +You can use the following Port blueprint definitions and integration configuration: |
| 45 | + |
| 46 | +<OrganizationsAccountBlueprint/> |
| 47 | + |
| 48 | +<OrganizationsAccountConfig/> |
| 49 | + |
| 50 | +You can reference any of the following Organizations Account properties in your mapping configuration: |
| 51 | + |
| 52 | +<OrganizationsAccountProperties/> |
| 53 | + |
| 54 | +For more details about Organizations Account properties, refer to the [AWS Organizations API documentation](https://docs.aws.amazon.com/organizations/latest/APIReference/API_DescribeAccount.html). |
| 55 | + |
| 56 | +## Amazon S3 |
| 57 | + |
| 58 | +### S3 buckets |
| 59 | + |
| 60 | +The following example demonstrates how to ingest your AWS S3 buckets to Port. |
| 61 | + |
| 62 | +You can use the following Port blueprint definitions and integration configuration: |
| 63 | + |
| 64 | +<S3BucketBlueprint/> |
| 65 | + |
| 66 | +<S3PortAppConfig/> |
| 67 | + |
| 68 | +You can reference any of the following S3 bucket properties in your mapping configuration: |
| 69 | + |
| 70 | +<S3BucketProperties/> |
| 71 | + |
| 72 | +For more details about S3 bucket properties, refer to the [AWS S3 API documentation](https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListBuckets.html). |
| 73 | + |
| 74 | +## Amazon ECS |
| 75 | + |
| 76 | +### ECS clusters |
| 77 | + |
| 78 | +The following example demonstrates how to ingest your AWS ECS clusters to Port. |
| 79 | + |
| 80 | +You can use the following Port blueprint definitions and integration configuration: |
| 81 | + |
| 82 | +<EcsClusterBlueprint/> |
| 83 | + |
| 84 | +<EcsClusterConfig/> |
| 85 | + |
| 86 | +You can reference any of the following ECS cluster properties in your mapping configuration: |
| 87 | + |
| 88 | +<EcsClusterProperties/> |
| 89 | + |
| 90 | +For more details about ECS cluster properties, refer to the [AWS ECS API documentation](https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_DescribeClusters.html). |
| 91 | + |
| 92 | +## Amazon EC2 |
| 93 | + |
| 94 | +### EC2 instances |
| 95 | + |
| 96 | +The following example demonstrates how to ingest your AWS EC2 instances to Port. |
| 97 | + |
| 98 | +You can use the following Port blueprint definitions and integration configuration: |
| 99 | + |
| 100 | +<Ec2InstanceBlueprint/> |
| 101 | + |
| 102 | +<Ec2InstanceConfig/> |
| 103 | + |
| 104 | +You can reference any of the following EC2 instance properties in your mapping configuration: |
| 105 | + |
| 106 | +<Ec2InstanceProperties/> |
| 107 | + |
| 108 | +For more details about EC2 instance properties, refer to the [AWS EC2 API documentation](https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html). |
| 109 | + |
| 110 | +:::info More resource types coming soon |
| 111 | +We're actively working on adding support for additional AWS resource types to provide comprehensive coverage of your AWS infrastructure. |
| 112 | +::: |
0 commit comments