├── .devcontainer ├── README.md ├── config.yaml ├── devcontainer.json └── post-create.sh ├── .github ├── ISSUE_TEMPLATE │ ├── bug_report.md │ ├── feature_request.md │ └── question.md ├── actions │ └── .keep ├── pull_request_template.md └── workflows │ ├── build.yml │ ├── codeql-analysis.yml │ ├── hygiene.yml │ ├── publish.yml │ └── release.yml ├── .gitignore ├── .gitmodules ├── .pre-commit-config.yaml ├── .vscode ├── launch.json └── tasks.json ├── CHANGELOG.md ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── Makefile ├── NOTICE ├── README.md ├── SECURITY.md ├── aws-auto-inventory-unified-architecture.md ├── aws_auto_inventory ├── __init__.py ├── cli.py ├── config │ ├── __init__.py │ ├── loader.py │ ├── models.py │ └── validator.py ├── core │ ├── __init__.py │ ├── aws_client.py │ ├── organization.py │ ├── region.py │ ├── scan_engine.py │ └── service.py └── utils │ ├── __init__.py │ ├── logging.py │ └── threading.py ├── doc ├── habits.yaml ├── logo.png ├── logo.svg └── screenshots │ └── 1.png ├── examples ├── config_example.json ├── config_example.yaml └── config_organization_example.yaml ├── organization_scanner.py ├── requirements-and-versions.txt ├── requirements.txt ├── scan.py ├── scan └── sample │ ├── all_services.json │ ├── list_emr_clusters_id_name.json │ ├── list_of_bucket_names.json │ ├── running_ec2.json │ ├── running_ec2_names.json │ ├── s3_buckets.json │ ├── services │ ├── accessanalyzer.json │ ├── account.json │ ├── acm-pca.json │ ├── acm.json │ ├── alexaforbusiness.json │ ├── amp.json │ ├── amplify.json │ ├── amplifybackend.json │ ├── amplifyuibuilder.json │ ├── apigateway.json │ ├── apigatewaymanagementapi.json │ ├── apigatewayv2.json │ ├── appconfig.json │ ├── appconfigdata.json │ ├── appfabric.json │ ├── appflow.json │ ├── appintegrations.json │ ├── application-autoscaling.json │ ├── application-insights.json │ ├── applicationcostprofiler.json │ ├── appmesh.json │ ├── apprunner.json │ ├── appstream.json │ ├── appsync.json │ ├── arc-zonal-shift.json │ ├── athena.json │ ├── auditmanager.json │ ├── autoscaling-plans.json │ ├── autoscaling.json │ ├── backup-gateway.json │ ├── backup.json │ ├── backupstorage.json │ ├── batch.json │ ├── billingconductor.json │ ├── braket.json │ ├── budgets.json │ ├── ce.json │ ├── chime-sdk-identity.json │ ├── chime-sdk-media-pipelines.json │ ├── chime-sdk-meetings.json │ ├── chime-sdk-messaging.json │ ├── chime-sdk-voice.json │ ├── chime.json │ ├── cleanrooms.json │ ├── cloud9.json │ ├── cloudcontrol.json │ ├── clouddirectory.json │ ├── cloudformation.json │ ├── cloudfront.json │ ├── cloudhsm.json │ ├── cloudhsmv2.json │ ├── cloudsearch.json │ ├── cloudsearchdomain.json │ ├── cloudtrail-data.json │ ├── cloudtrail.json │ ├── cloudwatch.json │ ├── codeartifact.json │ ├── codebuild.json │ ├── codecatalyst.json │ ├── codecommit.json │ ├── codedeploy.json │ ├── codeguru-reviewer.json │ ├── codeguru-security.json │ ├── codeguruprofiler.json │ ├── codepipeline.json │ ├── codestar-connections.json │ ├── codestar-notifications.json │ ├── codestar.json │ ├── cognito-identity.json │ ├── cognito-idp.json │ ├── cognito-sync.json │ ├── comprehend.json │ ├── comprehendmedical.json │ ├── compute-optimizer.json │ ├── config.json │ ├── connect-contact-lens.json │ ├── connect.json │ ├── connectcampaigns.json │ ├── connectcases.json │ ├── connectparticipant.json │ ├── controltower.json │ ├── cur.json │ ├── customer-profiles.json │ ├── databrew.json │ ├── dataexchange.json │ ├── datapipeline.json │ ├── datasync.json │ ├── dax.json │ ├── detective.json │ ├── devicefarm.json │ ├── devops-guru.json │ ├── directconnect.json │ ├── discovery.json │ ├── dlm.json │ ├── dms.json │ ├── docdb-elastic.json │ ├── docdb.json │ ├── drs.json │ ├── ds.json │ ├── dynamodb.json │ ├── dynamodbstreams.json │ ├── ebs.json │ ├── ec2-instance-connect.json │ ├── ec2.json │ ├── ecr-public.json │ ├── ecr.json │ ├── ecs.json │ ├── efs.json │ ├── eks.json │ ├── elastic-inference.json │ ├── elasticache.json │ ├── elasticbeanstalk.json │ ├── elastictranscoder.json │ ├── elb.json │ ├── elbv2.json │ ├── emr-containers.json │ ├── emr-serverless.json │ ├── emr.json │ ├── entityresolution.json │ ├── es.json │ ├── events.json │ ├── evidently.json │ ├── finspace-data.json │ ├── finspace.json │ ├── firehose.json │ ├── fis.json │ ├── fms.json │ ├── forecast.json │ ├── forecastquery.json │ ├── frauddetector.json │ ├── fsx.json │ ├── gamelift.json │ ├── gamesparks.json │ ├── glacier.json │ ├── globalaccelerator.json │ ├── glue.json │ ├── grafana.json │ ├── greengrass.json │ ├── greengrassv2.json │ ├── groundstation.json │ ├── guardduty.json │ ├── health.json │ ├── healthlake.json │ ├── honeycode.json │ ├── iam.json │ ├── identitystore.json │ ├── imagebuilder.json │ ├── importexport.json │ ├── inspector.json │ ├── inspector2.json │ ├── internetmonitor.json │ ├── iot-data.json │ ├── iot-jobs-data.json │ ├── iot-roborunner.json │ ├── iot.json │ ├── iot1click-devices.json │ ├── iot1click-projects.json │ ├── iotanalytics.json │ ├── iotdeviceadvisor.json │ ├── iotevents-data.json │ ├── iotevents.json │ ├── iotfleethub.json │ ├── iotfleetwise.json │ ├── iotsecuretunneling.json │ ├── iotsitewise.json │ ├── iotthingsgraph.json │ ├── iottwinmaker.json │ ├── iotwireless.json │ ├── ivs-realtime.json │ ├── ivs.json │ ├── ivschat.json │ ├── kafka.json │ ├── kafkaconnect.json │ ├── kendra-ranking.json │ ├── kendra.json │ ├── keyspaces.json │ ├── kinesis-video-archived-media.json │ ├── kinesis-video-media.json │ ├── kinesis-video-signaling.json │ ├── kinesis-video-webrtc-storage.json │ ├── kinesis.json │ ├── kinesisanalytics.json │ ├── kinesisanalyticsv2.json │ ├── kinesisvideo.json │ ├── kms.json │ ├── lakeformation.json │ ├── lambda.json │ ├── lex-models.json │ ├── lex-runtime.json │ ├── lexv2-models.json │ ├── lexv2-runtime.json │ ├── license-manager-linux-subscriptions.json │ ├── license-manager-user-subscriptions.json │ ├── license-manager.json │ ├── lightsail.json │ ├── location.json │ ├── logs.json │ ├── lookoutequipment.json │ ├── lookoutmetrics.json │ ├── lookoutvision.json │ ├── m2.json │ ├── machinelearning.json │ ├── macie.json │ ├── macie2.json │ ├── managedblockchain-query.json │ ├── managedblockchain.json │ ├── marketplace-catalog.json │ ├── marketplace-entitlement.json │ ├── marketplacecommerceanalytics.json │ ├── mediaconnect.json │ ├── mediaconvert.json │ ├── medialive.json │ ├── mediapackage-vod.json │ ├── mediapackage.json │ ├── mediapackagev2.json │ ├── mediastore-data.json │ ├── mediastore.json │ ├── mediatailor.json │ ├── medical-imaging.json │ ├── memorydb.json │ ├── meteringmarketplace.json │ ├── mgh.json │ ├── mgn.json │ ├── migration-hub-refactor-spaces.json │ ├── migrationhub-config.json │ ├── migrationhuborchestrator.json │ ├── migrationhubstrategy.json │ ├── mobile.json │ ├── mq.json │ ├── mturk.json │ ├── mwaa.json │ ├── neptune.json │ ├── network-firewall.json │ ├── networkmanager.json │ ├── nimble.json │ ├── oam.json │ ├── omics.json │ ├── opensearch.json │ ├── opensearchserverless.json │ ├── opsworks.json │ ├── opsworkscm.json │ ├── organizations.json │ ├── osis.json │ ├── outposts.json │ ├── panorama.json │ ├── payment-cryptography-data.json │ ├── payment-cryptography.json │ ├── personalize-events.json │ ├── personalize-runtime.json │ ├── personalize.json │ ├── pi.json │ ├── pinpoint-email.json │ ├── pinpoint-sms-voice-v2.json │ ├── pinpoint-sms-voice.json │ ├── pinpoint.json │ ├── pipes.json │ ├── polly.json │ ├── pricing.json │ ├── privatenetworks.json │ ├── proton.json │ ├── qldb-session.json │ ├── qldb.json │ ├── quicksight.json │ ├── ram.json │ ├── rbin.json │ ├── rds-data.json │ ├── rds.json │ ├── redshift-data.json │ ├── redshift-serverless.json │ ├── redshift.json │ ├── rekognition.json │ ├── resiliencehub.json │ ├── resource-explorer-2.json │ ├── resource-groups.json │ ├── resourcegroupstaggingapi.json │ ├── robomaker.json │ ├── rolesanywhere.json │ ├── route53-recovery-cluster.json │ ├── route53-recovery-control-config.json │ ├── route53-recovery-readiness.json │ ├── route53.json │ ├── route53domains.json │ ├── route53resolver.json │ ├── rum.json │ ├── s3.json │ ├── s3control.json │ ├── s3outposts.json │ ├── sagemaker-a2i-runtime.json │ ├── sagemaker-edge.json │ ├── sagemaker-featurestore-runtime.json │ ├── sagemaker-geospatial.json │ ├── sagemaker-metrics.json │ ├── sagemaker-runtime.json │ ├── sagemaker.json │ ├── savingsplans.json │ ├── scheduler.json │ ├── schemas.json │ ├── sdb.json │ ├── secretsmanager.json │ ├── securityhub.json │ ├── securitylake.json │ ├── serverlessrepo.json │ ├── service-quotas.json │ ├── servicecatalog-appregistry.json │ ├── servicecatalog.json │ ├── servicediscovery.json │ ├── ses.json │ ├── sesv2.json │ ├── shield.json │ ├── signer.json │ ├── simspaceweaver.json │ ├── sms-voice.json │ ├── sms.json │ ├── snow-device-management.json │ ├── snowball.json │ ├── sns.json │ ├── sqs.json │ ├── ssm-contacts.json │ ├── ssm-incidents.json │ ├── ssm-sap.json │ ├── ssm.json │ ├── sso-admin.json │ ├── sso-oidc.json │ ├── sso.json │ ├── stepfunctions.json │ ├── storagegateway.json │ ├── sts.json │ ├── support-app.json │ ├── support.json │ ├── swf.json │ ├── synthetics.json │ ├── textract.json │ ├── timestream-query.json │ ├── timestream-write.json │ ├── tnb.json │ ├── transcribe.json │ ├── transfer.json │ ├── translate.json │ ├── verifiedpermissions.json │ ├── voice-id.json │ ├── vpc-lattice.json │ ├── waf-regional.json │ ├── waf.json │ ├── wafv2.json │ ├── wellarchitected.json │ ├── wisdom.json │ ├── workdocs.json │ ├── worklink.json │ ├── workmail.json │ ├── workmailmessageflow.json │ ├── workspaces-web.json │ ├── workspaces.json │ └── xray.json │ └── tagged_emrs.json ├── scan_builder.py ├── setup.py ├── test_requirements.txt └── tests ├── __init__.py ├── conftest.py ├── test_api_calls.py ├── test_config ├── __init__.py └── test_loader.py ├── test_core └── __init__.py ├── test_organization.py ├── test_organization_scanner.py ├── test_output └── __init__.py ├── test_role_assumption.py └── test_service_scanning.py /.devcontainer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.devcontainer/README.md -------------------------------------------------------------------------------- /.devcontainer/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.devcontainer/config.yaml -------------------------------------------------------------------------------- /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.devcontainer/post-create.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.devcontainer/post-create.sh -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/feature_request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.github/ISSUE_TEMPLATE/feature_request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/question.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.github/ISSUE_TEMPLATE/question.md -------------------------------------------------------------------------------- /.github/actions/.keep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /.github/workflows/codeql-analysis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.github/workflows/codeql-analysis.yml -------------------------------------------------------------------------------- /.github/workflows/hygiene.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.github/workflows/hygiene.yml -------------------------------------------------------------------------------- /.github/workflows/publish.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.github/workflows/publish.yml -------------------------------------------------------------------------------- /.github/workflows/release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.github/workflows/release.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.gitmodules -------------------------------------------------------------------------------- /.pre-commit-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.pre-commit-config.yaml -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/Makefile -------------------------------------------------------------------------------- /NOTICE: -------------------------------------------------------------------------------- 1 | Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/SECURITY.md -------------------------------------------------------------------------------- /aws-auto-inventory-unified-architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws-auto-inventory-unified-architecture.md -------------------------------------------------------------------------------- /aws_auto_inventory/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/__init__.py -------------------------------------------------------------------------------- /aws_auto_inventory/cli.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/cli.py -------------------------------------------------------------------------------- /aws_auto_inventory/config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aws_auto_inventory/config/loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/config/loader.py -------------------------------------------------------------------------------- /aws_auto_inventory/config/models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/config/models.py -------------------------------------------------------------------------------- /aws_auto_inventory/config/validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/config/validator.py -------------------------------------------------------------------------------- /aws_auto_inventory/core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aws_auto_inventory/core/aws_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/core/aws_client.py -------------------------------------------------------------------------------- /aws_auto_inventory/core/organization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/core/organization.py -------------------------------------------------------------------------------- /aws_auto_inventory/core/region.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/core/region.py -------------------------------------------------------------------------------- /aws_auto_inventory/core/scan_engine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/core/scan_engine.py -------------------------------------------------------------------------------- /aws_auto_inventory/core/service.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/core/service.py -------------------------------------------------------------------------------- /aws_auto_inventory/utils/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aws_auto_inventory/utils/logging.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/utils/logging.py -------------------------------------------------------------------------------- /aws_auto_inventory/utils/threading.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/aws_auto_inventory/utils/threading.py -------------------------------------------------------------------------------- /doc/habits.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/doc/habits.yaml -------------------------------------------------------------------------------- /doc/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/doc/logo.png -------------------------------------------------------------------------------- /doc/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/doc/logo.svg -------------------------------------------------------------------------------- /doc/screenshots/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/doc/screenshots/1.png -------------------------------------------------------------------------------- /examples/config_example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/examples/config_example.json -------------------------------------------------------------------------------- /examples/config_example.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/examples/config_example.yaml -------------------------------------------------------------------------------- /examples/config_organization_example.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/examples/config_organization_example.yaml -------------------------------------------------------------------------------- /organization_scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/organization_scanner.py -------------------------------------------------------------------------------- /requirements-and-versions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/requirements-and-versions.txt -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/requirements.txt -------------------------------------------------------------------------------- /scan.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan.py -------------------------------------------------------------------------------- /scan/sample/all_services.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/all_services.json -------------------------------------------------------------------------------- /scan/sample/list_emr_clusters_id_name.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/list_emr_clusters_id_name.json -------------------------------------------------------------------------------- /scan/sample/list_of_bucket_names.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/list_of_bucket_names.json -------------------------------------------------------------------------------- /scan/sample/running_ec2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/running_ec2.json -------------------------------------------------------------------------------- /scan/sample/running_ec2_names.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/running_ec2_names.json -------------------------------------------------------------------------------- /scan/sample/s3_buckets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/s3_buckets.json -------------------------------------------------------------------------------- /scan/sample/services/accessanalyzer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/accessanalyzer.json -------------------------------------------------------------------------------- /scan/sample/services/account.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/account.json -------------------------------------------------------------------------------- /scan/sample/services/acm-pca.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/acm-pca.json -------------------------------------------------------------------------------- /scan/sample/services/acm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/acm.json -------------------------------------------------------------------------------- /scan/sample/services/alexaforbusiness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/alexaforbusiness.json -------------------------------------------------------------------------------- /scan/sample/services/amp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/amp.json -------------------------------------------------------------------------------- /scan/sample/services/amplify.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/amplify.json -------------------------------------------------------------------------------- /scan/sample/services/amplifybackend.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/amplifybackend.json -------------------------------------------------------------------------------- /scan/sample/services/amplifyuibuilder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/amplifyuibuilder.json -------------------------------------------------------------------------------- /scan/sample/services/apigateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/apigateway.json -------------------------------------------------------------------------------- /scan/sample/services/apigatewaymanagementapi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/apigatewaymanagementapi.json -------------------------------------------------------------------------------- /scan/sample/services/apigatewayv2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/apigatewayv2.json -------------------------------------------------------------------------------- /scan/sample/services/appconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/appconfig.json -------------------------------------------------------------------------------- /scan/sample/services/appconfigdata.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/appconfigdata.json -------------------------------------------------------------------------------- /scan/sample/services/appfabric.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/appfabric.json -------------------------------------------------------------------------------- /scan/sample/services/appflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/appflow.json -------------------------------------------------------------------------------- /scan/sample/services/appintegrations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/appintegrations.json -------------------------------------------------------------------------------- /scan/sample/services/application-autoscaling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/application-autoscaling.json -------------------------------------------------------------------------------- /scan/sample/services/application-insights.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/application-insights.json -------------------------------------------------------------------------------- /scan/sample/services/applicationcostprofiler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/applicationcostprofiler.json -------------------------------------------------------------------------------- /scan/sample/services/appmesh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/appmesh.json -------------------------------------------------------------------------------- /scan/sample/services/apprunner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/apprunner.json -------------------------------------------------------------------------------- /scan/sample/services/appstream.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/appstream.json -------------------------------------------------------------------------------- /scan/sample/services/appsync.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/appsync.json -------------------------------------------------------------------------------- /scan/sample/services/arc-zonal-shift.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/arc-zonal-shift.json -------------------------------------------------------------------------------- /scan/sample/services/athena.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/athena.json -------------------------------------------------------------------------------- /scan/sample/services/auditmanager.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/auditmanager.json -------------------------------------------------------------------------------- /scan/sample/services/autoscaling-plans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/autoscaling-plans.json -------------------------------------------------------------------------------- /scan/sample/services/autoscaling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/autoscaling.json -------------------------------------------------------------------------------- /scan/sample/services/backup-gateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/backup-gateway.json -------------------------------------------------------------------------------- /scan/sample/services/backup.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/backup.json -------------------------------------------------------------------------------- /scan/sample/services/backupstorage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/backupstorage.json -------------------------------------------------------------------------------- /scan/sample/services/batch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/batch.json -------------------------------------------------------------------------------- /scan/sample/services/billingconductor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/billingconductor.json -------------------------------------------------------------------------------- /scan/sample/services/braket.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/braket.json -------------------------------------------------------------------------------- /scan/sample/services/budgets.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/budgets.json -------------------------------------------------------------------------------- /scan/sample/services/ce.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ce.json -------------------------------------------------------------------------------- /scan/sample/services/chime-sdk-identity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/chime-sdk-identity.json -------------------------------------------------------------------------------- /scan/sample/services/chime-sdk-media-pipelines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/chime-sdk-media-pipelines.json -------------------------------------------------------------------------------- /scan/sample/services/chime-sdk-meetings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/chime-sdk-meetings.json -------------------------------------------------------------------------------- /scan/sample/services/chime-sdk-messaging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/chime-sdk-messaging.json -------------------------------------------------------------------------------- /scan/sample/services/chime-sdk-voice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/chime-sdk-voice.json -------------------------------------------------------------------------------- /scan/sample/services/chime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/chime.json -------------------------------------------------------------------------------- /scan/sample/services/cleanrooms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cleanrooms.json -------------------------------------------------------------------------------- /scan/sample/services/cloud9.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloud9.json -------------------------------------------------------------------------------- /scan/sample/services/cloudcontrol.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloudcontrol.json -------------------------------------------------------------------------------- /scan/sample/services/clouddirectory.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/clouddirectory.json -------------------------------------------------------------------------------- /scan/sample/services/cloudformation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloudformation.json -------------------------------------------------------------------------------- /scan/sample/services/cloudfront.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloudfront.json -------------------------------------------------------------------------------- /scan/sample/services/cloudhsm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloudhsm.json -------------------------------------------------------------------------------- /scan/sample/services/cloudhsmv2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloudhsmv2.json -------------------------------------------------------------------------------- /scan/sample/services/cloudsearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloudsearch.json -------------------------------------------------------------------------------- /scan/sample/services/cloudsearchdomain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloudsearchdomain.json -------------------------------------------------------------------------------- /scan/sample/services/cloudtrail-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloudtrail-data.json -------------------------------------------------------------------------------- /scan/sample/services/cloudtrail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloudtrail.json -------------------------------------------------------------------------------- /scan/sample/services/cloudwatch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cloudwatch.json -------------------------------------------------------------------------------- /scan/sample/services/codeartifact.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codeartifact.json -------------------------------------------------------------------------------- /scan/sample/services/codebuild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codebuild.json -------------------------------------------------------------------------------- /scan/sample/services/codecatalyst.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codecatalyst.json -------------------------------------------------------------------------------- /scan/sample/services/codecommit.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codecommit.json -------------------------------------------------------------------------------- /scan/sample/services/codedeploy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codedeploy.json -------------------------------------------------------------------------------- /scan/sample/services/codeguru-reviewer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codeguru-reviewer.json -------------------------------------------------------------------------------- /scan/sample/services/codeguru-security.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codeguru-security.json -------------------------------------------------------------------------------- /scan/sample/services/codeguruprofiler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codeguruprofiler.json -------------------------------------------------------------------------------- /scan/sample/services/codepipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codepipeline.json -------------------------------------------------------------------------------- /scan/sample/services/codestar-connections.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codestar-connections.json -------------------------------------------------------------------------------- /scan/sample/services/codestar-notifications.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codestar-notifications.json -------------------------------------------------------------------------------- /scan/sample/services/codestar.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/codestar.json -------------------------------------------------------------------------------- /scan/sample/services/cognito-identity.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cognito-identity.json -------------------------------------------------------------------------------- /scan/sample/services/cognito-idp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cognito-idp.json -------------------------------------------------------------------------------- /scan/sample/services/cognito-sync.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cognito-sync.json -------------------------------------------------------------------------------- /scan/sample/services/comprehend.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/comprehend.json -------------------------------------------------------------------------------- /scan/sample/services/comprehendmedical.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/comprehendmedical.json -------------------------------------------------------------------------------- /scan/sample/services/compute-optimizer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/compute-optimizer.json -------------------------------------------------------------------------------- /scan/sample/services/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/config.json -------------------------------------------------------------------------------- /scan/sample/services/connect-contact-lens.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/connect-contact-lens.json -------------------------------------------------------------------------------- /scan/sample/services/connect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/connect.json -------------------------------------------------------------------------------- /scan/sample/services/connectcampaigns.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/connectcampaigns.json -------------------------------------------------------------------------------- /scan/sample/services/connectcases.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/connectcases.json -------------------------------------------------------------------------------- /scan/sample/services/connectparticipant.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/connectparticipant.json -------------------------------------------------------------------------------- /scan/sample/services/controltower.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/controltower.json -------------------------------------------------------------------------------- /scan/sample/services/cur.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/cur.json -------------------------------------------------------------------------------- /scan/sample/services/customer-profiles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/customer-profiles.json -------------------------------------------------------------------------------- /scan/sample/services/databrew.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/databrew.json -------------------------------------------------------------------------------- /scan/sample/services/dataexchange.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/dataexchange.json -------------------------------------------------------------------------------- /scan/sample/services/datapipeline.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/datapipeline.json -------------------------------------------------------------------------------- /scan/sample/services/datasync.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/datasync.json -------------------------------------------------------------------------------- /scan/sample/services/dax.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/dax.json -------------------------------------------------------------------------------- /scan/sample/services/detective.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/detective.json -------------------------------------------------------------------------------- /scan/sample/services/devicefarm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/devicefarm.json -------------------------------------------------------------------------------- /scan/sample/services/devops-guru.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/devops-guru.json -------------------------------------------------------------------------------- /scan/sample/services/directconnect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/directconnect.json -------------------------------------------------------------------------------- /scan/sample/services/discovery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/discovery.json -------------------------------------------------------------------------------- /scan/sample/services/dlm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/dlm.json -------------------------------------------------------------------------------- /scan/sample/services/dms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/dms.json -------------------------------------------------------------------------------- /scan/sample/services/docdb-elastic.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/docdb-elastic.json -------------------------------------------------------------------------------- /scan/sample/services/docdb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/docdb.json -------------------------------------------------------------------------------- /scan/sample/services/drs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/drs.json -------------------------------------------------------------------------------- /scan/sample/services/ds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ds.json -------------------------------------------------------------------------------- /scan/sample/services/dynamodb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/dynamodb.json -------------------------------------------------------------------------------- /scan/sample/services/dynamodbstreams.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/dynamodbstreams.json -------------------------------------------------------------------------------- /scan/sample/services/ebs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ebs.json -------------------------------------------------------------------------------- /scan/sample/services/ec2-instance-connect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ec2-instance-connect.json -------------------------------------------------------------------------------- /scan/sample/services/ec2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ec2.json -------------------------------------------------------------------------------- /scan/sample/services/ecr-public.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ecr-public.json -------------------------------------------------------------------------------- /scan/sample/services/ecr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ecr.json -------------------------------------------------------------------------------- /scan/sample/services/ecs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ecs.json -------------------------------------------------------------------------------- /scan/sample/services/efs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/efs.json -------------------------------------------------------------------------------- /scan/sample/services/eks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/eks.json -------------------------------------------------------------------------------- /scan/sample/services/elastic-inference.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/elastic-inference.json -------------------------------------------------------------------------------- /scan/sample/services/elasticache.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/elasticache.json -------------------------------------------------------------------------------- /scan/sample/services/elasticbeanstalk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/elasticbeanstalk.json -------------------------------------------------------------------------------- /scan/sample/services/elastictranscoder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/elastictranscoder.json -------------------------------------------------------------------------------- /scan/sample/services/elb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/elb.json -------------------------------------------------------------------------------- /scan/sample/services/elbv2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/elbv2.json -------------------------------------------------------------------------------- /scan/sample/services/emr-containers.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/emr-containers.json -------------------------------------------------------------------------------- /scan/sample/services/emr-serverless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/emr-serverless.json -------------------------------------------------------------------------------- /scan/sample/services/emr.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/emr.json -------------------------------------------------------------------------------- /scan/sample/services/entityresolution.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/entityresolution.json -------------------------------------------------------------------------------- /scan/sample/services/es.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/es.json -------------------------------------------------------------------------------- /scan/sample/services/events.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/events.json -------------------------------------------------------------------------------- /scan/sample/services/evidently.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/evidently.json -------------------------------------------------------------------------------- /scan/sample/services/finspace-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/finspace-data.json -------------------------------------------------------------------------------- /scan/sample/services/finspace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/finspace.json -------------------------------------------------------------------------------- /scan/sample/services/firehose.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/firehose.json -------------------------------------------------------------------------------- /scan/sample/services/fis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/fis.json -------------------------------------------------------------------------------- /scan/sample/services/fms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/fms.json -------------------------------------------------------------------------------- /scan/sample/services/forecast.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/forecast.json -------------------------------------------------------------------------------- /scan/sample/services/forecastquery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/forecastquery.json -------------------------------------------------------------------------------- /scan/sample/services/frauddetector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/frauddetector.json -------------------------------------------------------------------------------- /scan/sample/services/fsx.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/fsx.json -------------------------------------------------------------------------------- /scan/sample/services/gamelift.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/gamelift.json -------------------------------------------------------------------------------- /scan/sample/services/gamesparks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/gamesparks.json -------------------------------------------------------------------------------- /scan/sample/services/glacier.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/glacier.json -------------------------------------------------------------------------------- /scan/sample/services/globalaccelerator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/globalaccelerator.json -------------------------------------------------------------------------------- /scan/sample/services/glue.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/glue.json -------------------------------------------------------------------------------- /scan/sample/services/grafana.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/grafana.json -------------------------------------------------------------------------------- /scan/sample/services/greengrass.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/greengrass.json -------------------------------------------------------------------------------- /scan/sample/services/greengrassv2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/greengrassv2.json -------------------------------------------------------------------------------- /scan/sample/services/groundstation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/groundstation.json -------------------------------------------------------------------------------- /scan/sample/services/guardduty.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/guardduty.json -------------------------------------------------------------------------------- /scan/sample/services/health.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/health.json -------------------------------------------------------------------------------- /scan/sample/services/healthlake.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/healthlake.json -------------------------------------------------------------------------------- /scan/sample/services/honeycode.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/honeycode.json -------------------------------------------------------------------------------- /scan/sample/services/iam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iam.json -------------------------------------------------------------------------------- /scan/sample/services/identitystore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/identitystore.json -------------------------------------------------------------------------------- /scan/sample/services/imagebuilder.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/imagebuilder.json -------------------------------------------------------------------------------- /scan/sample/services/importexport.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/importexport.json -------------------------------------------------------------------------------- /scan/sample/services/inspector.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/inspector.json -------------------------------------------------------------------------------- /scan/sample/services/inspector2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/inspector2.json -------------------------------------------------------------------------------- /scan/sample/services/internetmonitor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/internetmonitor.json -------------------------------------------------------------------------------- /scan/sample/services/iot-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iot-data.json -------------------------------------------------------------------------------- /scan/sample/services/iot-jobs-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iot-jobs-data.json -------------------------------------------------------------------------------- /scan/sample/services/iot-roborunner.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iot-roborunner.json -------------------------------------------------------------------------------- /scan/sample/services/iot.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iot.json -------------------------------------------------------------------------------- /scan/sample/services/iot1click-devices.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iot1click-devices.json -------------------------------------------------------------------------------- /scan/sample/services/iot1click-projects.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iot1click-projects.json -------------------------------------------------------------------------------- /scan/sample/services/iotanalytics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iotanalytics.json -------------------------------------------------------------------------------- /scan/sample/services/iotdeviceadvisor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iotdeviceadvisor.json -------------------------------------------------------------------------------- /scan/sample/services/iotevents-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iotevents-data.json -------------------------------------------------------------------------------- /scan/sample/services/iotevents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iotevents.json -------------------------------------------------------------------------------- /scan/sample/services/iotfleethub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iotfleethub.json -------------------------------------------------------------------------------- /scan/sample/services/iotfleetwise.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iotfleetwise.json -------------------------------------------------------------------------------- /scan/sample/services/iotsecuretunneling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iotsecuretunneling.json -------------------------------------------------------------------------------- /scan/sample/services/iotsitewise.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iotsitewise.json -------------------------------------------------------------------------------- /scan/sample/services/iotthingsgraph.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iotthingsgraph.json -------------------------------------------------------------------------------- /scan/sample/services/iottwinmaker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iottwinmaker.json -------------------------------------------------------------------------------- /scan/sample/services/iotwireless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/iotwireless.json -------------------------------------------------------------------------------- /scan/sample/services/ivs-realtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ivs-realtime.json -------------------------------------------------------------------------------- /scan/sample/services/ivs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ivs.json -------------------------------------------------------------------------------- /scan/sample/services/ivschat.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ivschat.json -------------------------------------------------------------------------------- /scan/sample/services/kafka.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kafka.json -------------------------------------------------------------------------------- /scan/sample/services/kafkaconnect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kafkaconnect.json -------------------------------------------------------------------------------- /scan/sample/services/kendra-ranking.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kendra-ranking.json -------------------------------------------------------------------------------- /scan/sample/services/kendra.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kendra.json -------------------------------------------------------------------------------- /scan/sample/services/keyspaces.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/keyspaces.json -------------------------------------------------------------------------------- /scan/sample/services/kinesis-video-archived-media.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kinesis-video-archived-media.json -------------------------------------------------------------------------------- /scan/sample/services/kinesis-video-media.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kinesis-video-media.json -------------------------------------------------------------------------------- /scan/sample/services/kinesis-video-signaling.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kinesis-video-signaling.json -------------------------------------------------------------------------------- /scan/sample/services/kinesis-video-webrtc-storage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kinesis-video-webrtc-storage.json -------------------------------------------------------------------------------- /scan/sample/services/kinesis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kinesis.json -------------------------------------------------------------------------------- /scan/sample/services/kinesisanalytics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kinesisanalytics.json -------------------------------------------------------------------------------- /scan/sample/services/kinesisanalyticsv2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kinesisanalyticsv2.json -------------------------------------------------------------------------------- /scan/sample/services/kinesisvideo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kinesisvideo.json -------------------------------------------------------------------------------- /scan/sample/services/kms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/kms.json -------------------------------------------------------------------------------- /scan/sample/services/lakeformation.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/lakeformation.json -------------------------------------------------------------------------------- /scan/sample/services/lambda.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/lambda.json -------------------------------------------------------------------------------- /scan/sample/services/lex-models.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/lex-models.json -------------------------------------------------------------------------------- /scan/sample/services/lex-runtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/lex-runtime.json -------------------------------------------------------------------------------- /scan/sample/services/lexv2-models.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/lexv2-models.json -------------------------------------------------------------------------------- /scan/sample/services/lexv2-runtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/lexv2-runtime.json -------------------------------------------------------------------------------- /scan/sample/services/license-manager-linux-subscriptions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/license-manager-linux-subscriptions.json -------------------------------------------------------------------------------- /scan/sample/services/license-manager-user-subscriptions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/license-manager-user-subscriptions.json -------------------------------------------------------------------------------- /scan/sample/services/license-manager.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/license-manager.json -------------------------------------------------------------------------------- /scan/sample/services/lightsail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/lightsail.json -------------------------------------------------------------------------------- /scan/sample/services/location.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/location.json -------------------------------------------------------------------------------- /scan/sample/services/logs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/logs.json -------------------------------------------------------------------------------- /scan/sample/services/lookoutequipment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/lookoutequipment.json -------------------------------------------------------------------------------- /scan/sample/services/lookoutmetrics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/lookoutmetrics.json -------------------------------------------------------------------------------- /scan/sample/services/lookoutvision.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/lookoutvision.json -------------------------------------------------------------------------------- /scan/sample/services/m2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/m2.json -------------------------------------------------------------------------------- /scan/sample/services/machinelearning.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/machinelearning.json -------------------------------------------------------------------------------- /scan/sample/services/macie.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/macie.json -------------------------------------------------------------------------------- /scan/sample/services/macie2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/macie2.json -------------------------------------------------------------------------------- /scan/sample/services/managedblockchain-query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/managedblockchain-query.json -------------------------------------------------------------------------------- /scan/sample/services/managedblockchain.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/managedblockchain.json -------------------------------------------------------------------------------- /scan/sample/services/marketplace-catalog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/marketplace-catalog.json -------------------------------------------------------------------------------- /scan/sample/services/marketplace-entitlement.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/marketplace-entitlement.json -------------------------------------------------------------------------------- /scan/sample/services/marketplacecommerceanalytics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/marketplacecommerceanalytics.json -------------------------------------------------------------------------------- /scan/sample/services/mediaconnect.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mediaconnect.json -------------------------------------------------------------------------------- /scan/sample/services/mediaconvert.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mediaconvert.json -------------------------------------------------------------------------------- /scan/sample/services/medialive.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/medialive.json -------------------------------------------------------------------------------- /scan/sample/services/mediapackage-vod.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mediapackage-vod.json -------------------------------------------------------------------------------- /scan/sample/services/mediapackage.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mediapackage.json -------------------------------------------------------------------------------- /scan/sample/services/mediapackagev2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mediapackagev2.json -------------------------------------------------------------------------------- /scan/sample/services/mediastore-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mediastore-data.json -------------------------------------------------------------------------------- /scan/sample/services/mediastore.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mediastore.json -------------------------------------------------------------------------------- /scan/sample/services/mediatailor.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mediatailor.json -------------------------------------------------------------------------------- /scan/sample/services/medical-imaging.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/medical-imaging.json -------------------------------------------------------------------------------- /scan/sample/services/memorydb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/memorydb.json -------------------------------------------------------------------------------- /scan/sample/services/meteringmarketplace.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/meteringmarketplace.json -------------------------------------------------------------------------------- /scan/sample/services/mgh.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mgh.json -------------------------------------------------------------------------------- /scan/sample/services/mgn.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mgn.json -------------------------------------------------------------------------------- /scan/sample/services/migration-hub-refactor-spaces.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/migration-hub-refactor-spaces.json -------------------------------------------------------------------------------- /scan/sample/services/migrationhub-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/migrationhub-config.json -------------------------------------------------------------------------------- /scan/sample/services/migrationhuborchestrator.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/migrationhuborchestrator.json -------------------------------------------------------------------------------- /scan/sample/services/migrationhubstrategy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/migrationhubstrategy.json -------------------------------------------------------------------------------- /scan/sample/services/mobile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mobile.json -------------------------------------------------------------------------------- /scan/sample/services/mq.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mq.json -------------------------------------------------------------------------------- /scan/sample/services/mturk.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mturk.json -------------------------------------------------------------------------------- /scan/sample/services/mwaa.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/mwaa.json -------------------------------------------------------------------------------- /scan/sample/services/neptune.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/neptune.json -------------------------------------------------------------------------------- /scan/sample/services/network-firewall.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/network-firewall.json -------------------------------------------------------------------------------- /scan/sample/services/networkmanager.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/networkmanager.json -------------------------------------------------------------------------------- /scan/sample/services/nimble.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/nimble.json -------------------------------------------------------------------------------- /scan/sample/services/oam.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/oam.json -------------------------------------------------------------------------------- /scan/sample/services/omics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/omics.json -------------------------------------------------------------------------------- /scan/sample/services/opensearch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/opensearch.json -------------------------------------------------------------------------------- /scan/sample/services/opensearchserverless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/opensearchserverless.json -------------------------------------------------------------------------------- /scan/sample/services/opsworks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/opsworks.json -------------------------------------------------------------------------------- /scan/sample/services/opsworkscm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/opsworkscm.json -------------------------------------------------------------------------------- /scan/sample/services/organizations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/organizations.json -------------------------------------------------------------------------------- /scan/sample/services/osis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/osis.json -------------------------------------------------------------------------------- /scan/sample/services/outposts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/outposts.json -------------------------------------------------------------------------------- /scan/sample/services/panorama.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/panorama.json -------------------------------------------------------------------------------- /scan/sample/services/payment-cryptography-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/payment-cryptography-data.json -------------------------------------------------------------------------------- /scan/sample/services/payment-cryptography.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/payment-cryptography.json -------------------------------------------------------------------------------- /scan/sample/services/personalize-events.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/personalize-events.json -------------------------------------------------------------------------------- /scan/sample/services/personalize-runtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/personalize-runtime.json -------------------------------------------------------------------------------- /scan/sample/services/personalize.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/personalize.json -------------------------------------------------------------------------------- /scan/sample/services/pi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/pi.json -------------------------------------------------------------------------------- /scan/sample/services/pinpoint-email.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/pinpoint-email.json -------------------------------------------------------------------------------- /scan/sample/services/pinpoint-sms-voice-v2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/pinpoint-sms-voice-v2.json -------------------------------------------------------------------------------- /scan/sample/services/pinpoint-sms-voice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/pinpoint-sms-voice.json -------------------------------------------------------------------------------- /scan/sample/services/pinpoint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/pinpoint.json -------------------------------------------------------------------------------- /scan/sample/services/pipes.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/pipes.json -------------------------------------------------------------------------------- /scan/sample/services/polly.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/polly.json -------------------------------------------------------------------------------- /scan/sample/services/pricing.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/pricing.json -------------------------------------------------------------------------------- /scan/sample/services/privatenetworks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/privatenetworks.json -------------------------------------------------------------------------------- /scan/sample/services/proton.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/proton.json -------------------------------------------------------------------------------- /scan/sample/services/qldb-session.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/qldb-session.json -------------------------------------------------------------------------------- /scan/sample/services/qldb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/qldb.json -------------------------------------------------------------------------------- /scan/sample/services/quicksight.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/quicksight.json -------------------------------------------------------------------------------- /scan/sample/services/ram.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ram.json -------------------------------------------------------------------------------- /scan/sample/services/rbin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/rbin.json -------------------------------------------------------------------------------- /scan/sample/services/rds-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/rds-data.json -------------------------------------------------------------------------------- /scan/sample/services/rds.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/rds.json -------------------------------------------------------------------------------- /scan/sample/services/redshift-data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/redshift-data.json -------------------------------------------------------------------------------- /scan/sample/services/redshift-serverless.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/redshift-serverless.json -------------------------------------------------------------------------------- /scan/sample/services/redshift.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/redshift.json -------------------------------------------------------------------------------- /scan/sample/services/rekognition.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/rekognition.json -------------------------------------------------------------------------------- /scan/sample/services/resiliencehub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/resiliencehub.json -------------------------------------------------------------------------------- /scan/sample/services/resource-explorer-2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/resource-explorer-2.json -------------------------------------------------------------------------------- /scan/sample/services/resource-groups.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/resource-groups.json -------------------------------------------------------------------------------- /scan/sample/services/resourcegroupstaggingapi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/resourcegroupstaggingapi.json -------------------------------------------------------------------------------- /scan/sample/services/robomaker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/robomaker.json -------------------------------------------------------------------------------- /scan/sample/services/rolesanywhere.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/rolesanywhere.json -------------------------------------------------------------------------------- /scan/sample/services/route53-recovery-cluster.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/route53-recovery-cluster.json -------------------------------------------------------------------------------- /scan/sample/services/route53-recovery-control-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/route53-recovery-control-config.json -------------------------------------------------------------------------------- /scan/sample/services/route53-recovery-readiness.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/route53-recovery-readiness.json -------------------------------------------------------------------------------- /scan/sample/services/route53.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/route53.json -------------------------------------------------------------------------------- /scan/sample/services/route53domains.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/route53domains.json -------------------------------------------------------------------------------- /scan/sample/services/route53resolver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/route53resolver.json -------------------------------------------------------------------------------- /scan/sample/services/rum.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/rum.json -------------------------------------------------------------------------------- /scan/sample/services/s3.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/s3.json -------------------------------------------------------------------------------- /scan/sample/services/s3control.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/s3control.json -------------------------------------------------------------------------------- /scan/sample/services/s3outposts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/s3outposts.json -------------------------------------------------------------------------------- /scan/sample/services/sagemaker-a2i-runtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sagemaker-a2i-runtime.json -------------------------------------------------------------------------------- /scan/sample/services/sagemaker-edge.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sagemaker-edge.json -------------------------------------------------------------------------------- /scan/sample/services/sagemaker-featurestore-runtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sagemaker-featurestore-runtime.json -------------------------------------------------------------------------------- /scan/sample/services/sagemaker-geospatial.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sagemaker-geospatial.json -------------------------------------------------------------------------------- /scan/sample/services/sagemaker-metrics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sagemaker-metrics.json -------------------------------------------------------------------------------- /scan/sample/services/sagemaker-runtime.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sagemaker-runtime.json -------------------------------------------------------------------------------- /scan/sample/services/sagemaker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sagemaker.json -------------------------------------------------------------------------------- /scan/sample/services/savingsplans.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/savingsplans.json -------------------------------------------------------------------------------- /scan/sample/services/scheduler.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/scheduler.json -------------------------------------------------------------------------------- /scan/sample/services/schemas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/schemas.json -------------------------------------------------------------------------------- /scan/sample/services/sdb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sdb.json -------------------------------------------------------------------------------- /scan/sample/services/secretsmanager.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/secretsmanager.json -------------------------------------------------------------------------------- /scan/sample/services/securityhub.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/securityhub.json -------------------------------------------------------------------------------- /scan/sample/services/securitylake.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/securitylake.json -------------------------------------------------------------------------------- /scan/sample/services/serverlessrepo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/serverlessrepo.json -------------------------------------------------------------------------------- /scan/sample/services/service-quotas.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/service-quotas.json -------------------------------------------------------------------------------- /scan/sample/services/servicecatalog-appregistry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/servicecatalog-appregistry.json -------------------------------------------------------------------------------- /scan/sample/services/servicecatalog.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/servicecatalog.json -------------------------------------------------------------------------------- /scan/sample/services/servicediscovery.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/servicediscovery.json -------------------------------------------------------------------------------- /scan/sample/services/ses.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ses.json -------------------------------------------------------------------------------- /scan/sample/services/sesv2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sesv2.json -------------------------------------------------------------------------------- /scan/sample/services/shield.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/shield.json -------------------------------------------------------------------------------- /scan/sample/services/signer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/signer.json -------------------------------------------------------------------------------- /scan/sample/services/simspaceweaver.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/simspaceweaver.json -------------------------------------------------------------------------------- /scan/sample/services/sms-voice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sms-voice.json -------------------------------------------------------------------------------- /scan/sample/services/sms.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sms.json -------------------------------------------------------------------------------- /scan/sample/services/snow-device-management.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/snow-device-management.json -------------------------------------------------------------------------------- /scan/sample/services/snowball.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/snowball.json -------------------------------------------------------------------------------- /scan/sample/services/sns.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sns.json -------------------------------------------------------------------------------- /scan/sample/services/sqs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sqs.json -------------------------------------------------------------------------------- /scan/sample/services/ssm-contacts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ssm-contacts.json -------------------------------------------------------------------------------- /scan/sample/services/ssm-incidents.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ssm-incidents.json -------------------------------------------------------------------------------- /scan/sample/services/ssm-sap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ssm-sap.json -------------------------------------------------------------------------------- /scan/sample/services/ssm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/ssm.json -------------------------------------------------------------------------------- /scan/sample/services/sso-admin.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sso-admin.json -------------------------------------------------------------------------------- /scan/sample/services/sso-oidc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sso-oidc.json -------------------------------------------------------------------------------- /scan/sample/services/sso.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sso.json -------------------------------------------------------------------------------- /scan/sample/services/stepfunctions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/stepfunctions.json -------------------------------------------------------------------------------- /scan/sample/services/storagegateway.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/storagegateway.json -------------------------------------------------------------------------------- /scan/sample/services/sts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/sts.json -------------------------------------------------------------------------------- /scan/sample/services/support-app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/support-app.json -------------------------------------------------------------------------------- /scan/sample/services/support.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/support.json -------------------------------------------------------------------------------- /scan/sample/services/swf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/swf.json -------------------------------------------------------------------------------- /scan/sample/services/synthetics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/synthetics.json -------------------------------------------------------------------------------- /scan/sample/services/textract.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/textract.json -------------------------------------------------------------------------------- /scan/sample/services/timestream-query.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/timestream-query.json -------------------------------------------------------------------------------- /scan/sample/services/timestream-write.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/timestream-write.json -------------------------------------------------------------------------------- /scan/sample/services/tnb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/tnb.json -------------------------------------------------------------------------------- /scan/sample/services/transcribe.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/transcribe.json -------------------------------------------------------------------------------- /scan/sample/services/transfer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/transfer.json -------------------------------------------------------------------------------- /scan/sample/services/translate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/translate.json -------------------------------------------------------------------------------- /scan/sample/services/verifiedpermissions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/verifiedpermissions.json -------------------------------------------------------------------------------- /scan/sample/services/voice-id.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/voice-id.json -------------------------------------------------------------------------------- /scan/sample/services/vpc-lattice.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/vpc-lattice.json -------------------------------------------------------------------------------- /scan/sample/services/waf-regional.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/waf-regional.json -------------------------------------------------------------------------------- /scan/sample/services/waf.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/waf.json -------------------------------------------------------------------------------- /scan/sample/services/wafv2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/wafv2.json -------------------------------------------------------------------------------- /scan/sample/services/wellarchitected.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/wellarchitected.json -------------------------------------------------------------------------------- /scan/sample/services/wisdom.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/wisdom.json -------------------------------------------------------------------------------- /scan/sample/services/workdocs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/workdocs.json -------------------------------------------------------------------------------- /scan/sample/services/worklink.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/worklink.json -------------------------------------------------------------------------------- /scan/sample/services/workmail.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/workmail.json -------------------------------------------------------------------------------- /scan/sample/services/workmailmessageflow.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/workmailmessageflow.json -------------------------------------------------------------------------------- /scan/sample/services/workspaces-web.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/workspaces-web.json -------------------------------------------------------------------------------- /scan/sample/services/workspaces.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/workspaces.json -------------------------------------------------------------------------------- /scan/sample/services/xray.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/services/xray.json -------------------------------------------------------------------------------- /scan/sample/tagged_emrs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan/sample/tagged_emrs.json -------------------------------------------------------------------------------- /scan_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/scan_builder.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/setup.py -------------------------------------------------------------------------------- /test_requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/test_requirements.txt -------------------------------------------------------------------------------- /tests/__init__.py: -------------------------------------------------------------------------------- 1 | # Test package initialization -------------------------------------------------------------------------------- /tests/conftest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/tests/conftest.py -------------------------------------------------------------------------------- /tests/test_api_calls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/tests/test_api_calls.py -------------------------------------------------------------------------------- /tests/test_config/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/test_config/test_loader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/tests/test_config/test_loader.py -------------------------------------------------------------------------------- /tests/test_core/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/test_organization.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/tests/test_organization.py -------------------------------------------------------------------------------- /tests/test_organization_scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/tests/test_organization_scanner.py -------------------------------------------------------------------------------- /tests/test_output/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/test_role_assumption.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/tests/test_role_assumption.py -------------------------------------------------------------------------------- /tests/test_service_scanning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aws-samples/aws-auto-inventory/HEAD/tests/test_service_scanning.py --------------------------------------------------------------------------------