Update Guide
If you don’t have an existing bucketAV installation, read the Setup Guide instead!
You can update bucketAV without downtime. An update can happen while files are scanned.
Update bucketAV
If you update from Version 1.x, read the Migration Guide first! Which version am I using?
- To update bucketAV to version v2.10.0, go to the AWS CloudFormation Management Console .
- Double-check the region at the top right.
- If you followed the Setup Guide, search for
bucketav
(ors3-virusscan
for older installations), otherwise search for the name you specified. - Select the stack and click on Update.
- Select Replace current template and provide an Amazon S3 URL from the following list based on your delivery method (aka fulfillment option):
- Which delivery method am I using?
- Dedicated public VPC (recommended):
https://s3.amazonaws.com/awsmp-fulfillment-cf-templates-prod/39d58953-9c3f-4b5d-a00c-3df2aa282f32/58fc7b69-2586-4ae8-97e9-0c0247af9ed7.template
Copy - Dedicated private VPC:
https://s3.amazonaws.com/awsmp-fulfillment-cf-templates-prod/39d58953-9c3f-4b5d-a00c-3df2aa282f32/b17a34b4-d841-4346-961c-c59fc6f9b588.template
Copy - Existing VPC:
https://s3.amazonaws.com/awsmp-fulfillment-cf-templates-prod/39d58953-9c3f-4b5d-a00c-3df2aa282f32/78b0e97f-b916-454b-8c2d-c8e326ad755f.template
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.
You are done!
Migration Guide
v1 to v2
- The product was renamed from VirusScan for Amazon S3 to bucketAV - Antivirus for Amazon S3.
- EC2 instances now run on spot capacity. Set the parameter CapacityStrategy to
OnDemandOnly
to launch on-demand instances as before (more expensive). - The parameter VolumeSize was removed. No action is needed.
- The SNS message subject changed from
s3-virusscan s3://${BUCKET_NAME}
tobucketAV Scan Result for S3 Bucket ${BUCKET_NAME}
. No topic subscriber should rely on the subject. - The parameter TagKey now defaults to
bucketav
(previouslys3-virusscan
) for new installations. You can change the default if needed. - If the parameter OpsCenterIntegration is set to true, the source in Ops Items changes from
s3-virusscan
tobucketAV
. - Add-Ons
- The parameter S3VirusScanStackName changed to BucketAVStackName.
v1.3 to 1.4
If you use bucketAV in a Multi-Account setup, please whitelist all accounts by adding them (comma separated) in the AWSAccountRestriction parameter.