UNPKG

cloud-report

Version:

Collects and analyzes cloud resources

22 lines (21 loc) 956 B
export * from "./default_security_groups_used"; export * from "./default_vpcs_used"; export * from "./dedicated_ec2_instances_used"; export * from "./elastic_ips_unused"; export * from "./instance_stored_volume_used"; export * from "./instances_profiles_used"; export * from "./instances_reserved"; export * from "./instances_unnamed"; export * from "./instances_untagged"; export * from "./instances_without_elastic_ip"; export * from "./key_pairs_unused"; export * from "./mssql_db_port_open_to_world"; export * from "./mysql_db_port_open_to_world"; export * from "./oracle_db_port_open_to_world"; export * from "./postgre_sql_db_port_open_to_world"; export * from "./rdp_port_open_to_world"; export * from "./security_groups_wide_port_range"; export * from "./ssh_port_open_to_world"; export * from "./termination_protection_enabled"; export * from "./volume_delete_protection_enabled"; export * from "./instances_volume_snapshot";