{"library":"spotilyzer","title":"Spotilyzer","type":"library","description":"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.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotilyzer"],"cli":{"name":"spotilyzer","version":"usage: spotilyzer [-h]"}},"imports":["import spotilyzer"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/conrad-mukai/spotilyzer","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotilyzer/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import boto3\nfrom spotilyzer import analyze_fleet\n\nsession = boto3.Session()\nclient = session.client('ec2')\n# Replace with your Spot Fleet request ID\nfleet_id = 'sfr-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'\nresult = analyze_fleet(client, fleet_id)\nprint(result)","lang":"python","description":"Initialize a boto3 EC2 client and analyze a Spot Fleet request by its ID.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}