INTEGRATE
Integration Mesh

Connect all your business tools into one platform, including Slack, AWS, SAP, and 400+ others

DESIGN
No-code Smart Workflow Studio

Drag and drop from 100+ pre-build automation and decision units in minutes to get a unique workflow for your business automation

Developer Workbench

Bring your custom automation ideas to life with a powerful toolkit for developers

ACT
Autoremediation and Predictions

Use smart behavioral analytics and decision units to prevent incidents before they impact your business

Smartbots

Improve interactions in your teams with in-time notifications and information exchange

ANALYZE
Bot Analytics

Illuminate important business processes and get insights for smart management decisions

AWS CSPM

AWS Botprise Background

AWS SecOps Solutions

AWS

Partner Network

Validated

Type
Partner

Prerequisite

- Enable Security Hub
- Configure Cloud watch
- Configure SNS topic

  SecOps Competency


    Hyperautomation competency


    Solution Provider 


    Channel Partner

Botprise AWS Integration setup:

  • Customer needs to create a cross-account IAM role in their aws account and grant access to Botprise for the necessary resources. Add the following section under the trust relationship section of the cross account role:
				
					 { "Version": "2012-10-17", 
"Statement": { 
 "Effect": "Allow", 
 "Principal": { 
 "AWS": "Example Corp's AWS Account ID" 
}, 
"Action": "sts:AssumeRole",
 "Condition": { 
"StringEquals": { 
"sts:ExternalId": "645143ea2e69a6972ad00b62" 
} 
} 
} 
}
				
			
  • A cloudformation stack is to be created on customer AWS account  using the cloud formation template provided by Botprise, which can be accessed using an S3 URL  https://botprisecftemplates.s3.amazonaws.com/security_hub_stack_with_endpoint.yml
    Inside of this we have a policy with permissions, which defined in this policy.
  • Navigate to Integration Mesh ( Left Menu ) > Add Integration (Click on the plus sign, the “add integration” button.)
  • On the left you will see the list of integration categories. Select/Search for Cloud and click on it. 
  • Select AWS from the right panel and click Next
  • Provide a name for the integration, and supply the Arn of the Role that you have created before. Under services you will select the list of services for which you want to do the remediations. Almost all the services offered by AWS such as  S3, EC2, IAM etc., are supported by the Botprise platform.