← Prompts
Skill / Understand Cybersecurity Agent Skills

AWS IAM Permission Boundaries - Workflows

# AWS IAM Permission Boundaries - Workflows ## Boundary Policy Creation Workflow ``` 1. Security team identifies allowed services for developer workloads │ 2. Draft permission boundary policy

# AWS IAM Permission Boundaries - Workflows

## Boundary Policy Creation Workflow

```
1. Security team identifies allowed services for developer workloads
       │
2. Draft permission boundary policy (JSON)
       │
3. Peer review by second security engineer
       │
4. Test in sandbox account:
       ├── Create test role with boundary
       ├── Verify allowed actions succeed
       ├── Verify blocked actions are denied
       └── Verify boundary cannot be self-modified
       │
5. Commit policy to version control (IaC repository)
       │
6. Deploy via CI/CD pipeline (Terraform/CloudFormation)
       │
7. Attach boundary to all developer-created roles
```

## Developer Role Creation Workflow (with Boundary)

Sign in to view the full prompt.

Sign In

Classification

Skill Capability with explicit trigger pattern
Skill Understand
Explain or analyze
Scope Project
This codebase
Manual Manually placed / Persistent