Amazon Inspector
Amazon Inspector (v2) — account enable/disable, vulnerability findings with aggregations and filters, resource coverage listings, SearchVulnerabilities, and finding tagging.
Quick start
# See /docs/services/ for SDK patterns; Amazon Inspector uses the standard boto3 client.
Supported operations
14 operations exposed by this service as of MiniStack 1.5.7. Extracted directly from the handler dispatch in the source module.
BatchGetFindingDetails
CreateFilter
DeleteFilter
Disable
Enable
ListCoverage
ListCoverageStatistics
ListFilters
ListFindingAggregations
ListFindings
ListTagsForResource
SearchVulnerabilities
TagResource
UntagResource
CloudFormation
No CloudFormation resource types map to this service yet. Resources can still be created via the SDK or CLI.
Known limitations
- No real scanning — findings are deterministic stubs, so integration tests are reproducible; nothing inspects your actual ECR images or EC2 instances.
Source
ministack/services/inspector2.py
Read the source to verify the ops list above — dispatch tables and handler functions are the ground truth.