Skip to content

Commit

Permalink
CNVM FAQ Updates 8.9 (#3579) (#3614)
Browse files Browse the repository at this point in the history
* FAQ Updates 8.9

* Update docs/cloud-native-security/vuln-management-faq.asciidoc

(cherry picked from commit d19f8d7)

Co-authored-by: Benjamin Ironside Goldstein <[email protected]>
  • Loading branch information
mergify[bot] and benironside authored Jul 25, 2023
1 parent 1dc8415 commit 3a30177
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/cloud-native-security/vuln-management-faq.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Yes, CNVM scans all AWS EC2 instances in every scan cycle, including any created

*Does CNVM scan AWS EC2 instances with encrypted volumes?*

CNVM does not currently support scanning of encrypted volumes. This limitation will be addressed in future releases.
Encrypted volumes can be scanned only if they were encrypted using Amazon's default EBS key.

*Does CNVM prevent multiple installations in a single region?*

Expand All @@ -50,3 +50,7 @@ Yes, CNVM scans all EC2 instances, whether they are running or stopped, to ensur
*What AWS permissions does the user require to run the CloudFormation template for CNVM onboarding?*

To run the CloudFormation template for CNVM onboarding, you need an AWS user account with permissions to perform the following actions: run CloudFormation templates, create IAM Roles and InstanceProfiles, and create EC2 SecurityGroups and Instances.

*Why do I get an error when I try to run the CloudFormation template?*

It's possible you're using an unsupported region. Currently the `eu-north-1` and `af-south-1` regions are not supported because they don't provide the required instance types.

0 comments on commit 3a30177

Please sign in to comment.