AWS Spot Fleet Analyzer that analyzes Spot Fleet requests and provides recommendations for improving cost efficiency and instance availability. Version 0.2.0, low activity.
pip install spotilyzerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a boto3 EC2 client and analyze a Spot Fleet request by its ID.
Pass an EC2 client object: client = session.client('ec2')Ensure the fleet ID exists and the caller has DescribeSpotFleetRequests permissions.
Run 'pip install spotilyzer' and ensure you're using the same Python environment.
Use 'from spotilyzer import analyze_fleet' after checking you have version 0.2.0.