LICENSE
MANIFEST.in
README
README.md
pyproject.toml
src/conftest.py
src/runbooks/__init__.py
src/runbooks/__init___optimized.py
src/runbooks/__main__.py
src/runbooks/base.py
src/runbooks/config.py
src/runbooks/main.py
src/runbooks.egg-info/PKG-INFO
src/runbooks.egg-info/SOURCES.txt
src/runbooks.egg-info/dependency_links.txt
src/runbooks.egg-info/entry_points.txt
src/runbooks.egg-info/requires.txt
src/runbooks.egg-info/top_level.txt
src/runbooks/_platform/__init__.py
src/runbooks/_platform/core/runbooks_wrapper.py
src/runbooks/aws2/accuracy_validator.py
src/runbooks/cfat/README.md
src/runbooks/cfat/WEIGHT_CONFIG_README.md
src/runbooks/cfat/__init__.py
src/runbooks/cfat/app.ts
src/runbooks/cfat/asana-import.csv
src/runbooks/cfat/assessment.zip
src/runbooks/cfat/cfat-checks.csv
src/runbooks/cfat/cfat.txt
src/runbooks/cfat/cli.py
src/runbooks/cfat/cloud_foundations_assessment.py
src/runbooks/cfat/jira-import.csv
src/runbooks/cfat/models.py
src/runbooks/cfat/package-lock.json
src/runbooks/cfat/package.json
src/runbooks/cfat/report.py
src/runbooks/cfat/run-assessment.sh
src/runbooks/cfat/runner.py
src/runbooks/cfat/tsconfig.json
src/runbooks/cfat/webpack.config.cjs
src/runbooks/cfat/weight_config.ts
src/runbooks/cfat/assessment/__init__.py
src/runbooks/cfat/assessment/asana-import.csv
src/runbooks/cfat/assessment/cfat-checks.csv
src/runbooks/cfat/assessment/cfat.txt
src/runbooks/cfat/assessment/collectors.py
src/runbooks/cfat/assessment/compliance.py
src/runbooks/cfat/assessment/jira-import.csv
src/runbooks/cfat/assessment/runner.py
src/runbooks/cfat/assessment/validators.py
src/runbooks/cfat/cfat/asana-import.csv
src/runbooks/cfat/cfat/assessment.zip
src/runbooks/cfat/cfat/cfat-checks.csv
src/runbooks/cfat/cfat/cfat.txt
src/runbooks/cfat/cfat/jira-import.csv
src/runbooks/cfat/docs/asana-import.csv
src/runbooks/cfat/docs/cfat-checks.csv
src/runbooks/cfat/docs/cfat.txt
src/runbooks/cfat/docs/checks-output.png
src/runbooks/cfat/docs/cloudshell-console-run.png
src/runbooks/cfat/docs/cloudshell-download.png
src/runbooks/cfat/docs/cloudshell-output.png
src/runbooks/cfat/docs/downloadfile.png
src/runbooks/cfat/docs/jira-import.csv
src/runbooks/cfat/docs/open-cloudshell.png
src/runbooks/cfat/docs/report-header.png
src/runbooks/cfat/reporting/__init__.py
src/runbooks/cfat/reporting/exporters.py
src/runbooks/cfat/reporting/formatters.py
src/runbooks/cfat/reporting/templates.py
src/runbooks/cfat/src/actions/check-cloudtrail-existence.ts
src/runbooks/cfat/src/actions/check-config-existence.ts
src/runbooks/cfat/src/actions/check-control-tower.ts
src/runbooks/cfat/src/actions/check-ec2-existence.ts
src/runbooks/cfat/src/actions/check-iam-users.ts
src/runbooks/cfat/src/actions/check-legacy-cur.ts
src/runbooks/cfat/src/actions/check-org-cloudformation.ts
src/runbooks/cfat/src/actions/check-vpc-existence.ts
src/runbooks/cfat/src/actions/create-asanaimport.ts
src/runbooks/cfat/src/actions/create-backlog.ts
src/runbooks/cfat/src/actions/create-jiraimport.ts
src/runbooks/cfat/src/actions/create-report.ts
src/runbooks/cfat/src/actions/define-account-type.ts
src/runbooks/cfat/src/actions/get-enabled-org-policy-types.ts
src/runbooks/cfat/src/actions/get-enabled-org-services.ts
src/runbooks/cfat/src/actions/get-idc-info.ts
src/runbooks/cfat/src/actions/get-org-da-accounts.ts
src/runbooks/cfat/src/actions/get-org-details.ts
src/runbooks/cfat/src/actions/get-org-member-accounts.ts
src/runbooks/cfat/src/actions/get-org-ous.ts
src/runbooks/cfat/src/actions/get-partition-info.ts
src/runbooks/cfat/src/actions/get-regions.ts
src/runbooks/cfat/src/actions/zip-assessment.ts
src/runbooks/cfat/src/types/index.d.ts
src/runbooks/cfat/tests/__init__.py
src/runbooks/cfat/tests/test_cli.py
src/runbooks/cfat/tests/test_integration.py
src/runbooks/cfat/tests/test_models.py
src/runbooks/cfat/tests/test_reporting.py
src/runbooks/cfat/tests/test_weight_configuration.ts
src/runbooks/cli/__init__.py
src/runbooks/cli/registry.py
src/runbooks/cli/commands/cfat.py
src/runbooks/cli/commands/cfat_enhanced.py
src/runbooks/cli/commands/finops.py
src/runbooks/cli/commands/finops_azure.py
src/runbooks/cli/commands/inventory.py
src/runbooks/cli/commands/operate.py
src/runbooks/cli/commands/remediation.py
src/runbooks/cli/commands/security.py
src/runbooks/cli/commands/validation.py
src/runbooks/cli/commands/vpc.py
src/runbooks/cloudops/__init__.py
src/runbooks/cloudops/base.py
src/runbooks/cloudops/cost_optimizer.py
src/runbooks/cloudops/infrastructure_optimizer.py
src/runbooks/cloudops/interfaces.py
src/runbooks/cloudops/lifecycle_manager.py
src/runbooks/cloudops/mcp_cost_validation.py
src/runbooks/cloudops/models.py
src/runbooks/cloudops/monitoring_automation.py
src/runbooks/cloudops/notebook_framework.py
src/runbooks/cloudops/security_enforcer.py
src/runbooks/common/__init__.py
src/runbooks/common/accuracy_validator.py
src/runbooks/common/audit.py
src/runbooks/common/aws_client_factory.py
src/runbooks/common/aws_pricing.py
src/runbooks/common/aws_pricing_api.py
src/runbooks/common/aws_profile_manager.py
src/runbooks/common/aws_utils.py
src/runbooks/common/business_logic.py
src/runbooks/common/cli_decorators.py
src/runbooks/common/comprehensive_cost_explorer_integration.py
src/runbooks/common/config_loader.py
src/runbooks/common/config_schema.py
src/runbooks/common/context_logger.py
src/runbooks/common/cost_explorer_client.py
src/runbooks/common/cross_account_manager.py
src/runbooks/common/cross_module_integration.py
src/runbooks/common/date_utils.py
src/runbooks/common/decorators.py
src/runbooks/common/dry_run_examples.py
src/runbooks/common/dry_run_framework.py
src/runbooks/common/enhanced_exception_handler.py
src/runbooks/common/enhanced_logging_example.py
src/runbooks/common/enhanced_logging_integration_example.py
src/runbooks/common/enterprise_audit_integration.py
src/runbooks/common/enterprise_testing_framework.py
src/runbooks/common/env_utils.py
src/runbooks/common/error_handling.py
src/runbooks/common/export.py
src/runbooks/common/lazy_loader.py
src/runbooks/common/logger.py
src/runbooks/common/logging_config.py
src/runbooks/common/logging_integration_helper.py
src/runbooks/common/mcp_cost_explorer_integration.py
src/runbooks/common/mcp_integration.py
src/runbooks/common/memory_optimization.py
src/runbooks/common/module_cli_base.py
src/runbooks/common/organizations_client.py
src/runbooks/common/output_controller.py
src/runbooks/common/parallel.py
src/runbooks/common/patterns.py
src/runbooks/common/performance_monitor.py
src/runbooks/common/performance_monitoring.py
src/runbooks/common/performance_optimization_engine.py
src/runbooks/common/profile_utils.py
src/runbooks/common/region_utils.py
src/runbooks/common/rich_utils.py
src/runbooks/common/sre_performance_suite.py
src/runbooks/enterprise/__init__.py
src/runbooks/enterprise/error_handling.py
src/runbooks/enterprise/logging.py
src/runbooks/enterprise/multi_tenant.py
src/runbooks/enterprise/security.py
src/runbooks/enterprise/validation.py
src/runbooks/feedback/user_feedback_collector.py
src/runbooks/finops/__init__.py
src/runbooks/finops/account_resolver.py
src/runbooks/finops/activity_health_tree.py
src/runbooks/finops/advanced_optimization_engine.py
src/runbooks/finops/appstream_analyzer.py
src/runbooks/finops/asg_activity_enricher.py
src/runbooks/finops/audit.py
src/runbooks/finops/automation_core.py
src/runbooks/finops/aws_client.py
src/runbooks/finops/base_enrichers.py
src/runbooks/finops/budget_integration.py
src/runbooks/finops/business_case.py
src/runbooks/finops/business_case_config.py
src/runbooks/finops/business_metrics.py
src/runbooks/finops/business_terminology.json
src/runbooks/finops/cli.py
src/runbooks/finops/cloudtrail_activity_enricher.py
src/runbooks/finops/cloudwatch_activity_enricher.py
src/runbooks/finops/cloudwatch_cost_optimizer.py
src/runbooks/finops/commvault_ec2_analysis.py
src/runbooks/finops/compute_cost_optimizer.py
src/runbooks/finops/compute_optimizer.py
src/runbooks/finops/compute_reports.py
src/runbooks/finops/config.py
src/runbooks/finops/config_activity_enricher.py
src/runbooks/finops/config_compliance_checker.py
src/runbooks/finops/cost_anomaly_detector.py
src/runbooks/finops/cost_processor.py
src/runbooks/finops/cost_visualization.py
src/runbooks/finops/cross_validation.py
src/runbooks/finops/cxo_dashboard_analyzer.py
src/runbooks/finops/dashboard_activity_enricher.py
src/runbooks/finops/dashboard_multi.py
src/runbooks/finops/dashboard_renderer.py
src/runbooks/finops/dashboard_router.py
src/runbooks/finops/dashboard_runner.py
src/runbooks/finops/dashboard_single.py
src/runbooks/finops/decommission_classifier.py
src/runbooks/finops/decommission_scorer.py
src/runbooks/finops/dynamodb_activity_enricher.py
src/runbooks/finops/ebs_activity_enricher.py
src/runbooks/finops/ebs_cost_optimizer.py
src/runbooks/finops/ebs_rightsizing.py
src/runbooks/finops/ec2_analyzer.py
src/runbooks/finops/ec2_enrichment.py
src/runbooks/finops/ecs_activity_enricher.py
src/runbooks/finops/elastic_ip_optimizer.py
src/runbooks/finops/enhanced_progress.py
src/runbooks/finops/enhanced_trend_visualization.py
src/runbooks/finops/enrich_workspaces.py
src/runbooks/finops/enterprise_wrappers.py
src/runbooks/finops/export_validator.py
src/runbooks/finops/finops-dashboard.md
src/runbooks/finops/focus.py
src/runbooks/finops/graviton_migration_analyzer.py
src/runbooks/finops/helpers.py
src/runbooks/finops/hybrid_mcp_engine.py
src/runbooks/finops/iam_guidance.py
src/runbooks/finops/lambda_analyzer.py
src/runbooks/finops/lambda_cost_attribution.py
src/runbooks/finops/main.py
src/runbooks/finops/markdown_exporter.py
src/runbooks/finops/mcp_validator.py
src/runbooks/finops/nat_gateway_optimizer.py
src/runbooks/finops/network_cost_optimizer.py
src/runbooks/finops/notebook_utils.py
src/runbooks/finops/optimization_engine.py
src/runbooks/finops/orphan_resource_detector.py
src/runbooks/finops/period_config.py
src/runbooks/finops/persona_formatter.py
src/runbooks/finops/playwright_screenshot_generator.py
src/runbooks/finops/profile_processor.py
src/runbooks/finops/profile_resolver_v2.py
src/runbooks/finops/rds_analyzer.py
src/runbooks/finops/rds_ri_optimizer.py
src/runbooks/finops/rds_snapshot_optimizer.py
src/runbooks/finops/reservation_optimizer.py
src/runbooks/finops/ri_utilization_tracker.py
src/runbooks/finops/s3_activity_enricher.py
src/runbooks/finops/s3_bucket_cost_validator.py
src/runbooks/finops/s3_lifecycle_inspector.py
src/runbooks/finops/s3_lifecycle_optimizer.py
src/runbooks/finops/s3_mcp_validator.py
src/runbooks/finops/s3_migration_tracker.py
src/runbooks/finops/s3_storage_class_analyzer.py
src/runbooks/finops/s3_storage_lens_analyzer.py
src/runbooks/finops/savings_plans_optimizer.py
src/runbooks/finops/scenario_cli_integration.py
src/runbooks/finops/scenarios.py
src/runbooks/finops/schemas.py
src/runbooks/finops/service_attachment_enricher.py
src/runbooks/finops/service_categories.py
src/runbooks/finops/service_mapping.py
src/runbooks/finops/service_names.py
src/runbooks/finops/service_selector.py
src/runbooks/finops/simple_discovery.py
src/runbooks/finops/snapshot_manager.py
src/runbooks/finops/ssm_integration.py
src/runbooks/finops/trends.py
src/runbooks/finops/types.py
src/runbooks/finops/validation_framework.py
src/runbooks/finops/validation_orchestrator.py
src/runbooks/finops/visualisations.py
src/runbooks/finops/vpc_cleanup_optimizer.py
src/runbooks/finops/whatif_scenarios.py
src/runbooks/finops/workspaces_analyzer.py
src/runbooks/finops/workspaces_enrichment.py
src/runbooks/finops/workspaces_signals.py
src/runbooks/finops/archive/deprecated/cost_optimizer.py.deprecated
src/runbooks/finops/archive/deprecated/dashboard_mcp_validator.py.deprecated
src/runbooks/finops/archive/deprecated/enhanced_mcp_integration.py.deprecated
src/runbooks/finops/archive/deprecated/executive_export.py.deprecated
src/runbooks/finops/archive/deprecated/mcp_cost_analyzer.py.deprecated
src/runbooks/finops/archive/deprecated/mcp_cost_validation.py.deprecated
src/runbooks/finops/archive/deprecated/optimizer.py.deprecated
src/runbooks/finops/archive/deprecated/profile_resolver.py.deprecated
src/runbooks/finops/archive/deprecated/profile_resolver.py.original
src/runbooks/finops/archive/deprecated/vpc_cleanup_exporter.py.deprecated
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/__init__.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/appstream_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/asg_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/base.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/cloudtrail_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/cloudwatch_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/config_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/dynamodb_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/ec2_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/ecs_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/lambda_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/orchestrator.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/rds_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/s3_enricher.py
src/runbooks/finops/archive/deprecated/activity_enrichers_wrappers/workspaces_enricher.py
src/runbooks/finops/azure/__init__.py
src/runbooks/finops/azure/analysis.py
src/runbooks/finops/azure/client.py
src/runbooks/finops/azure/config.py
src/runbooks/finops/azure/cost_processor.py
src/runbooks/finops/azure/cost_report.py
src/runbooks/finops/azure/portal_csv_validator.py
src/runbooks/finops/azure/report_generator.py
src/runbooks/finops/azure/types.py
src/runbooks/finops/export_handlers/__init__.py
src/runbooks/finops/export_handlers/base_exporter.py
src/runbooks/finops/export_handlers/console_exporters.py
src/runbooks/finops/export_handlers/excel_exporter.py
src/runbooks/finops/export_handlers/string_exporters.py
src/runbooks/finops/focus/__init__.py
src/runbooks/finops/focus/excel_formatter.py
src/runbooks/finops/focus/normalizer.py
src/runbooks/finops/infrastructure/__init__.py
src/runbooks/finops/infrastructure/commands.py
src/runbooks/finops/infrastructure/load_balancer_optimizer.py
src/runbooks/finops/infrastructure/vpc_endpoint_optimizer.py
src/runbooks/finops/optimizers/__init__.py
src/runbooks/finops/optimizers/base.py
src/runbooks/finops/tests/__init__.py
src/runbooks/finops/tests/run_comprehensive_tests.py
src/runbooks/finops/tests/run_tests.py
src/runbooks/finops/tests/test_finops_dashboard.py
src/runbooks/finops/tests/test_integration.py
src/runbooks/finops/tests/test_performance.py
src/runbooks/finops/tests/test_performance_benchmarks.py
src/runbooks/finops/tests/test_reference_images_validation.py
src/runbooks/finops/tests/test_single_account_features.py
src/runbooks/finops/tests/validate_test_suite.py
src/runbooks/hitl/enhanced_workflow_engine.py
src/runbooks/integration/__init__.py
src/runbooks/integration/mcp_integration.py
src/runbooks/inventory/.gitignore
src/runbooks/inventory/ArgumentsClass.py
src/runbooks/inventory/CLAUDE.md
src/runbooks/inventory/README.md
src/runbooks/inventory/__init__.py
src/runbooks/inventory/account_class.py
src/runbooks/inventory/all_my_instances_wrapper.py
src/runbooks/inventory/aws_decorators.py
src/runbooks/inventory/check_cloudtrail_compliance.py
src/runbooks/inventory/check_controltower_readiness.py
src/runbooks/inventory/check_landingzone_readiness.py
src/runbooks/inventory/cloud_foundations_integration.py
src/runbooks/inventory/collect_analytics.py
src/runbooks/inventory/discovery.md
src/runbooks/inventory/draw_org.py
src/runbooks/inventory/drift_detection_cli.py
src/runbooks/inventory/ec2_vpc_utils.py
src/runbooks/inventory/enrich_ec2.py
src/runbooks/inventory/find_cfn_drift_detection.py
src/runbooks/inventory/find_cfn_orphaned_stacks.py
src/runbooks/inventory/find_cfn_stackset_drift.py
src/runbooks/inventory/find_ec2_security_groups.py
src/runbooks/inventory/find_landingzone_versions.py
src/runbooks/inventory/find_vpc_flow_logs.py
src/runbooks/inventory/inventory.sh
src/runbooks/inventory/inventory_mcp_cli.py
src/runbooks/inventory/inventory_modules.py
src/runbooks/inventory/list_cfn_stacks.py
src/runbooks/inventory/list_cfn_stackset_operation_results.py
src/runbooks/inventory/list_cfn_stackset_operations.py
src/runbooks/inventory/list_cfn_stacksets.py
src/runbooks/inventory/list_config_recorders_delivery_channels.py
src/runbooks/inventory/list_ds_directories.py
src/runbooks/inventory/list_ec2_availability_zones.py
src/runbooks/inventory/list_ec2_ebs_volumes.py
src/runbooks/inventory/list_ec2_instances.py
src/runbooks/inventory/list_ecs_clusters_and_tasks.py
src/runbooks/inventory/list_elbs_load_balancers.py
src/runbooks/inventory/list_enis_network_interfaces.py
src/runbooks/inventory/list_guardduty_detectors.py
src/runbooks/inventory/list_iam_policies.py
src/runbooks/inventory/list_iam_roles.py
src/runbooks/inventory/list_iam_saml_providers.py
src/runbooks/inventory/list_lambda_functions.py
src/runbooks/inventory/list_org_accounts.py
src/runbooks/inventory/list_org_accounts_users.py
src/runbooks/inventory/list_rds_db_instances.py
src/runbooks/inventory/list_rds_snapshots_aggregator.py
src/runbooks/inventory/list_route53_hosted_zones.py
src/runbooks/inventory/list_servicecatalog_provisioned_products.py
src/runbooks/inventory/list_sns_topics.py
src/runbooks/inventory/list_ssm_parameters.py
src/runbooks/inventory/list_vpc_subnets.py
src/runbooks/inventory/list_vpcs.py
src/runbooks/inventory/main.py
src/runbooks/inventory/mcp_inventory_validator.py
src/runbooks/inventory/mcp_validator.py
src/runbooks/inventory/mcp_vpc_validator.py
src/runbooks/inventory/nat_traffic_cli.py
src/runbooks/inventory/organizations_discovery.py
src/runbooks/inventory/organizations_utils.py
src/runbooks/inventory/output_formatters.py
src/runbooks/inventory/pipeline_summary.py
src/runbooks/inventory/recover_cfn_stack_ids.py
src/runbooks/inventory/requirements.txt
src/runbooks/inventory/rich_inventory_display.py
src/runbooks/inventory/run_on_multi_accounts.py
src/runbooks/inventory/tag_coverage.py
src/runbooks/inventory/unified_validation_engine.py
src/runbooks/inventory/validation_utils.py
src/runbooks/inventory/verify_ec2_security_groups.py
src/runbooks/inventory/vpc_analyzer.py
src/runbooks/inventory/vpc_architecture_validator.py
src/runbooks/inventory/vpc_dependency_analyzer.py
src/runbooks/inventory/vpc_flow_analyzer.py
src/runbooks/inventory/LandingZone/delete_lz.py
src/runbooks/inventory/Tests/common_test_data.py
src/runbooks/inventory/Tests/common_test_functions.py
src/runbooks/inventory/Tests/script_test_data.py
src/runbooks/inventory/Tests/setup.py
src/runbooks/inventory/Tests/src.py
src/runbooks/inventory/Tests/test_moto_integration_example.py
src/runbooks/inventory/collectors/__init__.py
src/runbooks/inventory/collectors/aws_analytics.py
src/runbooks/inventory/collectors/aws_comprehensive.py
src/runbooks/inventory/collectors/aws_compute.py
src/runbooks/inventory/collectors/aws_management.py
src/runbooks/inventory/collectors/aws_networking.py
src/runbooks/inventory/collectors/base.py
src/runbooks/inventory/collectors/enterprise_scale.py
src/runbooks/inventory/collectors/messaging_collector.py
src/runbooks/inventory/collectors/ram_shares.py
src/runbooks/inventory/collectors/resource_explorer.py
src/runbooks/inventory/core/__init__.py
src/runbooks/inventory/core/collector.py
src/runbooks/inventory/core/concurrent_paginator.py
src/runbooks/inventory/core/display.py
src/runbooks/inventory/core/formatter.py
src/runbooks/inventory/enrichers/__init__.py
src/runbooks/inventory/enrichers/activity_enricher.py
src/runbooks/inventory/enrichers/alb_activity_enricher.py
src/runbooks/inventory/enrichers/cloudtrail_activity.py
src/runbooks/inventory/enrichers/cloudtrail_activity_enricher.py
src/runbooks/inventory/enrichers/cost_enricher.py
src/runbooks/inventory/enrichers/dx_activity_enricher.py
src/runbooks/inventory/enrichers/ec2_decommission_signals.py
src/runbooks/inventory/enrichers/ec2_enricher.py
src/runbooks/inventory/enrichers/glue_activity_enricher.py
src/runbooks/inventory/enrichers/nat_gateway_activity_enricher.py
src/runbooks/inventory/enrichers/nat_traffic_enricher.py
src/runbooks/inventory/enrichers/organizations_enricher.py
src/runbooks/inventory/enrichers/rds_activity.py
src/runbooks/inventory/enrichers/route53_activity_enricher.py
src/runbooks/inventory/enrichers/s3_cost_analyzer.py
src/runbooks/inventory/enrichers/transit_gateway_activity_enricher.py
src/runbooks/inventory/enrichers/vpc_peering_activity_enricher.py
src/runbooks/inventory/enrichers/vpce_activity_enricher.py
src/runbooks/inventory/models/__init__.py
src/runbooks/inventory/models/account.py
src/runbooks/inventory/models/inventory.py
src/runbooks/inventory/models/resource.py
src/runbooks/inventory/utils/__init__.py
src/runbooks/inventory/utils/aws_helpers.py
src/runbooks/inventory/utils/threading_utils.py
src/runbooks/inventory/utils/validation.py
src/runbooks/itsm/README.md
src/runbooks/itsm/__init__.py
src/runbooks/itsm/config.py
src/runbooks/itsm/core/README.md
src/runbooks/itsm/core/VALIDATION_REPORT.md
src/runbooks/itsm/core/__init__.py
src/runbooks/itsm/core/data_loader.py
src/runbooks/itsm/docs/PHASE1_COMPLETION_REPORT.md
src/runbooks/itsm/docs/PHASE1_EVIDENCE_PACKAGE.json
src/runbooks/itsm/models/IMPLEMENTATION_SUMMARY.md
src/runbooks/itsm/models/__init__.py
src/runbooks/itsm/models/simple_test.py
src/runbooks/itsm/models/test_ticket_models.py
src/runbooks/itsm/models/ticket.py
src/runbooks/itsm/tests/PHASE1_TEST_REPORT.md
src/runbooks/itsm/tests/__init__.py
src/runbooks/itsm/tests/conftest.py
src/runbooks/itsm/tests/test_phase1.py
src/runbooks/mcp/__init__.py
src/runbooks/mcp/external_mcp_client.py
src/runbooks/mcp/integration.py
src/runbooks/mcp/validation/__init__.py
src/runbooks/mcp/validation/__main__.py
src/runbooks/mcp/validation/cli.py
src/runbooks/mcp/validation/comparators/__init__.py
src/runbooks/mcp/validation/comparators/field_comparator.py
src/runbooks/mcp/validation/comparators/financial_comparator.py
src/runbooks/mcp/validation/core/__init__.py
src/runbooks/mcp/validation/core/constants.py
src/runbooks/mcp/validation/core/exceptions.py
src/runbooks/mcp/validation/core/types.py
src/runbooks/mcp/validation/evidence/__init__.py
src/runbooks/mcp/validation/evidence/generator.py
src/runbooks/mcp/validation/validators/__init__.py
src/runbooks/mcp/validation/validators/aws_validator.py
src/runbooks/mcp/validation/validators/azure_validator.py
src/runbooks/mcp/validation/validators/base.py
src/runbooks/mcp/validation/validators/finops_validator.py
src/runbooks/metrics/dora_metrics_engine.py
src/runbooks/monitoring/performance_monitor.py
src/runbooks/operate/README.md
src/runbooks/operate/__init__.py
src/runbooks/operate/base.py
src/runbooks/operate/cloudformation_operations.py
src/runbooks/operate/cloudwatch_operations.py
src/runbooks/operate/deployment_framework.py
src/runbooks/operate/deployment_validator.py
src/runbooks/operate/dynamodb_operations.py
src/runbooks/operate/ec2_operations.py
src/runbooks/operate/executive_dashboard.py
src/runbooks/operate/iam_operations.py
src/runbooks/operate/mcp_integration.py
src/runbooks/operate/nat_gateway_operations.py
src/runbooks/operate/networking_cost_heatmap.py
src/runbooks/operate/privatelink_operations.py
src/runbooks/operate/rds_operations.py
src/runbooks/operate/s3_operations.py
src/runbooks/operate/tagging_operations.py
src/runbooks/operate/tags.json
src/runbooks/operate/vpc_endpoints.py
src/runbooks/operate/vpc_operations.py
src/runbooks/remediation/README.md
src/runbooks/remediation/__init__.py
src/runbooks/remediation/acm_cert_expired_unused.py
src/runbooks/remediation/acm_remediation.py
src/runbooks/remediation/api_gateway_list.py
src/runbooks/remediation/base.py
src/runbooks/remediation/cloudtrail_remediation.py
src/runbooks/remediation/cloudtrail_s3_modifications.py
src/runbooks/remediation/cognito_active_users.py
src/runbooks/remediation/cognito_remediation.py
src/runbooks/remediation/cognito_user_password_reset.py
src/runbooks/remediation/commons.py
src/runbooks/remediation/commvault_ec2_analysis.py
src/runbooks/remediation/dynamodb_optimize.py
src/runbooks/remediation/dynamodb_remediation.py
src/runbooks/remediation/dynamodb_server_side_encryption.py
src/runbooks/remediation/ec2_public_ips.py
src/runbooks/remediation/ec2_remediation.py
src/runbooks/remediation/ec2_subnet_disable_auto_ip_assignment.py
src/runbooks/remediation/ec2_unattached_ebs_volumes.py
src/runbooks/remediation/ec2_unused_security_groups.py
src/runbooks/remediation/kms_enable_key_rotation.py
src/runbooks/remediation/kms_remediation.py
src/runbooks/remediation/lambda_list.py
src/runbooks/remediation/lambda_remediation.py
src/runbooks/remediation/multi_account.py
src/runbooks/remediation/rds_instance_list.py
src/runbooks/remediation/rds_remediation.py
src/runbooks/remediation/rds_snapshot_list.py
src/runbooks/remediation/remediation_cli.py
src/runbooks/remediation/requirements.txt
src/runbooks/remediation/s3_block_public_access.py
src/runbooks/remediation/s3_bucket_public_access.py
src/runbooks/remediation/s3_disable_static_website_hosting.py
src/runbooks/remediation/s3_downloader.py
src/runbooks/remediation/s3_enable_access_logging.py
src/runbooks/remediation/s3_encryption.py
src/runbooks/remediation/s3_force_ssl_secure_policy.py
src/runbooks/remediation/s3_list.py
src/runbooks/remediation/s3_object_search.py
src/runbooks/remediation/s3_remediation.py
src/runbooks/remediation/scan_for_phrase.py
src/runbooks/remediation/universal_account_discovery.py
src/runbooks/remediation/vpc_remediation.py
src/runbooks/remediation/workspaces_list.py
src/runbooks/remediation/Tests/__init__.py
src/runbooks/remediation/Tests/update_policy.py
src/runbooks/remediation/config/accounts_example.json
src/runbooks/security/README.md
src/runbooks/security/__init__.py
src/runbooks/security/assessment_runner.py
src/runbooks/security/baseline_checker.py
src/runbooks/security/cloudops_automation_security_validator.py
src/runbooks/security/compliance_automation.py
src/runbooks/security/compliance_automation_engine.py
src/runbooks/security/config-origin.json
src/runbooks/security/config.json
src/runbooks/security/config_template_generator.py
src/runbooks/security/enterprise_security_framework.py
src/runbooks/security/enterprise_security_policies.json
src/runbooks/security/executive_security_dashboard.py
src/runbooks/security/guardduty_org_deployment.py
src/runbooks/security/integration_test_enterprise_security.py
src/runbooks/security/module_security_integrator.py
src/runbooks/security/multi_account_security_controls.py
src/runbooks/security/permission.json
src/runbooks/security/real_time_security_monitor.py
src/runbooks/security/report_generator.py
src/runbooks/security/report_template_en.html
src/runbooks/security/report_template_jp.html
src/runbooks/security/report_template_kr.html
src/runbooks/security/report_template_vn.html
src/runbooks/security/run_script.py
src/runbooks/security/security_baseline_tester.py
src/runbooks/security/security_cli.py
src/runbooks/security/security_export.py
src/runbooks/security/securityhub_finding_remediation.py
src/runbooks/security/test_2way_validation.py
src/runbooks/security/two_way_validation_framework.py
src/runbooks/security/checklist/__init__.py
src/runbooks/security/checklist/account_level_bucket_public_access.py
src/runbooks/security/checklist/alternate_contacts.py
src/runbooks/security/checklist/bucket_public_access.py
src/runbooks/security/checklist/cloudwatch_alarm_configuration.py
src/runbooks/security/checklist/direct_attached_policy.py
src/runbooks/security/checklist/guardduty_enabled.py
src/runbooks/security/checklist/iam_password_policy.py
src/runbooks/security/checklist/iam_user_mfa.py
src/runbooks/security/checklist/multi_region_instance_usage.py
src/runbooks/security/checklist/multi_region_trail.py
src/runbooks/security/checklist/root_access_key.py
src/runbooks/security/checklist/root_mfa.py
src/runbooks/security/checklist/root_usage.py
src/runbooks/security/checklist/trail_enabled.py
src/runbooks/security/checklist/trusted_advisor.py
src/runbooks/security/config/__init__.py
src/runbooks/security/config/compliance_config.py
src/runbooks/security/config/compliance_weights_example.json
src/runbooks/security/utils/__init__.py
src/runbooks/security/utils/common.py
src/runbooks/security/utils/enums.py
src/runbooks/security/utils/language.py
src/runbooks/security/utils/level_const.py
src/runbooks/security/utils/permission_list.py
src/runbooks/sre/README.md
src/runbooks/sre/__init__.py
src/runbooks/sre/mcp_reliability_engine.py
src/runbooks/sre/performance_optimization_engine.py
src/runbooks/sre/production_monitoring_framework.py
src/runbooks/sre/reliability_monitoring_framework.py
src/runbooks/tdd/__init__.py
src/runbooks/tdd/cli.py
src/runbooks/tools/mcp_validator.py
src/runbooks/utils/__init__.py
src/runbooks/utils/logger.py
src/runbooks/utils/version_validator.py
src/runbooks/validation/__init__.py
src/runbooks/validation/benchmark.py
src/runbooks/validation/cli.py
src/runbooks/validation/comprehensive_2way_validator.py
src/runbooks/validation/mcp_validator.py
src/runbooks/validation/terraform_citations_validator.py
src/runbooks/validation/terraform_drift_detector.py
src/runbooks/vpc/README.md
src/runbooks/vpc/__init__.py
src/runbooks/vpc/__main__.py
src/runbooks/vpc/analyzer.py
src/runbooks/vpc/aws_config_parser.py
src/runbooks/vpc/cleanup_wrapper.py
src/runbooks/vpc/cli.py
src/runbooks/vpc/cli_cloudtrail_commands.py
src/runbooks/vpc/cli_mcp_validation_commands.py
src/runbooks/vpc/cloudtrail_activity_analyzer.py
src/runbooks/vpc/cloudtrail_audit_integration.py
src/runbooks/vpc/config.py
src/runbooks/vpc/cost_engine.py
src/runbooks/vpc/cost_explorer_integration.py
src/runbooks/vpc/cross_account_session.py
src/runbooks/vpc/diagram_generator.py
src/runbooks/vpc/dual_diagram_service.py
src/runbooks/vpc/eip_cleanup.py
src/runbooks/vpc/endpoint_cleanup_orchestrator.py
src/runbooks/vpc/endpoint_dependency_mapper.py
src/runbooks/vpc/endpoint_sharing.py
src/runbooks/vpc/enhanced_mcp_validation.py
src/runbooks/vpc/eni_gate_validator.py
src/runbooks/vpc/firewall_bypass_discovery.py
src/runbooks/vpc/firewall_remediation_planner.py
src/runbooks/vpc/flow_logs_analyzer.py
src/runbooks/vpc/flow_logs_detector.py
src/runbooks/vpc/heatmap_engine.py
src/runbooks/vpc/hybrid_connectivity_optimizer.py
src/runbooks/vpc/manager_interface.py
src/runbooks/vpc/mcp_firewall_validator.py
src/runbooks/vpc/mcp_no_eni_validator.py
src/runbooks/vpc/models.py
src/runbooks/vpc/multi_account_diagram_generator.py
src/runbooks/vpc/nat_gateway_optimizer.py
src/runbooks/vpc/nat_to_vpce_migration.py
src/runbooks/vpc/network_baseline.py
src/runbooks/vpc/network_discovery_excel_generator.py
src/runbooks/vpc/network_discovery_report_generator.py
src/runbooks/vpc/network_insights_client.py
src/runbooks/vpc/networking_wrapper.py
src/runbooks/vpc/notebook_service.py
src/runbooks/vpc/notebook_visualizations.py
src/runbooks/vpc/notebook_widgets.py
src/runbooks/vpc/optimization_metrics.py
src/runbooks/vpc/pdca_remediation_planner.py
src/runbooks/vpc/peering_cost_analyzer.py
src/runbooks/vpc/performance_optimized_analyzer.py
src/runbooks/vpc/profile_validator.py
src/runbooks/vpc/rich_formatters.py
src/runbooks/vpc/runbooks_adapter.py
src/runbooks/vpc/tdd_red_phase_stubs.py
src/runbooks/vpc/test_data_loader.py
src/runbooks/vpc/tgw_optimizer.py
src/runbooks/vpc/topology_generator.py
src/runbooks/vpc/transit_gateway_manager.py
src/runbooks/vpc/transit_gateway_optimizer.py
src/runbooks/vpc/unified_scenarios.py
src/runbooks/vpc/unified_workflow.py
src/runbooks/vpc/vpc_cleanup_integration.py
src/runbooks/vpc/vpc_mcp_validator.py
src/runbooks/vpc/vpce_analyzer.py
src/runbooks/vpc/vpce_cleanup_manager.py
src/runbooks/vpc/vpce_cleanup_service.py
src/runbooks/vpc/collectors/__init__.py
src/runbooks/vpc/collectors/evidence_loader.py
src/runbooks/vpc/core/__init__.py
src/runbooks/vpc/core/analyzer.py
src/runbooks/vpc/core/cost_calculator.py
src/runbooks/vpc/core/recommendation_engine.py
src/runbooks/vpc/core/scoring_engine.py
src/runbooks/vpc/patterns/README.md
src/runbooks/vpc/patterns/__init__.py
src/runbooks/vpc/patterns/aws_validation_integration.py
src/runbooks/vpc/patterns/cleanup_script_generator.py
src/runbooks/vpc/patterns/cloudtrail_activity_analysis.py
src/runbooks/vpc/patterns/cost_explorer_integration.py
src/runbooks/vpc/patterns/decision_framework.py
src/runbooks/vpc/patterns/markdown_export_service.py
src/runbooks/vpc/patterns/organizations_enrichment.py
src/runbooks/vpc/patterns/vpc_enrichment.py
src/runbooks/vpc/tests/__init__.py
src/runbooks/vpc/tests/conftest.py
src/runbooks/vpc/tests/test_cleanup_framework.py
src/runbooks/vpc/tests/test_cli_integration.py
src/runbooks/vpc/tests/test_config.py
src/runbooks/vpc/tests/test_cost_engine.py
src/runbooks/vpc/tests/test_networking_wrapper.py
src/runbooks/vpc/utils/__init__.py
src/runbooks/vpc/utils/rich_formatters.py