basti-app / basti

✨ Securely connect to RDS, Elasticache, and other AWS resources in VPCs with no idle cost
https://www.basti.app
MIT License
333 stars 17 forks source link

fix(many): make cleanup respect region for IAM resources #109

Closed BohdanPetryshyn closed 3 weeks ago

BohdanPetryshyn commented 3 weeks ago

Proposed Changes

This PR makes basti cleanup command only delete resources in the region for which it was invoked. Previously, all IAM resources were cleaned up since IAM is a global AWS service.

The path is also added in Basti CDK.

Related Issues/PRs

104

Checklist