AWS
Visualize AWS cloud resources, map AWS users to employees, and monitor visibility, governance, and compliance against the AWS CIS Framework and security benchmarks. Additionally, monitor AWS vulnerabilities and findings and changes in AWS cloud resources through queries and alerts.
- Installation
- Authorization
- Data Model
- Types
- Release Notes
Installation
To install this integration, you will need to configure settings both within AWS and on JupiterOne. The integration instance configuration requires the customer's Role ARN to assume in order to read infrastructure information through AWS APIs. The role is configured to require an External ID; this value is auto-generated by JupiterOne and must be used when creating the IAM role.
Information is ingested from all AWS regions that do not require additional contractual arrangements with AWS. Submit a JupiterOne support request if you need to monitor additional regions.
This integration enables the creation of automated workflows within JupiterOne alerts using SNS and SQS to remediate configuration gaps in AWS.
Configuration on AWS
Detailed setup instructions and a pre-built CloudFormation Stack are provided in the application and maintained in the public JupiterOne AWS CloudFormation project on GitHub. Follow the steps under In JupiterOne to capture the auto-generated External ID specific to the integration instance.
Once the steps on GitHub are completed, continue to finalizing the integration instance on JupiterOne.
Configuration in JupiterOne
To install the AWS integration in JupiterOne, navigate to Integrations and select AWS. Click New Instance to begin configuring the integration.
Creating an integration instance requires the following:
- The Account Name used to identify the AWS account in JupiterOne. Ingested entities will have this value stored in
tag.AccountNamewhen theAccountNametoggle is enabled. - A Description to assist in identifying the integration instance, if desired.
- A Polling Interval that fits your monitoring needs. You may leave this as
DISABLEDand manually execute the integration. - The Role ARN of the IAM role to assume in order to authenticate with AWS.
- The External ID associated with the IAM role. This value is auto-generated and should be used when creating the IAM role for this integration.
Click Create once all values are provided.
Use Role Chaining
Enable Use Role Chaining to cause the integration to assume an intermediate IAM role before assuming the primary Role ARN. This gives AWS administrators a dedicated role to monitor and audit the actions taken by this integration.
When Use Role Chaining is enabled, two additional required fields appear:
- Intermediate Role ARN — The ARN of the IAM role to assume before assuming the primary Role ARN.
- Intermediate External ID — The External ID associated with the intermediate role.
Set Permissions
The AWS integration requires security auditor permissions into the target AWS account, as defined by a combination of the SecurityAudit IAM policy managed by AWS, and a few additional List*, Get*, and Describe* permissions missing from the AWS managed policy. The exact policy and permission statements can be found in the public JupiterOne AWS CloudFormation project on GitHub.
Manage Organization Accounts
After configuring the AWS integration, enable Configure Organization Accounts to automatically create and manage JupiterOne integration instances for all accounts in your AWS Organization. This account must be the management (master) account, and all accounts must share the same IAM role name and External ID.
To exclude a specific sub-account from automatic integration configuration, tag the sub-account in AWS Organizations with: j1-integration: SKIP.
When Configure Organization Accounts is enabled, two additional options become available:
- Auto-delete Removed Accounts — When enabled, JupiterOne automatically deletes integration instances for AWS accounts that have been deleted or removed from the Organization. Enabled by default.
- Auto-delete sub-accounts — When enabled, JupiterOne automatically deletes sub-account integration instances when the parent organizational account integration is deleted.
JupiterOne automatically ingests all sub-accounts from the Organization the next time it polls your environment.
When adding or configuring sub-accounts separately, use the same IAM role name, policies, and External ID as the management account. Use your preferred infrastructure-as-code method to generate an identical IAM role in each sub-account.
Service Control Policy Issues
Errors may occur if a Service Control Policy (SCP) is blocking specified services or regions. AWS services that JupiterOne cannot ingest are listed in the Integration Jobs logs (Integrations > Configurations > Settings > Jobs).
For each SCP that is blocking JupiterOne ingestion, add the following condition to your SCP JSON:
"Condition": {
"ArnNotLike": {
"aws:PrincipalARN": [
"arn:aws:iam::*:role/JupiterOne*"
]
}
}
Ensure this ARN matches the IAM role ARN used to configure your JupiterOne AWS integration.
See the AWS Service control policies documentation for the latest information.
Data Volume Configuration
Control how much data is ingested from AWS to manage storage and processing volume.
Ingestion Windows
| Field | Description | Default | Options |
|---|---|---|---|
| ECR Image Findings Ingestion Window | Ingestion window for ECR image findings. Findings for images pulled or pushed within this timeframe are collected. | 7 days | 1 day, 3 days, 7 days, 30 days, 90 days |
| Inspector V2 Findings Ingestion Window | Ingestion window for Inspector V2 findings observed within the selected timeframe. | 30 days | 7 days, 30 days, 60 days, 90 days |
| Security Hub Findings Ingestion Window | Ingestion window for Security Hub findings. Only findings updated within this timeframe are collected. Leave empty to collect all active findings regardless of age. | 30 days | 7 days, 30 days, 60 days, 90 days |
Longer windows increase the number of security findings ingested from ECR, Inspector, and Security Hub.
Data Filtering Options
| Field | Description | Default | Options |
|---|---|---|---|
| ECR Findings Severities | Select which severity levels of ECR image findings to ingest. | All severities | Informational, Low, Medium, High, Critical |
| ECR Findings Maximum Scan Age | Skip ECR image findings from scans completed more than the selected number of days ago. Findings without a scan completion date are always ingested. | All ages | 30 days, 90 days, 180 days, 365 days |
| Inspector V2 resource types | Limit Inspector V2 findings to specific AWS resource types. | All types | AWS EC2 Instance, AWS ECR Container Images, AWS ECR Repository, AWS Lambda Function, AWS Code Repository |
| Security Hub compliance status to skip | Compliance status values to exclude when ingesting Security Hub findings. | None (all ingested) | Passed, Warning, Failed, Not available |
| Security Hub workflow status to skip | Workflow status values to exclude when ingesting Security Hub findings. Skipping Resolved and Suppressed is a common way to reduce noise. | None (all ingested) | New, Notified, Resolved, Suppressed |
Advanced Configuration
| Field | Description | Default |
|---|---|---|
| Consent to Collect Sensitive Data | When enabled, JupiterOne collects sensitive data from aws_lambda_function, aws_cloudformation_stack, aws_launch_template_version, and aws_ecs_task_definition entities. JupiterOne redacts most sensitive fields, but not environment variable names. If you store secrets in environment variables, consider enabling redaction. | Enabled |
| Lambda Environment Variables To Promote | Lambda environment variable names to promote as properties on aws_lambda_function entities (comma-separated). Values are not redacted — do not include variables that hold sensitive data. | None |
| Ingest Backup Recovery Point Tags | When enabled, JupiterOne fetches and attaches tags for AWS Backup recovery points. May increase integration run time. | Disabled |
| Ingest EC2 deprecated images | When enabled, JupiterOne ingests EC2 images that are deprecated. Deprecated images may contain less information and may increase integration run time. | Disabled |
| Ingest Bedrock Agent Instructions | When enabled, JupiterOne ingests the system instruction (prompt) configured on Bedrock agents. This may contain sensitive business logic. | Disabled |
Reference
S3 Bucket public Property
The aws_s3_bucket.public property is calculated based on the Access field in the AWS S3 console:
| Access | aws_s3_bucket.public |
|---|---|
| Public | true |
| Objects can be public | undefined |
| Bucket and objects not public | false |
AWS IAM Policies
Each aws_iam_policy entity includes a boolean admin property that indicates whether the policy grants administrative-level access. The flag is determined from the policy name: if the name contains the word "admin" (case-insensitive), the flag is set to true. Examples: AdministratorAccess, AdminPolicy, MyCustomAdminRole.
Next Steps
Now that your integration instance has been configured, it will begin running on the polling interval you provided, populating data within JupiterOne. See the Instance management guide to learn more about working with and editing integration instances.
Permissions
IAM permissions that must be granted to the integration principal for data ingestion.
Show Permissions (712)
access-analyzer:ListAnalyzersaccess-analyzer:ListFindingsaccount:GetAlternateContactaccount:GetContactInformationacm-pca:ListCertificateAuthoritiesacm-pca:ListTagsacm:DescribeCertificateacm:ListCertificatesacm:ListTagsForCertificateairflow:GetEnvironmentairflow:ListEnvironmentsapigateway:GET arn:aws:apigateway:*::/apisapigateway:GET arn:aws:apigateway:*::/apis/*/authorizersapigateway:GET arn:aws:apigateway:*::/apis/*/integrationsapigateway:GET arn:aws:apigateway:*::/apis/*/routesapigateway:GET arn:aws:apigateway:*::/apis/*/stagesapigateway:GET arn:aws:apigateway:*::/domainnamesapigateway:GET arn:aws:apigateway:*::/domainnames/*/apimappingsapigateway:GET arn:aws:apigateway:*::/restapisapigateway:GET arn:aws:apigateway:*::/restapis/*/authorizersapigateway:GET arn:aws:apigateway:*::/restapis/*/authorizers/*apigateway:GET arn:aws:apigateway:*::/restapis/*/resourcesapigateway:GET arn:aws:apigateway:*::/restapis/*/resources/*apigateway:GET arn:aws:apigateway:*::/restapis/*/resources/*/methods/*apigateway:GET arn:aws:apigateway:*::/restapis/*/resources/*/methods/*/integrationapigateway:GET arn:aws:apigateway:*::/restapis/*/stagesapigateway:GET arn:aws:apigateway:*::/restapis/*/stages/*appconfig:GetAccountSettingsappconfig:GetConfigurationProfileappconfig:GetDeploymentappconfig:ListApplicationsappconfig:ListConfigurationProfilesappconfig:ListDeploymentStrategiesappconfig:ListDeploymentsappconfig:ListEnvironmentsappconfig:ListHostedConfigurationVersionsappconfig:ListTagsForResourceaps:DescribeLoggingConfigurationaps:DescribeQueryLoggingConfigurationaps:DescribeResourcePolicyaps:DescribeScraperaps:DescribeWorkspaceaps:DescribeWorkspaceConfigurationaps:ListScrapersaps:ListWorkspacesathena:GetWorkGroupathena:ListTagsForResourceathena:ListWorkGroupsauditmanager:GetAssessmentauditmanager:GetAssessmentFrameworkauditmanager:GetControlauditmanager:GetDelegationsauditmanager:GetEvidenceFoldersByAssessmentControlauditmanager:GetSettingsauditmanager:ListAssessmentFrameworksauditmanager:ListAssessmentsauditmanager:ListControlsauditmanager:ListTagsForResourceautoscaling:DescribeAutoScalingGroupsautoscaling:DescribeLaunchConfigurationsautoscaling:DescribePoliciesaws-marketplace:GetEntitlementsaws-marketplace:ListEntitiesbackup:GetBackupVaultAccessPolicybackup:ListBackupJobsbackup:ListBackupPlansbackup:ListBackupVaultsbackup:ListCopyJobsbackup:ListRecoveryPointsByBackupVaultbackup:ListRestoreJobsbackup:ListRestoreTestingPlansbackup:ListTagsbackup:ListTagsForResourcebatch:DescribeComputeEnvironmentsbatch:DescribeJobDefinitionsbatch:DescribeJobQueuesbatch:ListJobsbedrock-agentcore:GetAgentRuntimebedrock-agentcore:GetCodeInterpreterbedrock-agentcore:ListAgentRuntimesbedrock-agentcore:ListCodeInterpretersbedrock:GetAgentbedrock:GetAgentActionGroupbedrock:GetCustomModelbedrock:GetDataSourcebedrock:GetEvaluationJobbedrock:GetFlowbedrock:GetGuardrailbedrock:GetInferenceProfilebedrock:GetKnowledgeBasebedrock:GetModelCustomizationJobbedrock:GetModelInvocationLoggingConfigurationbedrock:GetProvisionedModelThroughputbedrock:ListAgentActionGroupsbedrock:ListAgentsbedrock:ListCustomModelsbedrock:ListDataSourcesbedrock:ListEvaluationJobsbedrock:ListFlowsbedrock:ListFoundationModelsbedrock:ListGuardrailsbedrock:ListInferenceProfilesbedrock:ListKnowledgeBasesbedrock:ListModelCustomizationJobsbedrock:ListProvisionedModelThroughputscloudformation:DescribeStackscloudformation:ListStackscloudfront:GetDistributionConfigcloudfront:ListDistributionscloudfront:ListKeyGroupscloudfront:ListPublicKeyscloudfront:ListTagsForResourcecloudhsm:DescribeBackupscloudhsm:DescribeClusterscloudhsm:ListTagscloudtrail:DescribeTrailscloudtrail:GetEventSelectorscloudtrail:GetTrailStatuscloudtrail:ListTagscloudwatch:DescribeAlarmscloudwatch:GetMetricDatacloudwatch:ListTagsForResourcecodeartifact:DescribeDomaincodeartifact:DescribeRepositorycodeartifact:GetDomainPermissionsPolicycodeartifact:GetRepositoryEndpointcodeartifact:GetRepositoryPermissionsPolicycodeartifact:ListDomainscodeartifact:ListPackageGroupscodeartifact:ListPackagescodeartifact:ListRepositoriescodeartifact:ListTagsForResourcecodebuild:BatchGetProjectscodebuild:BatchGetReportGroupscodebuild:GetResourcePolicycodebuild:ListProjectscodebuild:ListReportGroupscodecommit:GetRepositorycodecommit:ListRepositoriescodecommit:ListTagsForResourcecodedeploy:BatchGetApplicationscodedeploy:BatchGetDeploymentGroupscodedeploy:GetDeploymentConfigcodedeploy:ListApplicationscodedeploy:ListDeploymentConfigscodedeploy:ListDeploymentGroupscodedeploy:ListTagsForResourcecodeguru-profiler:ListProfilingGroupscodeguru-reviewer:DescribeRepositoryAssociationcodeguru-reviewer:ListRepositoryAssociationscodeguru-reviewer:ListTagsForResourcecodepipeline:GetPipelinecodepipeline:ListPipelinescognito-identity:DescribeIdentityPoolcognito-identity:ListIdentityPoolscognito-idp:DescribeRiskConfigurationcognito-idp:DescribeUserPoolcognito-idp:DescribeUserPoolClientcognito-idp:DescribeUserPoolDomaincognito-idp:ListUserPoolClientscognito-idp:ListUserPoolscognito-idp:ListUsersconfig:BatchGetResourceConfigconfig:DescribeComplianceByConfigRuleconfig:DescribeConfigRulesconfig:GetComplianceDetailsByConfigRuledatasync:DescribeLocationEfsdatasync:DescribeLocationFsxLustredatasync:DescribeLocationFsxOntapdatasync:DescribeLocationFsxOpenZfsdatasync:DescribeLocationFsxWindowsdatasync:DescribeLocationHdfsdatasync:DescribeLocationNfsdatasync:DescribeLocationObjectStoragedatasync:DescribeLocationS3datasync:DescribeLocationSmbdatasync:DescribeTaskdatasync:ListLocationsdatasync:ListTagsForResourcedatasync:ListTasksdax:DescribeClustersdetective:GetInvestigationdetective:ListGraphsdetective:ListInvestigationsdetective:ListTagsForResourcedevops-guru:DescribeAccountHealthdevops-guru:DescribeServiceIntegrationdevops-guru:ListAnomaliesForInsightdevops-guru:ListInsightsdevops-guru:ListNotificationChannelsdirectconnect:DescribeConnectionsdirectconnect:DescribeDirectConnectGatewaysdirectconnect:DescribeLagsdirectconnect:DescribeVirtualInterfacesdms:DescribeEndpointsdms:DescribeReplicationInstancesdms:ListTagsForResourceds:DescribeDirectoriesdynamodb:DescribeContinuousBackupsdynamodb:DescribeGlobalTabledynamodb:DescribeTabledynamodb:ListBackupsdynamodb:ListGlobalTablesdynamodb:ListTablesdynamodb:ListTagsOfResourceec2:DescribeAddressesec2:DescribeCustomerGatewaysec2:DescribeFlowLogsec2:DescribeHostsec2:DescribeIamInstanceProfileAssociationsec2:DescribeImageAttributeec2:DescribeImagesec2:DescribeInstanceAttributeec2:DescribeInstancesec2:DescribeInternetGatewaysec2:DescribeKeyPairsec2:DescribeLaunchTemplateVersionsec2:DescribeLaunchTemplatesec2:DescribeManagedPrefixListsec2:DescribeNatGatewaysec2:DescribeNetworkAclsec2:DescribeNetworkInterfacesec2:DescribeRegionsec2:DescribeRouteTablesec2:DescribeSecurityGroupsec2:DescribeSnapshotAttributeec2:DescribeSnapshotsec2:DescribeSubnetsec2:DescribeTransitGatewayAttachmentsec2:DescribeTransitGatewayRouteTablesec2:DescribeTransitGatewayVpcAttachmentsec2:DescribeTransitGatewaysec2:DescribeVolumesec2:DescribeVpcEndpointConnectionsec2:DescribeVpcEndpointServiceConfigurationsec2:DescribeVpcEndpointServicePermissionsec2:DescribeVpcEndpointServicesec2:DescribeVpcEndpointsec2:DescribeVpcPeeringConnectionsec2:DescribeVpcsec2:DescribeVpnConnectionsec2:DescribeVpnGatewaysec2:GetEbsDefaultKmsKeyIdec2:GetEbsEncryptionByDefaultec2:GetManagedPrefixListEntriesecr:DescribeImageScanFindingsecr:DescribeImagesecr:DescribeRepositoriesecr:GetLifecyclePolicyecr:GetRepositoryPolicyecr:ListTagsForResourceecs:DescribeClustersecs:DescribeContainerInstancesecs:DescribeServicesecs:DescribeTaskDefinitionecs:DescribeTasksecs:ListClustersecs:ListContainerInstancesecs:ListServicesecs:ListTaskDefinitionFamiliesecs:ListTaskseks:DescribeClustereks:DescribeClusterVersionseks:DescribeNodegroupeks:ListClusterseks:ListNodegroupselasticache:DescribeCacheClusterselasticache:DescribeCacheSubnetGroupselasticache:DescribeReplicationGroupselasticache:DescribeSnapshotselasticache:ListTagsForResourceelasticfilesystem:DescribeFileSystemPolicyelasticfilesystem:DescribeFileSystemselasticfilesystem:DescribeMountTargetSecurityGroupselasticfilesystem:DescribeMountTargetselasticloadbalancing:DescribeListenerselasticloadbalancing:DescribeLoadBalancerAttributeselasticloadbalancing:DescribeLoadBalancerselasticloadbalancing:DescribeRuleselasticloadbalancing:DescribeTagselasticloadbalancing:DescribeTargetGroupselasticloadbalancing:DescribeTargetHealthelasticmapreduce:DescribeClusterelasticmapreduce:DescribeSecurityConfigurationelasticmapreduce:ListClusterselasticmapreduce:ListInstanceselasticmapreduce:ListSecurityConfigurationsemr-serverless:GetApplicationemr-serverless:ListApplicationses:DescribeDomainses:DescribeElasticsearchDomainses:ListDomainNameses:ListTagsevents:DescribeApiDestinationevents:DescribeArchiveevents:DescribeConnectionevents:DescribeEventBusevents:ListApiDestinationsevents:ListArchivesevents:ListConnectionsevents:ListEndpointsevents:ListEventBusesevents:ListRulesevents:ListTagsForResourceevents:ListTargetsByRulefirehose:DescribeDeliveryStreamfirehose:ListDeliveryStreamsfirehose:ListTagsForDeliveryStreamfms:ListAppsListsfms:ListPoliciesfms:ListProtocolsListsfms:ListResourceSetResourcesfms:ListResourceSetsfms:ListTagsForResourcefsx:DescribeFileSystemsglacier:GetVaultAccessPolicyglacier:GetVaultLockglacier:ListTagsForVaultglacier:ListVaultsglobalaccelerator:ListAcceleratorsglobalaccelerator:ListCustomRoutingAcceleratorsglobalaccelerator:ListCustomRoutingEndpointGroupsglobalaccelerator:ListCustomRoutingListenersglobalaccelerator:ListEndpointGroupsglobalaccelerator:ListListenersglobalaccelerator:ListTagsForResourceglue:GetConnectionglue:GetConnectionsglue:GetDataCatalogEncryptionSettingsglue:GetDatabaseglue:GetDatabasesglue:GetDevEndpointglue:GetDevEndpointsglue:GetJobglue:GetResourcePolicyglue:GetSecurityConfigurationsglue:GetTagsglue:ListJobsglue:ListSessionsgrafana:DescribeWorkspacegrafana:ListWorkspacesguardduty:DescribeOrganizationConfigurationguardduty:DescribePublishingDestinationguardduty:GetDetectorguardduty:GetFindingsguardduty:ListDetectorsguardduty:ListFindingsguardduty:ListOrganizationAdminAccountsguardduty:ListPublishingDestinationshealth:DescribeEventDetailshealth:DescribeEventsiam:GenerateCredentialReportiam:GetAccessKeyLastUsediam:GetAccountPasswordPolicyiam:GetAccountSummaryiam:GetCredentialReportiam:GetGroupiam:GetGroupPolicyiam:GetOpenIDConnectProvideriam:GetPolicyVersioniam:GetRoleiam:GetRolePolicyiam:GetSAMLProvideriam:GetServerCertificateiam:GetUseriam:GetUserPolicyiam:ListAccessKeysiam:ListAccountAliasesiam:ListEntitiesForPolicyiam:ListGroupPoliciesiam:ListGroupsiam:ListInstanceProfilesiam:ListMFADevicesiam:ListOpenIDConnectProviderTagsiam:ListOpenIDConnectProvidersiam:ListPoliciesiam:ListRolePoliciesiam:ListRoleTagsiam:ListRolesiam:ListSAMLProvidersiam:ListServerCertificatesiam:ListServiceSpecificCredentialsiam:ListUserPoliciesiam:ListUserTagsiam:ListUsersidentitystore:ListGroupMembershipsidentitystore:ListGroupsidentitystore:ListUsersimagebuilder:GetComponentimagebuilder:GetContainerRecipeimagebuilder:GetDistributionConfigurationimagebuilder:GetImageimagebuilder:GetImagePipelineimagebuilder:GetInfrastructureConfigurationimagebuilder:GetLifecyclePolicyimagebuilder:GetWorkflowimagebuilder:ListComponentsimagebuilder:ListContainerRecipesimagebuilder:ListDistributionConfigurationsimagebuilder:ListImageBuildVersionsimagebuilder:ListImagePipelinesimagebuilder:ListImagesimagebuilder:ListInfrastructureConfigurationsimagebuilder:ListLifecyclePoliciesimagebuilder:ListWorkflowsinspector2:DescribeOrganizationConfigurationinspector2:GetConfigurationinspector2:GetDelegatedAdminAccountinspector2:GetEncryptionKeyinspector2:ListCoverageinspector2:ListFiltersinspector2:ListFindingsinspector2:ListTagsForResourceinspector:DescribeAssessmentRunsinspector:DescribeFindingsinspector:DescribeRulesPackagesinspector:ListAssessmentRunsinspector:ListFindingskafka:GetBootstrapBrokerskafka:ListClustersV2kafka:ListTagsForResourcekinesis:DescribeStreamSummarykinesis:ListStreamConsumerskinesis:ListStreamskinesis:ListTagsForStreamkms:DescribeKeykms:GetKeyPolicykms:GetKeyRotationStatuskms:ListAliaseskms:ListKeyskms:ListResourceTagslambda:GetFunctionlambda:GetFunctionUrlConfiglambda:GetPolicylambda:ListCodeSigningConfigslambda:ListFunctionslambda:ListFunctionsByCodeSigningConfiglambda:ListTagslex:DescribeResourcePolicylex:ListBotAliaseslex:ListBotslicense-manager:ListLicenseslicense-manager:ListReceivedLicenseslogs:DescribeDestinationslogs:DescribeLogGroupslogs:DescribeMetricFilterslogs:DescribeSubscriptionFiltersmacie2:GetFindingsmacie2:ListFindingsmq:DescribeBrokermq:ListBrokersneptune-graph:GetGraphneptune-graph:GetImportTaskneptune-graph:ListExportTasksneptune-graph:ListGraphSnapshotsneptune-graph:ListGraphsneptune-graph:ListImportTasksneptune-graph:ListPrivateGraphEndpointsneptune-graph:ListTagsForResourceneptune:DescribeDBClustersneptune:DescribeDBInstancesnetwork-firewall:DescribeFirewallnetwork-firewall:DescribeFirewallPolicynetwork-firewall:DescribeRuleGroupnetwork-firewall:ListFirewallPoliciesnetwork-firewall:ListFirewallsnetwork-firewall:ListRuleGroupsnetworkmanager:GetConnectPeernetworkmanager:GetCoreNetworknetworkmanager:GetCoreNetworkPolicynetworkmanager:ListAttachmentRoutingPolicyAssociationsnetworkmanager:ListAttachmentsnetworkmanager:ListConnectPeersnetworkmanager:ListCoreNetworkPolicyVersionsnetworkmanager:ListCoreNetworksorganizations:DescribeAccountorganizations:DescribeOrganizationorganizations:DescribeOrganizationalUnitorganizations:DescribePolicyorganizations:ListAccountsorganizations:ListChildrenorganizations:ListPoliciesorganizations:ListRootsorganizations:ListTagsForResourceorganizations:ListTargetsForPolicyquicksight:DescribeAccountSettingsquicksight:DescribeAccountSubscriptionquicksight:DescribeDashboardquicksight:DescribeDashboardPermissionsquicksight:DescribeDataSetquicksight:DescribeDataSourcequicksight:DescribeIpRestrictionquicksight:DescribeKeyRegistrationquicksight:DescribeVpcConnectionquicksight:ListCustomPermissionsquicksight:ListDashboardsquicksight:ListDataSetsquicksight:ListDataSourcesquicksight:ListGroupMembershipsquicksight:ListGroupsquicksight:ListNamespacesquicksight:ListTagsForResourcequicksight:ListUsersquicksight:ListVpcConnectionsram:GetResourceShareAssociationsram:GetResourceShareInvitationsram:GetResourceSharesram:ListResourcesrds:DescribeDBClusterParameterGroupsrds:DescribeDBClusterParametersrds:DescribeDBClusterSnapshotsrds:DescribeDBClustersrds:DescribeDBInstancesrds:DescribeDBParameterGroupsrds:DescribeDBParametersrds:DescribeDBProxiesrds:DescribeDBProxyTargetGroupsrds:DescribeDBProxyTargetsrds:DescribeDBSnapshotsrds:DescribeDBSubnetGroupsrds:DescribeOptionGroupsredshift-serverless:ListEndpointAccessredshift-serverless:ListNamespacesredshift-serverless:ListRecoveryPointsredshift-serverless:ListSnapshotsredshift-serverless:ListTagsForResourceredshift-serverless:ListUsageLimitsredshift-serverless:ListWorkgroupsredshift:DescribeClusterParameterGroupsredshift:DescribeClusterParametersredshift:DescribeClustersredshift:DescribeDataSharesredshift:DescribeLoggingStatusresource-explorer-2:GetDefaultViewresource-explorer-2:GetIndexresource-explorer-2:GetViewresource-explorer-2:ListIndexesresource-explorer-2:ListTagsForResourceresource-explorer-2:ListViewsrolesanywhere:GetProfilerolesanywhere:GetTrustAnchorrolesanywhere:ListProfilesrolesanywhere:ListTagsForResourcerolesanywhere:ListTrustAnchorsroute53:GetHostedZoneroute53:ListHostedZonesroute53:ListResourceRecordSetsroute53domains:GetDomainDetailroute53domains:ListDomainsroute53domains:ListTagsForDomainroute53resolver:ListResolverRuleAssociationsroute53resolver:ListResolverRulesroute53resolver:ListTagsForResources3:GetAccountPublicAccessBlocks3:GetBucketAcls3:GetBucketLocations3:GetBucketLoggings3:GetBucketNotifications3:GetBucketObjectLockConfigurations3:GetBucketOwnershipControlss3:GetBucketPolicys3:GetBucketPolicyStatuss3:GetBucketPublicAccessBlocks3:GetBucketTaggings3:GetBucketVersionings3:GetBucketWebsites3:GetEncryptionConfigurations3:GetInventoryConfigurations3:GetLifecycleConfigurations3:GetReplicationConfigurations3:ListAccessPointss3:ListAllMyBucketssagemaker:DescribeDomainsagemaker:DescribeEndpointsagemaker:DescribeEndpointConfigsagemaker:DescribeFeatureGroupsagemaker:DescribeModelsagemaker:DescribeNotebookInstancesagemaker:DescribeProcessingJobsagemaker:DescribeTrainingJobsagemaker:DescribeTransformJobsagemaker:ListDomainssagemaker:ListEndpointssagemaker:ListFeatureGroupssagemaker:ListModelssagemaker:ListNotebookInstancessagemaker:ListProcessingJobssagemaker:ListTagssagemaker:ListTrainingJobssagemaker:ListTransformJobssecretsmanager:DescribeSecretsecretsmanager:GetResourcePolicysecretsmanager:ListSecretVersionIdssecretsmanager:ListSecretssecurityhub:DescribeHubsecurityhub:DescribeStandardssecurityhub:DescribeStandardsControlssecurityhub:GetEnabledStandardssecurityhub:GetFindingsservicecatalog:DescribeConstraintservicecatalog:DescribePortfolioservicecatalog:DescribeProductAsAdminservicecatalog:ListConstraintsForPortfolioservicecatalog:ListLaunchPathsservicecatalog:ListPortfoliosservicecatalog:ListPortfoliosForProductservicecatalog:ListPrincipalsForPortfolioservicecatalog:ListProvisioningArtifactsservicecatalog:ListResourcesForTagOptionservicecatalog:ListTagOptionsservicecatalog:SearchProductsAsAdminservicediscovery:GetInstanceservicediscovery:ListInstancesservicediscovery:ListNamespacesservicediscovery:ListServicesservicediscovery:ListTagsForResourceses:GetConfigurationSetses:GetEmailIdentityses:ListConfigurationSetsses:ListEmailIdentitiesses:ListReceiptFiltersshield:DescribeDRTAccessshield:DescribeEmergencyContactSettingsshield:DescribeSubscriptionshield:GetSubscriptionStateshield:ListProtectionGroupsshield:ListProtectionsshield:ListResourcesInProtectionGroupshield:ListTagsForResourcesigner:GetSigningProfilesigner:ListProfilePermissionssigner:ListSigningJobssigner:ListSigningProfilessns:GetSubscriptionAttributessns:GetTopicAttributessns:ListSubscriptionssns:ListTagsForResourcesns:ListTopicssqs:GetQueueAttributessqs:ListQueueTagssqs:ListQueuesssm:DescribeDocumentPermissionssm:DescribeInstanceInformationssm:DescribeInstancePatchStatesssm:DescribeParametersssm:DescribePatchBaselinesssm:DescribePatchGroupStatessm:DescribePatchGroupsssm:GetDocumentssm:GetServiceSettingssm:ListAssociationsssm:ListComplianceItemsssm:ListComplianceSummariesssm:ListDocumentsssm:ListInventoryEntriesssm:ListTagsForResourcesso:DescribePermissionSetsso:GetInlinePolicyForPermissionSetsso:ListAccountAssignmentssso:ListAccountAssignmentsForPrincipalsso:ListAccountsForProvisionedPermissionSetsso:ListApplicationssso:ListCustomerManagedPolicyReferencesInPermissionSetsso:ListInstancessso:ListManagedPoliciesInPermissionSetsso:ListPermissionSetssso:ListTagsForResourcestates:DescribeStateMachinestates:ListStateMachinesstates:ListTagsForResourcestoragegateway:DescribeCachediSCSIVolumesstoragegateway:DescribeGatewayInformationstoragegateway:DescribeNFSFileSharesstoragegateway:DescribeSMBFileSharesstoragegateway:DescribeStorediSCSIVolumesstoragegateway:DescribeTapeArchivesstoragegateway:ListFileSharesstoragegateway:ListGatewaysstoragegateway:ListTagsForResourcestoragegateway:ListTapePoolsstoragegateway:ListTapesstoragegateway:ListVolumestag:GetResourcestransfer:DescribeServertransfer:ListServerstransfer:ListTagsForResourcetransfer:ListUsersvpc-lattice:ListListenersvpc-lattice:ListServiceNetworkServiceAssociationsvpc-lattice:ListServiceNetworkVpcAssociationsvpc-lattice:ListServiceNetworkVpcEndpointAssociationsvpc-lattice:ListServiceNetworksvpc-lattice:ListServicesvpc-lattice:ListTargetGroupswaf:GetWebACLwaf:ListWebACLswafv2:GetIPSetwafv2:GetLoggingConfigurationwafv2:GetRuleGroupwafv2:GetWebACLwafv2:ListIPSetswafv2:ListResourcesForWebACLwafv2:ListRuleGroupswafv2:ListTagsForResourcewafv2:ListWebACLsworkspaces:DescribeTagsworkspaces:DescribeWorkspaceBundlesworkspaces:DescribeWorkspacesxray:GetEncryptionConfigxray:GetGroupsxray:ListResourcePoliciesxray:ListTagsForResource
Roles
RBAC roles that must be assigned to the integration principal.
Show Roles (205)
access-analyzer:List*account:Get*acm-pca:List*acm:Describe*acm:List*airflow:Get*airflow:List*apigateway:GET arn:aws:apigateway:*::/*appconfig:Get*appconfig:List*aps:Describe*aps:Get*aps:List*athena:Get*athena:List*auditmanager:Get*auditmanager:List*autoscaling:Describe*aws-marketplace:Get*aws-marketplace:List*backup:Get*backup:List*batch:Describe*batch:List*bedrock-agentcore:Get*bedrock-agentcore:List*bedrock:Get*bedrock:List*cloudformation:Describe*cloudformation:List*cloudfront:Get*cloudfront:List*cloudhsm:Describe*cloudhsm:List*cloudtrail:Describe*cloudtrail:Get*cloudtrail:List*cloudwatch:Describe*cloudwatch:Get*cloudwatch:List*codeartifact:Describe*codeartifact:Get*codeartifact:List*codebuild:BatchGet*codebuild:Get*codebuild:List*codecommit:Get*codecommit:List*codedeploy:BatchGet*codedeploy:Get*codedeploy:List*codeguru-profiler:List*codeguru-reviewer:Describe*codeguru-reviewer:List*codepipeline:Get*codepipeline:List*cognito-identity:Describe*cognito-identity:List*cognito-idp:Describe*cognito-idp:List*config:BatchGet*config:Describe*config:Get*datasync:Describe*datasync:List*dax:Describe*detective:Get*detective:List*devops-guru:Describe*devops-guru:List*directconnect:Describe*dms:Describe*dms:List*ds:Describe*dynamodb:Describe*dynamodb:List*ec2:Describe*ec2:Get*ecr:Describe*ecr:Get*ecr:List*ecs:Describe*ecs:List*eks:Describe*eks:List*elasticache:Describe*elasticache:List*elasticfilesystem:Describe*elasticloadbalancing:Describe*elasticmapreduce:Describe*elasticmapreduce:List*emr-serverless:Get*emr-serverless:List*es:Describe*es:List*events:List*firehose:Describe*firehose:List*fms:List*fsx:Describe*glacier:Get*glacier:List*globalaccelerator:List*glue:Get*glue:List*grafana:Describe*grafana:List*guardduty:Describe*guardduty:Get*guardduty:List*health:Describe*iam:Generate*iam:Get*iam:List*identitystore:List*imagebuilder:Get*imagebuilder:List*inspector2:Describe*inspector2:Get*inspector2:List*inspector:Describe*inspector:List*kafka:Get*kafka:List*kinesis:Describe*kinesis:List*kms:Describe*kms:Get*kms:List*lambda:Get*lambda:List*lex:Describe*lex:List*license-manager:List*logs:Describe*macie2:Get*macie2:List*mq:Describe*mq:List*neptune-graph:Get*neptune-graph:List*neptune:Describe*network-firewall:Describe*network-firewall:List*networkmanager:Get*networkmanager:List*organizations:Describe*organizations:List*quicksight:Describe*quicksight:List*ram:Get*ram:List*rds:Describe*redshift-serverless:List*redshift:Describe*rolesanywhere:Get*rolesanywhere:List*route53:Get*route53:List*route53domains:Get*route53domains:List*route53resolver:List*s3:Get*s3:List*sagemaker:Describe*sagemaker:List*secretsmanager:Describe*secretsmanager:Get*secretsmanager:List*securityhub:Describe*securityhub:Get*servicediscovery:Get*servicediscovery:List*ses:Get*ses:List*shield:Describe*shield:Get*shield:List*signer:Get*signer:List*sns:Get*sns:List*sqs:Get*sqs:List*ssm:Describe*ssm:Get*ssm:List*sso:Describe*sso:Get*sso:List*states:Describe*states:List*storagegateway:Describe*storagegateway:List*tag:Get*transfer:Describe*transfer:List*vpc-lattice:List*waf:Get*waf:List*wafv2:Get*wafv2:List*workspaces:Describe*xray:Get*xray:List*