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:

 

  1. Go to the Event Hub.
  2. Press the Settings tab.
  3. Press Add source.
  4. Set up configuration.
    1. Name – the name which you prefer to give for this integration on Botprise.
    2. ARN – the ARN role from your AWS account that was created in the previous step.
  5. Add filters for Security Hub findings if you would like to.

ARN role Setup

  1. Navigate to IAM in your AWS console.
  2. Go to Roles in your IAM resources table.
  3. Click “Create role”.
  4. In “Trusted entity type” select “AWS Account”.
  5. In “An AWS account” fill with “489440529964”.
  6. Add an External Id in Options, which you can copy from the Botprise configuration page.
  7. Click “Next” and choose permissions for CloudFormation (Policy JSON attached).
  8. Copy created ARN of this role into “ARN” field on Botprise. 

JSON

				
					{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "securityhub:EnableSecurityHub",
                "sns:GetTopicAttributes",
                "cloudformation:CreateStack",
                "sns:DeleteTopic",
                "sns:CreateTopic",
                "sns:Subscribe",
                "sns:ConfirmSubscription",
                "events:DescribeRule",
                "events:DeleteRule",
                "events:DisableRule",
                "events:EnableRule",
                "events:PutRule",
                "sns:SetTopicAttributes",
                "events:RemoveTargets",
                "events:PutTargets",
                "cloudformation:DeleteStack"
            ],
            "Resource": "*"
        }
    ]
}