basti-app / basti

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

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

Closed BohdanPetryshyn closed 2 months ago

BohdanPetryshyn commented 2 months 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