Skip to content

Instantly share code, notes, and snippets.

View trunet's full-sized avatar

Wagner Sartori Junior trunet

View GitHub Profile
@pmoranga
pmoranga / aws-check-reserved-instances.py
Last active November 20, 2021 19:03
AWS Reserved Report
#!/usr/bin/env python3
import boto3
import warnings
warnings.filterwarnings('ignore', category=UnicodeWarning)
def get_count_reserved_by_family_base(instances,instance_type,platform):
item = {}
total = 0