Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 666 Bytes

File metadata and controls

37 lines (22 loc) · 666 Bytes

Iam Access Analyzer

An AWS CLI tutorial that demonstrates Accessanalyzer operations.

Running

bash iam-access-analyzer.sh

To auto-run with cleanup:

echo 'y' | bash iam-access-analyzer.sh

What it does

  1. Creating analyzer: $ANALYZER
  2. Listing findings
  3. Getting analyzer details
  4. Listing analyzers

Resources created

  • Analyzer

The script prompts you to clean up resources when it finishes.

Cost

Free tier eligible for most operations. Clean up resources after use to avoid charges.

Related docs