Have been exploring Policy Packs, and one thing th...
# general
f
Have been exploring Policy Packs, and one thing that came to mind was a SOC 2 policy pack for AWS. Does something like that exist?
I imagine it's a superset of AWS Guard?
l
As I understand it, AWS Guard is aligned to AWS' recommendations, rather than a published compliance standard. They might overlap a lot, but I don't think there's any deliberate attempt to follow SOC 2.
To see the Pulumi-provided templates, you can run
pulumi policy new
and scroll through them. There's nothing called SOC 2, though there are PCIDSS and ISO27001.
You could search the internet, someone may have published one. Pulumi policy packs are very shareable.