aws-cdk-rfcs
aws-cdk-rfcs copied to clipboard
Security-restricted environments
PR | Champion |
---|---|
# |
Description
- [ ] Permission Boundaries
- [ ] Bootstrapping Privileges
- [ ] Enforcement of policy during synth (aspects?), during deployment (CFN hooks?) and at runtime (AWS Config?)
Progress
- [x] Tracking Issue Created
- [ ] RFC PR Created
- [ ] Core Team Member Assigned
- [ ] Initial Approval / Final Comment Period
- [ ] Ready For Implementation
- [ ] implementation issue 1
- [ ] Resolved
Slightly related to Permissions Boundaries, but I'd also like to see Resource Boundaries. CDK is in a great position to enforce "no EC2 resources may be created" or "no IAM resources may be imported" to accommodate some highly regulated environments.
All supported now: https://aws.amazon.com/about-aws/whats-new/2023/04/aws-cloud-development-kit-cdk-policies-validations/ https://aws.amazon.com/blogs/devops/secure-cdk-deployments-with-iam-permission-boundaries/