OpsCenter integration Add-On
This add-on reports findings to AWS Systems Manager OpsCenter for further analysis.
Table of Contents
Setup
- Set the Stack name to
bucketav-ops-center
. - Set the BucketAVStackName parameter to the stack name of bucketAV (if you followed our docs, the name is
bucketav
, ors3-virusscan
for older installations). - Select I acknowledge that AWS CloudFormation might create IAM resources.
- Click on the Create stack button to save.
Terraform
resource "aws_cloudformation_stack" "bucketav_add_on_ops_center" {
name = "bucketav-ops-center"
template_url = "https://bucketav-add-ons.s3.eu-west-1.amazonaws.com/ops-center/v2.1.0/bucketav-add-on-ops-center.yaml"
capabilities = ["CAPABILITY_IAM"]
parameters = {
BucketAVStackName = "bucketav" # if you followed our docs, the name is `bucketav`, or `s3-virusscan` for older installations
}
}
Update
- To update this add-on to version v2.1.0, go to the AWS CloudFormation Management Console .
- Double-check the region at the top right.
- Search for
bucketav-ops-center
(ors3-virusscan-ops-center
for older installations), otherwise search for the name you specified. - Select the stack and click on Update.
- Select Replace current template and set the Amazon S3 URL to
https://bucketav-add-ons.s3.eu-west-1.amazonaws.com/ops-center/v2.1.0/bucketav-add-on-ops-center.yaml
Copy - Click on Next.
- Scroll to the bottom of the page and click on Next.
- Scroll to the bottom of the page and click on Next.
- Scroll to the bottom of the page, enable I acknowledge that AWS CloudFormation might create IAM resources, and click on Update stack.
- While the update runs, the stack status is UPDATE_IN_PROGRES. Reload the table from time to time and …
- … wait until the CloudFormation stack status switches to UPDATE_COMPLETE.
Architecture
The following AWS services are used:
- SNS Subscription to connect to the Findings Topic.
- Lambda Function to report to Security Hub.
- CloudWatch Alarms to monitor the used AWS services.