What SOC 2 evidence is needed for AWS infrastructure?

March 6, 20262 min readSOC 2 for Specific Tech Stacks

AWS Evidence by Service

AWS ServiceSOC 2 EvidenceControl
IAMUser list, MFA status, password policy, role policiesCC6.1
S3Public access block, encryption, bucket policiesCC6.7
RDS/AuroraEncryption at rest, backup config, security groupsCC6.7, A1.2
CloudTrailMulti-region trail enabled, log file validationCC7.2
CloudWatchAlarms for critical metrics, SNS notificationsCC7.2
VPCSecurity group rules, NACL rules, flow logsCC6.6
KMSKey management policies, rotation settingsCC6.1

Priority Order for Startups

Not every AWS service needs evidence. Focus on:

  1. IAM (required) — Root account MFA, user MFA, least-privilege policies
  2. CloudTrail (required) — Proves you have audit logging
  3. Your database (required) — Encryption and access restrictions
  4. S3 (if you use it) — Public access blocks, encryption
  5. Security groups (required) — Network access controls

Inherited Controls from AWS

AWS has its own SOC 2 Type II report covering physical security, hardware management, and network infrastructure. You can reference this in your system description. Your auditor tests your configuration of AWS services, not AWS's underlying infrastructure.

Quick Wins

  • Enable MFA on root account. This takes 5 minutes and is always tested.
  • Turn on CloudTrail. Enable a multi-region trail with log file validation.
  • Block public S3 access. Enable the account-level public access block.
  • Review security groups. Remove any 0.0.0.0/0 inbound rules that aren't necessary.
  • Enable RDS encryption. If not already enabled, this may require creating a new encrypted instance and migrating.

Evidence Collection Tips

  • Use AWS Config for continuous compliance monitoring if your budget allows
  • Screenshot the console rather than exporting JSON — auditors prefer visual evidence
  • Run AWS Trusted Advisor to catch common misconfigurations before the audit

Ready to Automate Your Compliance?

Join 50+ companies automating their compliance evidence with Screenata.

© 2025 Screenata. All rights reserved.