-
-
Notifications
You must be signed in to change notification settings - Fork 120
Description
Description
AWS recently introduced Amazon Bedrock Application Inference Profiles, which are currently not supported by aws-nuke.
When using aws-nuke in accounts that leverage Bedrock, these inference profile resources are left behind during cleanup, which can cause incomplete account resets and unexpected residual resources.
The default quota for Bedrock application inference profiles is 1000 per AWS account, which means in some accounts a significant number of resources could accumulate if not properly deleted.
Requested Feature
Please add support for nuking Amazon Bedrock application inference profile resources in aws-nuke.
This would include:
Detecting existing Bedrock application inference profiles
Properly listing and deleting them during a nuke run
Supporting them in both dry-run and actual deletion modes