Public Resources Review and Remediation

Runs a public resources report. If no resources are found, the workflow ends. If resources are found, it further distinguishes between those that need manual approval and those eligible for auto remediation. Approved or auto-remediated resources are then processed, and all branches merge into one final end.

1. Run Public Resources Report

  • Generate a comprehensive report of all public AWS resources in the account.

2. Evaluate Report Findings

  • If no public resources are found, return 'none'. If public resources are found that require manual review, return 'approval'. If public resources are found that are eligible for automatic remediation, return 'auto'.

3. Approval for Private Conversion

  • Request manual approval from the security team to convert the identified public resources to private access.

4. Remediate Public Resources (Post Approval)

  • Run scripts to update resource settings and revoke public access for the approved resources.

5. Auto Remediate Public Resources

  • Run automated remediation to update resource settings and revoke public access.
Workflow Ready

Public Resources Review and Remediation