Manage IaC+ and cloud issues
Last updated
Last updated
More information
Snyk privacy policy© 2024 Snyk Limited | All product and company names and logos are trademarks of their respective owners.
Release status
The Fix Cloud issues in IaC feature is now available for users who use Terraform with AWS, Azure, and/or Google Cloud.
When Snyk scans an IaC+ or cloud environment, it tests infrastructure configurations against a comprehensive set of security rules. These rules identify misconfigurations that can lead to security problems. For example, Snyk can scan the configuration of an Amazon Web Services (AWS) S3 bucket to see if it is publicly readable, and so vulnerable to a data breach.
Any IaC or cloud misconfiguration Snyk finds is reported as an issue. The cloud issues page in the Snyk Web UI provides details about each issue, including status, severity, impact, associated resources, and other information.
Issues have the following components:
Resource: The cloud resource that is tested, such as an AWS S3 bucket
Rule: The rule that is used to test the resource, such as "S3 bucket is publicly readable"
See Key concepts for more details.
The first time a misconfiguration is detected, Snyk opens an issue for that rule and resource. The issue remains open across scans as long as the misconfiguration is present.
In a later scan, if the misconfiguration is resolved, Snyk closes the issue.
If your environment contains an AWS S3 bucket named prod-backups-bucket
that is publicly readable, the issue lifecycle could look as follows:
During an environment scan, Snyk tests prod-backups-bucket
against the rule "S3 bucket is publicly readable."
Snyk opens an issue.
You do not fix the bucket.
On the next scan, Snyk tests prod-backups-bucket
against the rule again.
The issue stays open, with the same unique identifier.
In AWS, you configure prod-backups-bucket
to be private.
On the next scan, Snyk tests prod-backups-bucket
against the rule again.
Snyk closes the issue because the bucket is not publicly readable and no longer fails the rule.