runbooks 0.9.8__py3-none-any.whl → 1.0.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- runbooks/__init__.py +1 -1
- runbooks/cfat/cloud_foundations_assessment.py +626 -0
- runbooks/cloudops/cost_optimizer.py +95 -33
- runbooks/common/aws_pricing.py +388 -0
- runbooks/common/aws_pricing_api.py +205 -0
- runbooks/common/aws_utils.py +2 -2
- runbooks/common/comprehensive_cost_explorer_integration.py +979 -0
- runbooks/common/cross_account_manager.py +606 -0
- runbooks/common/enhanced_exception_handler.py +4 -0
- runbooks/common/env_utils.py +96 -0
- runbooks/common/mcp_integration.py +49 -2
- runbooks/common/organizations_client.py +579 -0
- runbooks/common/profile_utils.py +96 -2
- runbooks/common/rich_utils.py +3 -0
- runbooks/finops/cost_optimizer.py +2 -1
- runbooks/finops/elastic_ip_optimizer.py +13 -9
- runbooks/finops/embedded_mcp_validator.py +31 -0
- runbooks/finops/enhanced_trend_visualization.py +3 -2
- runbooks/finops/markdown_exporter.py +441 -0
- runbooks/finops/nat_gateway_optimizer.py +57 -20
- runbooks/finops/optimizer.py +2 -0
- runbooks/finops/single_dashboard.py +2 -2
- runbooks/finops/vpc_cleanup_exporter.py +330 -0
- runbooks/finops/vpc_cleanup_optimizer.py +895 -40
- runbooks/inventory/__init__.py +10 -1
- runbooks/inventory/cloud_foundations_integration.py +409 -0
- runbooks/inventory/core/collector.py +1148 -88
- runbooks/inventory/discovery.md +389 -0
- runbooks/inventory/drift_detection_cli.py +327 -0
- runbooks/inventory/inventory_mcp_cli.py +171 -0
- runbooks/inventory/inventory_modules.py +4 -7
- runbooks/inventory/mcp_inventory_validator.py +2149 -0
- runbooks/inventory/mcp_vpc_validator.py +23 -6
- runbooks/inventory/organizations_discovery.py +91 -1
- runbooks/inventory/rich_inventory_display.py +129 -1
- runbooks/inventory/unified_validation_engine.py +1292 -0
- runbooks/inventory/verify_ec2_security_groups.py +3 -1
- runbooks/inventory/vpc_analyzer.py +825 -7
- runbooks/inventory/vpc_flow_analyzer.py +36 -42
- runbooks/main.py +969 -42
- runbooks/monitoring/performance_monitor.py +11 -7
- runbooks/operate/dynamodb_operations.py +6 -5
- runbooks/operate/ec2_operations.py +3 -2
- runbooks/operate/networking_cost_heatmap.py +4 -3
- runbooks/operate/s3_operations.py +13 -12
- runbooks/operate/vpc_operations.py +50 -2
- runbooks/remediation/base.py +1 -1
- runbooks/remediation/commvault_ec2_analysis.py +6 -1
- runbooks/remediation/ec2_unattached_ebs_volumes.py +6 -3
- runbooks/remediation/rds_snapshot_list.py +5 -3
- runbooks/validation/__init__.py +21 -1
- runbooks/validation/comprehensive_2way_validator.py +1996 -0
- runbooks/validation/mcp_validator.py +904 -94
- runbooks/validation/terraform_citations_validator.py +363 -0
- runbooks/validation/terraform_drift_detector.py +1098 -0
- runbooks/vpc/cleanup_wrapper.py +231 -10
- runbooks/vpc/config.py +310 -62
- runbooks/vpc/cross_account_session.py +308 -0
- runbooks/vpc/heatmap_engine.py +96 -29
- runbooks/vpc/manager_interface.py +9 -9
- runbooks/vpc/mcp_no_eni_validator.py +1551 -0
- runbooks/vpc/networking_wrapper.py +14 -8
- runbooks/vpc/runbooks.inventory.organizations_discovery.log +0 -0
- runbooks/vpc/runbooks.security.report_generator.log +0 -0
- runbooks/vpc/runbooks.security.run_script.log +0 -0
- runbooks/vpc/runbooks.security.security_export.log +0 -0
- runbooks/vpc/tests/test_cost_engine.py +1 -1
- runbooks/vpc/unified_scenarios.py +3269 -0
- runbooks/vpc/vpc_cleanup_integration.py +516 -82
- {runbooks-0.9.8.dist-info → runbooks-1.0.0.dist-info}/METADATA +94 -52
- {runbooks-0.9.8.dist-info → runbooks-1.0.0.dist-info}/RECORD +75 -51
- {runbooks-0.9.8.dist-info → runbooks-1.0.0.dist-info}/WHEEL +0 -0
- {runbooks-0.9.8.dist-info → runbooks-1.0.0.dist-info}/entry_points.txt +0 -0
- {runbooks-0.9.8.dist-info → runbooks-1.0.0.dist-info}/licenses/LICENSE +0 -0
- {runbooks-0.9.8.dist-info → runbooks-1.0.0.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: runbooks
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.0
|
4
4
|
Summary: CloudOps Automation Toolkit with Enhanced Cloud Foundations Assessment for DevOps and SRE teams.
|
5
5
|
Author-email: Maintainers <nnthanh101@gmail.com>
|
6
6
|
License-Expression: Apache-2.0
|
@@ -66,18 +66,45 @@ Dynamic: license-file
|
|
66
66
|
|
67
67
|
> **Enterprise-grade AWS automation toolkit for DevOps and SRE teams managing multi-account cloud environments at scale** 🏢⚡
|
68
68
|
|
69
|
+
**Current Status**: **v0.9.x Beta** - Production-validated for specific enterprise Landing Zone configurations. Universal compatibility planned for v1.0.0.
|
70
|
+
|
69
71
|
**Quick Value**: Discover, analyze, and optimize AWS resources across multi-account AWS environments with production-validated automation patterns.
|
70
72
|
|
71
73
|
## 🎯 Why CloudOps Runbooks?
|
72
74
|
|
73
|
-
| Feature | Benefit |
|
74
|
-
|
75
|
-
| 🤖 **AI-Agent Orchestration** | 6-agent FAANG SDLC coordination | 100%
|
76
|
-
| ⚡ **Blazing Performance** | Sub-second CLI responses | 0.11s execution (99% faster) |
|
77
|
-
| 💰 **Cost Analysis** | Multi-account LZ cost monitoring | DoD & MCP-verified
|
78
|
-
| 🔒 **Enterprise Security** | Zero-trust, compliance ready | SOC2, PCI-DSS, HIPAA
|
79
|
-
| 🏗️ **Multi-Account Ready** | Universal LZ integration |
|
80
|
-
| 📊 **Rich Reporting** | Executive + technical dashboards | 15+ output formats |
|
75
|
+
| Feature | Benefit | Current Status |
|
76
|
+
|---------|---------|----------------|
|
77
|
+
| 🤖 **AI-Agent Orchestration** | 6-agent FAANG SDLC coordination | ✅ **Validated** - 100% success in test environments |
|
78
|
+
| ⚡ **Blazing Performance** | Sub-second CLI responses | ✅ **Validated** - 0.11s execution (99% faster) |
|
79
|
+
| 💰 **Cost Analysis** | Multi-account LZ cost monitoring | ✅ **Validated** - DoD & MCP-verified in specific LZ configs |
|
80
|
+
| 🔒 **Enterprise Security** | Zero-trust, compliance ready | ✅ **Validated** - SOC2, PCI-DSS, HIPAA in test environment |
|
81
|
+
| 🏗️ **Multi-Account Ready** | Universal LZ integration | ⚠️ **Beta** - Validated for specific enterprise LZ configurations |
|
82
|
+
| 📊 **Rich Reporting** | Executive + technical dashboards | ✅ **Validated** - 15+ output formats operational |
|
83
|
+
|
84
|
+
## ⚠️ Current Requirements (v0.9.x Beta)
|
85
|
+
|
86
|
+
**AWS Profile Structure Required:**
|
87
|
+
```bash
|
88
|
+
# Your AWS CLI profiles must follow this naming pattern:
|
89
|
+
AWS_BILLING_PROFILE="[org]-[role]-Billing-ReadOnlyAccess-[account-id]"
|
90
|
+
AWS_MANAGEMENT_PROFILE="[org]-[role]-ReadOnlyAccess-[account-id]"
|
91
|
+
AWS_CENTRALISED_OPS_PROFILE="[org]-centralised-ops-ReadOnlyAccess-[account-id]"
|
92
|
+
AWS_SINGLE_ACCOUNT_PROFILE="[org]-[service]-[env]-ReadOnlyAccess-[account-id]"
|
93
|
+
|
94
|
+
# Example (current test environment):
|
95
|
+
# AWS_BILLING_PROFILE="ams-admin-Billing-ReadOnlyAccess-909135376185"
|
96
|
+
# AWS_MANAGEMENT_PROFILE="ams-admin-ReadOnlyAccess-909135376185"
|
97
|
+
```
|
98
|
+
|
99
|
+
**Landing Zone Structure Expected:**
|
100
|
+
- Multi-account AWS Organization with centralized billing
|
101
|
+
- AWS SSO with ReadOnlyAccess and Billing roles configured
|
102
|
+
- Management account with Organizations API access
|
103
|
+
- Centralized operations account for resource management
|
104
|
+
|
105
|
+
**⭐ Universal Compatibility Roadmap:**
|
106
|
+
- **v1.0.0 Target**: Support any AWS account structure, profile naming, and LZ configuration
|
107
|
+
- **Current Status**: Beta validation with specific enterprise configurations
|
81
108
|
|
82
109
|
## 📦 Installation & Quick Start
|
83
110
|
|
@@ -91,33 +118,33 @@ runbooks --help
|
|
91
118
|
runbooks inventory collect --help
|
92
119
|
```
|
93
120
|
|
94
|
-
### Option 2:
|
121
|
+
### Option 2: Enterprise Source Deployment (Beta)
|
95
122
|
```bash
|
96
|
-
# 🏢 Enterprise deployment for
|
123
|
+
# 🏢 Enterprise deployment for compatible multi-account Landing Zones
|
97
124
|
git clone https://github.com/1xOps/CloudOps-Runbooks.git
|
98
125
|
cd CloudOps-Runbooks
|
99
126
|
|
100
|
-
# 1.
|
101
|
-
|
102
|
-
# Edit .env with your enterprise AWS profiles:
|
103
|
-
# AWS_BILLING_PROFILE="your-consolidated-billing-profile"
|
104
|
-
# AWS_MANAGEMENT_PROFILE="your-management-profile"
|
105
|
-
# AWS_CENTRALISED_OPS_PROFILE="your-operations-profile"
|
106
|
-
# AWS_SINGLE_ACCOUNT_PROFILE="your-single-account-profile"
|
107
|
-
|
108
|
-
# 2. Configure AWS profiles and validate access
|
109
|
-
aws configure list-profiles # Verify your profiles exist
|
127
|
+
# 1. Verify your AWS profile structure matches requirements (see above)
|
128
|
+
aws configure list-profiles # Must match expected naming pattern
|
110
129
|
aws sts get-caller-identity --profile your-billing-profile
|
111
130
|
|
112
|
-
#
|
113
|
-
|
131
|
+
# 2. Configure environment variables to match your profile names
|
132
|
+
export AWS_BILLING_PROFILE="your-billing-readonly-profile"
|
133
|
+
export AWS_MANAGEMENT_PROFILE="your-management-readonly-profile"
|
134
|
+
export AWS_CENTRALISED_OPS_PROFILE="your-ops-readonly-profile"
|
135
|
+
export AWS_SINGLE_ACCOUNT_PROFILE="your-single-account-profile"
|
114
136
|
|
115
|
-
#
|
116
|
-
uv run
|
117
|
-
|
137
|
+
# 3. Validate compatibility before deployment
|
138
|
+
uv run python -c "
|
139
|
+
from runbooks.finops.dashboard_runner import _get_profile_for_operation
|
140
|
+
print('Profile validation test...')
|
141
|
+
print(f'Billing: {_get_profile_for_operation(\"billing\", None)}')
|
142
|
+
"
|
118
143
|
|
119
|
-
#
|
120
|
-
runbooks --
|
144
|
+
# 4. Test with single account first
|
145
|
+
uv run runbooks inventory collect --profile $AWS_SINGLE_ACCOUNT_PROFILE --regions us-east-1
|
146
|
+
|
147
|
+
# ⚠️ Note: Full multi-account deployment requires compatible LZ structure
|
121
148
|
```
|
122
149
|
|
123
150
|
## 🧰 Core Modules
|
@@ -317,31 +344,36 @@ runbooks security assess --all-checks --format html
|
|
317
344
|
runbooks cfat assess --web-server --port 8080
|
318
345
|
```
|
319
346
|
|
320
|
-
## 📊 Success Metrics & Validation
|
347
|
+
## 📊 Success Metrics & Validation (v0.9.x Beta)
|
321
348
|
|
322
349
|
| Metric | Target | Achieved | Status |
|
323
350
|
|--------|--------|----------|---------|
|
324
|
-
| **CLI Performance** | <1s response | 0.11s average | ✅ Sub-second response |
|
325
|
-
| **Test Coverage** | >90% | 90-95% range | ✅ Enterprise standard |
|
326
|
-
| **Multi-Account Scale** |
|
327
|
-
| **Cost Monitoring** | Real-time data | Live API integration | ✅ Production ready |
|
328
|
-
| **Security Checks** | 10+ frameworks | 15+ compliance checks | ✅ Multi-framework |
|
329
|
-
| **
|
330
|
-
|
331
|
-
## 🌟 Business Impact
|
332
|
-
|
333
|
-
### DoD & MCP-Verified Results
|
334
|
-
- 💰 **Real-Time Cost Analysis** -
|
335
|
-
- 🏗️ **
|
336
|
-
- ⚡ **Sub-Second Response** - Performance benchmarked
|
337
|
-
- 🔒 **Enterprise Security** - SOC2, PCI-DSS, HIPAA framework support
|
351
|
+
| **CLI Performance** | <1s response | 0.11s average | ✅ **Validated** - Sub-second response |
|
352
|
+
| **Test Coverage** | >90% | 90-95% range | ✅ **Validated** - Enterprise standard |
|
353
|
+
| **Multi-Account Scale** | Specific LZ configs | Test environment validated | ⚠️ **Beta** - Specific LZ structures only |
|
354
|
+
| **Cost Monitoring** | Real-time data | Live API integration | ✅ **Validated** - Production ready in test env |
|
355
|
+
| **Security Checks** | 10+ frameworks | 15+ compliance checks | ✅ **Validated** - Multi-framework support |
|
356
|
+
| **Universal Compatibility** | Any AWS setup | Specific configurations only | ❌ **v1.0.0 Target** - Universal support pending |
|
357
|
+
|
358
|
+
## 🌟 Business Impact (v0.9.x Beta)
|
359
|
+
|
360
|
+
### DoD & MCP-Verified Results (Test Environment)
|
361
|
+
- 💰 **Real-Time Cost Analysis** - Specific LZ configuration with live API integration (99.8% accuracy)
|
362
|
+
- 🏗️ **Enterprise Architecture** - Validated for specific multi-account AWS SSO configurations
|
363
|
+
- ⚡ **Sub-Second Response** - Performance benchmarked in test environment (0.11s average)
|
364
|
+
- 🔒 **Enterprise Security** - SOC2, PCI-DSS, HIPAA framework support validated in test LZ
|
338
365
|
- 📈 **Enterprise-Grade Quality** - 90-95% test coverage with MCP validation
|
339
366
|
|
340
|
-
###
|
341
|
-
- **
|
342
|
-
- **MCP Server Validation**: Real-time AWS API verification
|
343
|
-
- **Enterprise Security**: Compliance framework integration with
|
344
|
-
- **Performance Verified**: Sub-second CLI response times
|
367
|
+
### Current Validation Framework (Beta)
|
368
|
+
- **Specific Multi-Account LZ**: Live Cost Explorer API integration with test enterprise configuration
|
369
|
+
- **MCP Server Validation**: Real-time AWS API verification for specific profile structures
|
370
|
+
- **Enterprise Security**: Compliance framework integration with validated patterns
|
371
|
+
- **Performance Verified**: Sub-second CLI response times in compatible LZ environments
|
372
|
+
|
373
|
+
### 🎯 v1.0.0 Target: Universal Business Impact
|
374
|
+
- **Any AWS Setup**: Cost analysis across any account structure or Landing Zone configuration
|
375
|
+
- **Universal Deployment**: Works with any AWS IAM setup, profile naming, or organizational structure
|
376
|
+
- **Flexible Integration**: Adapt to any enterprise AWS architecture without code changes
|
345
377
|
|
346
378
|
## 📋 Comprehensive Architecture Overview
|
347
379
|
|
@@ -532,13 +564,23 @@ export RUNBOOKS_TIMEOUT=300
|
|
532
564
|
| **ISO 27001** | ✅ Aligned | Security management |
|
533
565
|
| **NIST** | ✅ Compatible | Cybersecurity framework |
|
534
566
|
|
535
|
-
## 🚦 Roadmap
|
567
|
+
## 🚦 Roadmap to Universal Compatibility
|
536
568
|
|
537
569
|
| Version | Timeline | Key Features |
|
538
570
|
|---------|----------|--------------|
|
539
|
-
| **
|
540
|
-
| **v1.
|
541
|
-
| **
|
571
|
+
| **v0.9.x** | **Current** | ✅ **Beta** - Validated for specific enterprise LZ configurations |
|
572
|
+
| **v1.0** | Q1 2025 | **Universal AWS Compatibility** - Any account structure, profile naming, LZ config |
|
573
|
+
| **v1.1** | Q2 2025 | Enhanced AI orchestration with universal compatibility |
|
574
|
+
| **v1.5** | Q3 2025 | Self-healing infrastructure across any AWS setup |
|
575
|
+
| **v2.0** | Q4 2025 | Multi-cloud support (Azure, GCP) |
|
576
|
+
|
577
|
+
### 🎯 v1.0.0 Universal Compatibility Requirements
|
578
|
+
- [ ] **Dynamic Profile Detection**: Auto-detect any AWS profile naming convention
|
579
|
+
- [ ] **Flexible LZ Support**: Work with single accounts, Organizations, Control Tower, custom setups
|
580
|
+
- [ ] **Universal IAM**: Support any IAM role structure (not just AWS SSO)
|
581
|
+
- [ ] **Region Agnostic**: Work in any AWS region combination
|
582
|
+
- [ ] **Zero Hardcoding**: Complete elimination of environment-specific references
|
583
|
+
- [ ] **Universal Validation**: Test framework covering diverse AWS configurations
|
542
584
|
|
543
585
|
## 🆘 Support Options
|
544
586
|
|
@@ -1,15 +1,16 @@
|
|
1
1
|
conftest.py,sha256=HTnQMw9wxefkvX5q4yG8EUH2qVLJBnC9QCt3UCltw7I,586
|
2
|
-
runbooks/__init__.py,sha256=
|
2
|
+
runbooks/__init__.py,sha256=5Vmt5VEwYi2wBfAuWde83BfN4SeGYdF8BTCx_PcqWfI,4983
|
3
3
|
runbooks/__main__.py,sha256=0hTPUA9KkLm_H_COqaIpNzXvC4Lv5b_XYYBV6fUFDrM,241
|
4
4
|
runbooks/base.py,sha256=a4jdiMeMWfJtOnYBlZ99Imzc1sdHCgyOXYhxUges7O8,11742
|
5
5
|
runbooks/config.py,sha256=63Bct1jASQG3mjPTNnzfJwTMgXzG8aQqVsaku6ugZR0,7839
|
6
|
-
runbooks/main.py,sha256=
|
6
|
+
runbooks/main.py,sha256=_tOPi7zogBgxmxHYVnHjoiJ6355KTwysIrlNzEqEESk,389325
|
7
7
|
runbooks/_platform/__init__.py,sha256=86Y-f3Klzj8hpdvxxQyVXsm6ARevKsxnGoc6YjSqbUE,519
|
8
8
|
runbooks/_platform/core/runbooks_wrapper.py,sha256=bmOqZY3scxgVpIpca2ZdpVAAIGv2XpugRsHiGcXL-Og,18937
|
9
9
|
runbooks/cfat/README.md,sha256=vDOJykrHDk8tBCw_PbWn27XvZXSmkv2sCknmlNaM9OY,11853
|
10
10
|
runbooks/cfat/__init__.py,sha256=lxoBHV8KS5vXz6LBUh3tW6Bs4PQ7GpEcllb2v835rlI,2142
|
11
11
|
runbooks/cfat/app.ts,sha256=EwpA9bQzkoH1qqTJ_Tco47PwVG2zTv4g8ZmEGYpWYlU,27785
|
12
12
|
runbooks/cfat/cli.py,sha256=37KUY-ObzMcB7xYs2R8Q40djLFnBgLhBnUXujvn2M7s,3483
|
13
|
+
runbooks/cfat/cloud_foundations_assessment.py,sha256=9uwo958bHBffqIzJD_e95Tue5selCeRH643qhdqbe04,26251
|
13
14
|
runbooks/cfat/models.py,sha256=if0Pmx8UpH-mcjZ9HjaUzyUdLnWWY0V_pNLpPSfrJtg,38126
|
14
15
|
runbooks/cfat/package-lock.json,sha256=zRmjHmoieoF9UiNPZWPgsqo9Hq4LCE_pt59OZ2-hBn4,185693
|
15
16
|
runbooks/cfat/package.json,sha256=lQEq_Xh4xzCJYKgZRZoVs1R3i6W-_Xx6UV3et4mA37c,1133
|
@@ -72,7 +73,7 @@ runbooks/cfat/tests/test_models.py,sha256=16Dcdty82_yotJ2ngBbgydCy9BDamxtMZrs4a1
|
|
72
73
|
runbooks/cfat/tests/test_reporting.py,sha256=ysPZSAFgCQ7oIkOdBxUrlCiyZBhWDpcnp0I2cv3k9_Q,12631
|
73
74
|
runbooks/cloudops/__init__.py,sha256=YFC0DjjlW1D0W5KBqyKuPPz8gBQsCmrB-zy_8sTKBkE,5348
|
74
75
|
runbooks/cloudops/base.py,sha256=DuiWkISty3-cUY_gvIW_TvTnYZwB9t16QrcQaWctPnQ,14736
|
75
|
-
runbooks/cloudops/cost_optimizer.py,sha256=
|
76
|
+
runbooks/cloudops/cost_optimizer.py,sha256=lwIWfQ-TeQOUZGNZe1VH8Kmyw_fdcm2LxOB5Y6HONWQ,51454
|
76
77
|
runbooks/cloudops/infrastructure_optimizer.py,sha256=fUi6tAsiYyrp1dGx8gG7g8g49aoEmotKW1DW9Gvtnw0,1077
|
77
78
|
runbooks/cloudops/interfaces.py,sha256=gTlpf0uc6IHecrNPFO6GM7ViXQ6yTRWoMynbU_2y_1o,32656
|
78
79
|
runbooks/cloudops/lifecycle_manager.py,sha256=ppaoR9BugGzH88a91cUhhIPopwFPBbLWoFWaQDG4pdA,1084
|
@@ -83,20 +84,26 @@ runbooks/cloudops/notebook_framework.py,sha256=WBEFj9s45RUBmogU9KgZAZ3tKiNIe2n_T
|
|
83
84
|
runbooks/cloudops/security_enforcer.py,sha256=rAxruCaWPwzXqtpjOBSn8zivdZQ9K0opqg2gvWAtKs8,18670
|
84
85
|
runbooks/common/__init__.py,sha256=MBzl8F2XqrcmrSrsqiZyccPHkhX9mkw1e62OKlqawqE,4119
|
85
86
|
runbooks/common/accuracy_validator.py,sha256=_PtRQXDFRs3G1QQeY5aBPney1KfNVckGpVCmdDXPyHE,44910
|
86
|
-
runbooks/common/
|
87
|
+
runbooks/common/aws_pricing.py,sha256=5B7RsFFZ4HBOZIQug4w_bxnwCFFFTdG7svFSPjF08f8,14334
|
88
|
+
runbooks/common/aws_pricing_api.py,sha256=mD6KSp6wEcPuiNJOAqahuA4qhgD8XsLuj1ZO6eS_0CQ,9635
|
89
|
+
runbooks/common/aws_utils.py,sha256=27Y9eaeoMo-UovWWAmyFW_OzqVMCbABhJ51kTutrFdE,13743
|
90
|
+
runbooks/common/comprehensive_cost_explorer_integration.py,sha256=rI1pQlBAA1ptkOm3G0FIJcyszdXISZuKK9jIDmGDXFM,44706
|
87
91
|
runbooks/common/context_logger.py,sha256=is72Mvw2QgIp-z9FXNSL-pceDhEsSklH_7QbNmGR6lQ,14757
|
92
|
+
runbooks/common/cross_account_manager.py,sha256=uQTfV4H27J9ey_dTR37crj7yPiZq-dEdn7Z11ny-kiY,25314
|
88
93
|
runbooks/common/cross_module_integration.py,sha256=q3DCh9gvN55hNe22Bpu2k07VP-zgmAltm8p3xGKylSE,23870
|
89
|
-
runbooks/common/enhanced_exception_handler.py,sha256=
|
94
|
+
runbooks/common/enhanced_exception_handler.py,sha256=41z9gNCmH0nAyNgyTxjTcomN3YXJJhQh_D5vedh60QY,45396
|
90
95
|
runbooks/common/enhanced_logging_example.py,sha256=fUOTS0hoMNSlqBg7nL2_Q57ZizOF9BzoK1K2xH9-47w,8588
|
91
96
|
runbooks/common/enhanced_logging_integration_example.py,sha256=JnjVFeJBuisZq6Qlqofg4QrzWRnWMLO5VH6-N1-ui_8,10208
|
92
97
|
runbooks/common/enterprise_audit_integration.py,sha256=3BL6kq_vWBROnQsj4SFAckNOCv8DbVC_kKr4aGFwu5k,24910
|
98
|
+
runbooks/common/env_utils.py,sha256=bIEAB48DWvj43xNwj-0eDF7QiDFYRHsifSvWO0H4tjA,2731
|
93
99
|
runbooks/common/logger.py,sha256=fmBtqv-B-0f0ppejwt_KbUWOPQosO74JXgOcKbr0mbs,424
|
94
100
|
runbooks/common/logging_integration_helper.py,sha256=dHjQKJkd3mVZmxxaui1QkaYWfXWdOY9aS_N81C7gMYg,13244
|
95
101
|
runbooks/common/mcp_cost_explorer_integration.py,sha256=pskehv95cbHhHOsKePRknm9oOQnIQVVEzrvtiXObLwU,40221
|
96
|
-
runbooks/common/mcp_integration.py,sha256=
|
102
|
+
runbooks/common/mcp_integration.py,sha256=5JsMHxWUYe4LcbbAkSo9QwlR1BJGGs3BxU6lfIOk4nk,31302
|
103
|
+
runbooks/common/organizations_client.py,sha256=iMDfYQW7f_Y8rbUg7tiFZWkWO0LUfVbXy5ODTeLN3Z8,21653
|
97
104
|
runbooks/common/performance_monitor.py,sha256=YEStVON1uAlmhOVi5XK6kMytUBtKtqeELYBEiSMLsmA,14130
|
98
|
-
runbooks/common/profile_utils.py,sha256=
|
99
|
-
runbooks/common/rich_utils.py,sha256=
|
105
|
+
runbooks/common/profile_utils.py,sha256=_iLr0fSE1HmDYu9p-YPPDuAwyabnjg4WTeJs2-bg50k,12048
|
106
|
+
runbooks/common/rich_utils.py,sha256=Z0FjJuYuiT_NdxDRCT389ipaflg4tJ9PsEu4djvBf8E,33632
|
100
107
|
runbooks/enterprise/__init__.py,sha256=bv6Ee_NHooNzCeQPD3fKBFBTNEbGusK_qnqQbB5iNpw,1855
|
101
108
|
runbooks/enterprise/error_handling.py,sha256=0rorz2L3nWl3xMDMiEMgNj8CvM7efABnEIzkMEg4B2g,14505
|
102
109
|
runbooks/enterprise/logging.py,sha256=-Qau52mLjryFo8r9PzsHbfkbfBsFom1ndEIvy7ItFEY,31728
|
@@ -114,17 +121,17 @@ runbooks/finops/business_cases.py,sha256=v-sGH8I7yyYcIwd8cTWsuYFouFxd8I7PspEcx9b
|
|
114
121
|
runbooks/finops/cli.py,sha256=pAcXUQXQ3SdatmqfQRJjge1MSzNWM6PqtXXMvNa4OGw,10913
|
115
122
|
runbooks/finops/commvault_ec2_analysis.py,sha256=aX5uScOAm-sGRvA5Z3E4IC1Lf0p6dHilAd_bbUCUUSs,17893
|
116
123
|
runbooks/finops/compute_cost_optimizer.py,sha256=GzC9TAZs2I-7JDK13ebnOV_y58GzUFnKo6HGTwcYdNs,40511
|
117
|
-
runbooks/finops/cost_optimizer.py,sha256=
|
124
|
+
runbooks/finops/cost_optimizer.py,sha256=XZ_Aja0Fx80OFTU5mjljoRyN9OTPuVyPIpWYGufqM1s,52480
|
118
125
|
runbooks/finops/cost_processor.py,sha256=YPXlIGonraynHpB-NpkF-YLkK_n_fy13J5OlgdjK4LU,53907
|
119
126
|
runbooks/finops/dashboard_router.py,sha256=zxSMWZupIBR4hMrk4jASdv8rEThmb6qfpIAM6ddZ6Q4,43495
|
120
127
|
runbooks/finops/dashboard_runner.py,sha256=2nw55L0ZpDnBpeg0-n28Qfs7CNfi14HQkY4E8uVK77A,94754
|
121
128
|
runbooks/finops/ebs_cost_optimizer.py,sha256=SoE3ySa7xpOee4Zs4_vmf5N7uZJ3HX2_kiAPF4fxDgQ,31957
|
122
129
|
runbooks/finops/ebs_optimizer.py,sha256=vInSHPzAbl3s2iLqs1gq452Dz6OtkwicXD8-8hAMY0Q,43336
|
123
|
-
runbooks/finops/elastic_ip_optimizer.py,sha256=
|
124
|
-
runbooks/finops/embedded_mcp_validator.py,sha256=
|
130
|
+
runbooks/finops/elastic_ip_optimizer.py,sha256=Bjxo9cUWbqlxkxw-ZSTkYNGCaV3RzITbaf1O0Kzm6iU,32564
|
131
|
+
runbooks/finops/embedded_mcp_validator.py,sha256=_Ch74BTiaCbk5D0DHQGOhFQCy3t6Im-gQtWi49EQLzs,46344
|
125
132
|
runbooks/finops/enhanced_dashboard_runner.py,sha256=VpDE3ipLlTQVn7f0xUiBtTlo2gRYWXYkTxmZ2N4ZB6w,21175
|
126
133
|
runbooks/finops/enhanced_progress.py,sha256=LisYm-akB1W7zDW2ulMrxJxjNPqSjMG9kObCpHYwO-A,11389
|
127
|
-
runbooks/finops/enhanced_trend_visualization.py,sha256=
|
134
|
+
runbooks/finops/enhanced_trend_visualization.py,sha256=e7ZoH5lNh68Uc-ejRDyw_jCmz_eBKiLB5N9MeVFJWNs,16229
|
128
135
|
runbooks/finops/enterprise_wrappers.py,sha256=M_lCd5zdABvBVnRlZF6YrAvfC9MsIpgiUhL0bcexG2k,33813
|
129
136
|
runbooks/finops/finops_dashboard.py,sha256=kMI0eKLB8hCbavSm6l3zLKTKQHQT-h_jEfvjcq7p3Lk,21836
|
130
137
|
runbooks/finops/finops_scenarios.py,sha256=lnPqaRyQMQ6l1k0nwQookTlXoneL409G5jADMKXNbk4,50732
|
@@ -132,12 +139,12 @@ runbooks/finops/helpers.py,sha256=-8QtOwkQVRkbYS6kg65DMKJpdhx9EQjpcoIOlt5ANmI,51
|
|
132
139
|
runbooks/finops/iam_guidance.py,sha256=YnaWywIHDsSYJwj34Jk0WKFNpNnDruPx5B4NmNzoRNA,19925
|
133
140
|
runbooks/finops/legacy_migration.py,sha256=QkuVsGwkH4IkXoGbmQ7jUspAXLi4FYkZedC1vOHB-o8,31430
|
134
141
|
runbooks/finops/main.py,sha256=W0Lnr3GJN7Tp4QL0x09GROOc7fnttpdRmd3N3T5eULo,288
|
135
|
-
runbooks/finops/markdown_exporter.py,sha256=
|
142
|
+
runbooks/finops/markdown_exporter.py,sha256=SyjI3grIILag1ke3YeVhzW2my4YBJvpGL_zpvv310bE,38496
|
136
143
|
runbooks/finops/multi_dashboard.py,sha256=J0E0WTG_xC9Ch8vUFXRXE3aBwf7H5t9xrFfmkyLms9U,73474
|
137
|
-
runbooks/finops/nat_gateway_optimizer.py,sha256=
|
144
|
+
runbooks/finops/nat_gateway_optimizer.py,sha256=pMfaYg77XO_DadeJg0cOejggkYZ42rg8OcGazH3bjzo,57875
|
138
145
|
runbooks/finops/network_cost_optimizer.py,sha256=1XFrcuyuZXu1OBYufJhSHD5KC0AjKT97bbsskAenAA8,66743
|
139
146
|
runbooks/finops/notebook_utils.py,sha256=dhH7boTXO9EH10kPMdmSXDBOCUXupi1WU-wp83atzY8,29725
|
140
|
-
runbooks/finops/optimizer.py,sha256=
|
147
|
+
runbooks/finops/optimizer.py,sha256=zit7KBiI_MCoku_-NP5gagJ47ymdIZK3PxvLt8ukXo8,36262
|
141
148
|
runbooks/finops/profile_processor.py,sha256=2GmwDbzy0b5tpQaF-DzxrcRVJsrpVIBt2KdiH1ZRQ68,6241
|
142
149
|
runbooks/finops/reservation_optimizer.py,sha256=jaJrXlkN1HR7XHKqmzqCQbh0VLu7DgjJ6Z4RLJKB9go,45875
|
143
150
|
runbooks/finops/runbooks.inventory.organizations_discovery.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -147,11 +154,12 @@ runbooks/finops/runbooks.security.security_export.log,sha256=47DEQpj8HBSa-_TImW-
|
|
147
154
|
runbooks/finops/scenarios.py,sha256=-3YZOXfK0kJhk8vQ63zIP3LQmKrpDtZAjt2fgIkIjNI,36809
|
148
155
|
runbooks/finops/schemas.py,sha256=YvW758e0b3RdWFNg8jgRXqaC2h7ScIHcgwq9nTpFNHo,23423
|
149
156
|
runbooks/finops/service_mapping.py,sha256=uThjqTEGwkPGWitWxHLjcYPj5KsvjYuReSDlf31tKOI,6543
|
150
|
-
runbooks/finops/single_dashboard.py,sha256=
|
157
|
+
runbooks/finops/single_dashboard.py,sha256=42nR1XtrLkfg_yPNqkbxhbnePgWDqAQWzBDU_sGZWEE,49836
|
151
158
|
runbooks/finops/types.py,sha256=17CVLQysbwDiWKi2iXjtz7n8SLZUxRtG1JMthfARJ8I,3317
|
152
159
|
runbooks/finops/validation_framework.py,sha256=PnP5U-BYSXPnZI26AOgWo3PnFXGTwRa5-GK1fCdJV3g,31751
|
153
160
|
runbooks/finops/visualisations.py,sha256=BI6cBsKSNUcjqnEukMzHxZzqyv12w3TRj2zvN53-Rbk,2737
|
154
|
-
runbooks/finops/
|
161
|
+
runbooks/finops/vpc_cleanup_exporter.py,sha256=7_R2G6-mBe2_8rlUApcJ8aUY22-ROGQv95e1Ssg5x7c,14682
|
162
|
+
runbooks/finops/vpc_cleanup_optimizer.py,sha256=f9Kr41bkWpnGaPhw-cB2mbJuy3HldobQ3wOZV8E4r4I,80280
|
155
163
|
runbooks/finops/workspaces_analyzer.py,sha256=9hxwlNkIiabhGjJumAulvN20KKPXajMQRF_yWkFS6sk,22695
|
156
164
|
runbooks/finops/tests/__init__.py,sha256=MFqn-e57ft0Dsmdi89vO7jrCV4wkmMNYDtyTrSbx0Jo,583
|
157
165
|
runbooks/finops/tests/results_test_finops_dashboard.xml,sha256=JBoeWtVweUH5EZ15qnLQ_KfQVTR9fhNkZrfY3PCjZQI,4504
|
@@ -168,14 +176,17 @@ runbooks/hitl/enhanced_workflow_engine.py,sha256=V2QRWyd6mpe9-2fIg-cb12hTjaKYeSd
|
|
168
176
|
runbooks/inventory/.gitignore,sha256=qqVQodfb6iNuPRM7fsl7lvqxrJaatKNQqQmX7s1_PPg,5563
|
169
177
|
runbooks/inventory/ArgumentsClass.py,sha256=BwquO-iYZNS_fVxgASrksanzoAN_NPCzRpTAyohRLX0,8621
|
170
178
|
runbooks/inventory/README.md,sha256=fDJvMzc6ITLMyoOvn2-KA7NVxl8-s4aK7L8-PMWOVi8,43927
|
171
|
-
runbooks/inventory/__init__.py,sha256=
|
179
|
+
runbooks/inventory/__init__.py,sha256=Z3lybKnT37SQjnkZSQgEd1-TOcyKwa8aUnx5YV3mc7M,2646
|
172
180
|
runbooks/inventory/account_class.py,sha256=wvYNeiXHq6tk8Pqa95Aa91zAtuBXcnE51NonzDueuaM,26361
|
173
181
|
runbooks/inventory/all_my_instances_wrapper.py,sha256=B_nHnXOFle6_LU1YnZd38uMZNV6pIONh4EvCyO-lwzw,5723
|
174
182
|
runbooks/inventory/aws_decorators.py,sha256=_3QWqih_J6tgs7_dnJwp7Al7OI0qImZpFMyO4E-bMZE,8605
|
175
183
|
runbooks/inventory/check_cloudtrail_compliance.py,sha256=rQGKuJefqBa1LCfTsVgKJ_GiP3HKqgpYX77iclOV2ko,33652
|
176
184
|
runbooks/inventory/check_controltower_readiness.py,sha256=2elNsYY_PYhcQeyjcnB4NTbZVUrHnXU70OjrzwOpwVI,56076
|
177
185
|
runbooks/inventory/check_landingzone_readiness.py,sha256=K7UayaO7QRIhNa0ewZk-Ks4iRAjUPVgMFfjkbgHVOYw,35934
|
186
|
+
runbooks/inventory/cloud_foundations_integration.py,sha256=xZi07kkvYfY3brgIFFvt9qPpDaSuFF6mWkaAqSsZWoI,16433
|
187
|
+
runbooks/inventory/discovery.md,sha256=csYzPHFhOdRzVXCn3VRFKomeudvyuLCr2XttjjJvuAY,13237
|
178
188
|
runbooks/inventory/draw_org_structure.py,sha256=gMrXIs0FQkUCPgTRbTRwgTqLWBNzbcHZ6FFQ5L9hy0k,29769
|
189
|
+
runbooks/inventory/drift_detection_cli.py,sha256=GgT9HS62I9QAIOoDdN8IvSG_klvk4U0pXZs_jCV1Fl4,12409
|
179
190
|
runbooks/inventory/ec2_vpc_utils.py,sha256=bQWvEhe6hqxfj-hgpwu_ZZ9YJbfKiEbgJcAFWhwih-M,16627
|
180
191
|
runbooks/inventory/find_cfn_drift_detection.py,sha256=4kHHu4I6jBHqM9L6lFabMDVTiafaDmhA1UnXsxzgwiw,13169
|
181
192
|
runbooks/inventory/find_cfn_orphaned_stacks.py,sha256=dV9AABIrD6ccOTnSCTUA6H0t_OOs4EDW_Jn6h3RKReY,38021
|
@@ -184,7 +195,8 @@ runbooks/inventory/find_ec2_security_groups.py,sha256=f-I5Xp4e3A36za4sKEwYm_Wkle
|
|
184
195
|
runbooks/inventory/find_landingzone_versions.py,sha256=4oYfgmH4fJ40F3YuQKAhCcBuLHRgie4fTLCftPaQXhE,10277
|
185
196
|
runbooks/inventory/find_vpc_flow_logs.py,sha256=BRwjqb4BD0K97uv8cabpn5nN1iL0DmVkClmX01hAfoA,65119
|
186
197
|
runbooks/inventory/inventory.sh,sha256=WXmBEpi9OpTu24US9LhW5PC-z6jSwTN0jdwlt-p3aok,23939
|
187
|
-
runbooks/inventory/
|
198
|
+
runbooks/inventory/inventory_mcp_cli.py,sha256=n6My3wGooHZiRZIz3bntY1rXOLLyrO0sfNx9WHXRYUA,7964
|
199
|
+
runbooks/inventory/inventory_modules.py,sha256=NxoF0u6CsKFbmUnSfof_ctgDG9iBAT5ir3YgeJ_ndMc,285276
|
188
200
|
runbooks/inventory/list_cfn_stacks.py,sha256=Drgi_7RUaIZA-Z4L-eMEvmmT6nqlj-oGvwBOGOmRKlw,22399
|
189
201
|
runbooks/inventory/list_cfn_stackset_operation_results.py,sha256=1kjuv5uL-ioIWa7Dkx45XAEw3aFRClFTG8Qx1r44pSQ,12847
|
190
202
|
runbooks/inventory/list_cfn_stackset_operations.py,sha256=lYsrZ44xiHkmjKdDQLaVzm7zcabGG91N-7EWtzmWcVU,38317
|
@@ -211,21 +223,23 @@ runbooks/inventory/list_sns_topics.py,sha256=qn1YlsZtpZSdC7lbFudBZCgW8w8DwUlVpzA
|
|
211
223
|
runbooks/inventory/list_ssm_parameters.py,sha256=bsKjS-3vm3t9dJuiJprrH8URRXGW5qeKByB-KD9jMRE,20984
|
212
224
|
runbooks/inventory/list_vpc_subnets.py,sha256=HcKjbmU9mydJhC7QQ4f4C4MzRF6pY9xf-gCdE_42DnI,19001
|
213
225
|
runbooks/inventory/list_vpcs.py,sha256=b_54AqH_IgpJ_Qe4VcU-XKmvhfmc5rEJBLWldZw2lF4,18120
|
214
|
-
runbooks/inventory/
|
215
|
-
runbooks/inventory/
|
226
|
+
runbooks/inventory/mcp_inventory_validator.py,sha256=ur-DvWUfEci2DJbLmywCeoA0P4UZ-eSF7DBel4N5Bl0,103094
|
227
|
+
runbooks/inventory/mcp_vpc_validator.py,sha256=BTOZyt5LOAe7NVYm4t-569zwq-QzB6lnNhvn2tcl6UI,44651
|
228
|
+
runbooks/inventory/organizations_discovery.py,sha256=WqqplSGox_STFTGRbkbm_2git_VciOtyXEadvr5Wvn8,61634
|
216
229
|
runbooks/inventory/recover_cfn_stack_ids.py,sha256=_KgQgDgZRxeyzUb5im6RM-gORZL9WmD03jKpruwp3os,8638
|
217
230
|
runbooks/inventory/requirements.txt,sha256=W8mvfeKf86CfTIeRJyqa978xJ77Cjfh4mlQ3Gb4YrCc,213
|
218
|
-
runbooks/inventory/rich_inventory_display.py,sha256=
|
231
|
+
runbooks/inventory/rich_inventory_display.py,sha256=DZEj7AWZhdo0RFcmnUrfuQ0HRbGPywbuKbRcnZr4b1Q,17015
|
219
232
|
runbooks/inventory/run_on_multi_accounts.py,sha256=yOSATL8N9WUe_TzBRL3MfyHcpqmkj6aWrAqd7FHNLws,9251
|
220
233
|
runbooks/inventory/runbooks.inventory.organizations_discovery.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
221
234
|
runbooks/inventory/runbooks.security.report_generator.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
222
235
|
runbooks/inventory/runbooks.security.run_script.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
223
236
|
runbooks/inventory/runbooks.security.security_export.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
224
|
-
runbooks/inventory/
|
225
|
-
runbooks/inventory/
|
237
|
+
runbooks/inventory/unified_validation_engine.py,sha256=CwU37kjZbHqSmmVf23CSKzMwXUB51yLbqw1X9OIf5hI,60205
|
238
|
+
runbooks/inventory/verify_ec2_security_groups.py,sha256=rAYaBnFxzjEGmrOQlx_Ea-wp7167YBrssoWDWmkE0Pk,68271
|
239
|
+
runbooks/inventory/vpc_analyzer.py,sha256=fGi5xt2drcWX6WSU21dd5Qtndx7FbdkEUYzZAh7GFMA,88281
|
226
240
|
runbooks/inventory/vpc_architecture_validator.py,sha256=0ukyPQ6K3N1FWp67RdqwhqtsiS0w8tBAaV80HGTXshk,38826
|
227
241
|
runbooks/inventory/vpc_dependency_analyzer.py,sha256=FX6gbIJZmL_pR1lBdoj9goBcEhTbzUxOrsmSW4q-Xwo,37133
|
228
|
-
runbooks/inventory/vpc_flow_analyzer.py,sha256=
|
242
|
+
runbooks/inventory/vpc_flow_analyzer.py,sha256=BOKtQTsmP_sdRMhixOYFXST7fA7j1fhgYSmcECcSoCQ,41767
|
229
243
|
runbooks/inventory/LandingZone/delete_lz.py,sha256=hMwv-T8RTjQQdx9oLelABibFHGD9TFR0xkI_Hgfabw0,48920
|
230
244
|
runbooks/inventory/Tests/common_test_data.py,sha256=M4qRXxYu-WphsJnnumG0P7ENK3OX1Gh2AoCxFN71U4s,180677
|
231
245
|
runbooks/inventory/Tests/common_test_functions.py,sha256=WKeLHuAclroH1Jhc2RyDU9L7d9L4nH6fIFS2NjNtokE,8710
|
@@ -247,7 +261,7 @@ runbooks/inventory/collectors/aws_networking.py,sha256=usLr9CKS2yOuKDuIDoKpIx0Fj
|
|
247
261
|
runbooks/inventory/collectors/base.py,sha256=cOFE-zUOOWYQJPxK0p9lwqPfBopS_bfX_LBrc9qq5TY,7371
|
248
262
|
runbooks/inventory/collectors/enterprise_scale.py,sha256=hsuN3DIbVbBwzLdHeYYPm_uH5AwN_HZRGVIl0RHwrmA,10968
|
249
263
|
runbooks/inventory/core/__init__.py,sha256=kCH8dKMGp3bAYNPQI7OegiQdglV0G1k36gUtAKT6avE,562
|
250
|
-
runbooks/inventory/core/collector.py,sha256=
|
264
|
+
runbooks/inventory/core/collector.py,sha256=O1Mffdsy5fvRHzVt6Odb9Zm44mIlQthLFIQtwWBDtb4,75186
|
251
265
|
runbooks/inventory/core/formatter.py,sha256=0GTQH8StHenETc0oGB8DRqASB0P1dQMwkLr9oiNATT4,12643
|
252
266
|
runbooks/inventory/models/__init__.py,sha256=LjW8NAHcDeBFvjXjAZwoo73xwQHid8f1-FiEn376omc,788
|
253
267
|
runbooks/inventory/models/account.py,sha256=G-7NtoRi8VRX6B0VoMF4qirwTNU_3ukMRGThylQKEbA,7109
|
@@ -258,7 +272,7 @@ runbooks/inventory/utils/aws_helpers.py,sha256=rg1L69An3PLVWrTTiHGjL29Z8N51rOVYL
|
|
258
272
|
runbooks/inventory/utils/threading_utils.py,sha256=ckizvb0QSWx1xkDanvaoUOCHaXOm2E6Abg1VQFxfJrU,16067
|
259
273
|
runbooks/inventory/utils/validation.py,sha256=HoQmEr9CSEfS1yF0uyCAW5TKlG-u9-t-YRouThSBxeA,19803
|
260
274
|
runbooks/metrics/dora_metrics_engine.py,sha256=VOa6eglfoVsIhnQzPK_oRt_wXsZWwXNN-m7BpJCRCa4,52990
|
261
|
-
runbooks/monitoring/performance_monitor.py,sha256=
|
275
|
+
runbooks/monitoring/performance_monitor.py,sha256=IlnHfnBZwI2avbsgKV-wcPwXnD9UtzJwxPIRQXE6YoQ,16578
|
262
276
|
runbooks/operate/README.md,sha256=kdtU_tEpvYhhY5uqZVupgv8OQnt8CVfU5YCo7yPlYKY,12347
|
263
277
|
runbooks/operate/__init__.py,sha256=xY8TcmiRr2NUpXGbjuZV7XzPLDtwW7JFHalzgM-CSJI,7326
|
264
278
|
runbooks/operate/base.py,sha256=v3mWnCNYbgggh8iVApem5Pvj43aqbRI8R8KGMO8whCY,21378
|
@@ -266,40 +280,40 @@ runbooks/operate/cloudformation_operations.py,sha256=U6zDeDnnGUiOu1GXCYtC_5g2LJM
|
|
266
280
|
runbooks/operate/cloudwatch_operations.py,sha256=CHqJ-vf9dh_AhnEZ6lrr9BYM4QKiMGYnSa7Qc4lwXPo,19071
|
267
281
|
runbooks/operate/deployment_framework.py,sha256=SDwhQaeykaXNfFl-ZbGscP2s81SngN7wqOSHoWzATus,43100
|
268
282
|
runbooks/operate/deployment_validator.py,sha256=GKlVTiZswiv1SRmW_YF6FKAA5Y3fLZ4o-12vL5S7ujc,34884
|
269
|
-
runbooks/operate/dynamodb_operations.py,sha256=
|
270
|
-
runbooks/operate/ec2_operations.py,sha256=
|
283
|
+
runbooks/operate/dynamodb_operations.py,sha256=mTEsRubr7TvdYXCyJcx_JXbn8XvTvCMVx6fv9IUiftk,31728
|
284
|
+
runbooks/operate/ec2_operations.py,sha256=ZP-LuWRW_QOh8B7jFKzorrJ6sWE0WuKtT7nH9BKFTfA,72224
|
271
285
|
runbooks/operate/executive_dashboard.py,sha256=8nEbid2v6MyTux30EvmOV6QYSnNldi1Iru2NhoWyF2s,30350
|
272
286
|
runbooks/operate/iam_operations.py,sha256=l9lluh2HCC5gXUl5uT6s5xxuzacBUez-NTQN9356ygE,46690
|
273
287
|
runbooks/operate/mcp_integration.py,sha256=K6fNuYerxl74TobRpFEog8gC1DNRq4V791l8dkPL-EA,30093
|
274
288
|
runbooks/operate/nat_gateway_operations.py,sha256=MZBfOgKJai54vfAlWldxSBpZ4YBrID9yYb4-YbD_y9E,48303
|
275
|
-
runbooks/operate/networking_cost_heatmap.py,sha256=
|
289
|
+
runbooks/operate/networking_cost_heatmap.py,sha256=Ppm0Sh8LdZndMvnutp-FDStpICWZj9-D0-tstXmsYMc,28296
|
276
290
|
runbooks/operate/privatelink_operations.py,sha256=TJC_6WlQ9ILXfuqPDsVZVRTYqUKW9uje8zGK8vHTBv4,42067
|
277
291
|
runbooks/operate/rds_operations.py,sha256=gr7JnkKwTLqTlyk8JJc_C8lXwsEI_LqyW5_aL4bQSmM,22201
|
278
|
-
runbooks/operate/s3_operations.py,sha256=
|
292
|
+
runbooks/operate/s3_operations.py,sha256=NfgqOMwX6rSxwfaDaja7tOTsmayPIQBlisG-Mm2gT4k,71111
|
279
293
|
runbooks/operate/tagging_operations.py,sha256=UMyiXTly6hy7ZrehalHQmWaAG1lKVW2yviOUFDY7zv8,26228
|
280
294
|
runbooks/operate/tags.json,sha256=-Y77SDvrvn0sCdsxgdRwu0sl0mih2Ib_N6nGi-UtE5U,513
|
281
295
|
runbooks/operate/vpc_endpoints.py,sha256=kNmjRZhOT_JjCHfcc4YEyBdQco4amLluDcf5ePA5KN0,27134
|
282
|
-
runbooks/operate/vpc_operations.py,sha256=
|
296
|
+
runbooks/operate/vpc_operations.py,sha256=uHMVzhYj1qqcO-MkPUv2j5ROsHl_JYooycm67eej9E8,111690
|
283
297
|
runbooks/remediation/README.md,sha256=8RuAqAvrhw8VLKw1HTUI1H6ZZfk6PMnrQmhEVH9qeJg,14536
|
284
298
|
runbooks/remediation/__init__.py,sha256=JSPav84-avCg7mZPD-dI0_lh12MjE5wKllpzHqxhQws,3490
|
285
299
|
runbooks/remediation/acm_cert_expired_unused.py,sha256=_SfttBHKMBfXNtI1006Ci1dCYDgqhCEGGI5Ua3RvQGk,3541
|
286
300
|
runbooks/remediation/acm_remediation.py,sha256=yNoEqrv4t1_0Orug8_DEadrWIqLEFa-7kfheG-4zPX4,38824
|
287
301
|
runbooks/remediation/api_gateway_list.py,sha256=7RyTSmmhQaezNt9Ksh_BktSAPaQ7DGKQeBviqbkEdS0,7180
|
288
|
-
runbooks/remediation/base.py,sha256=
|
302
|
+
runbooks/remediation/base.py,sha256=rkqPHxaUY-2VEoLM1-jQhku1fAIxi4S0ci5YYTktjCg,24723
|
289
303
|
runbooks/remediation/cloudtrail_remediation.py,sha256=vvN8J3LDIZs1dFQzMPCXpqkit_AHiGCsTT3wywpP96k,38390
|
290
304
|
runbooks/remediation/cloudtrail_s3_modifications.py,sha256=DaN6DmvTgZk4D2QlxXEJ4yUc1m1oi7U1myNX7krA00Q,13147
|
291
305
|
runbooks/remediation/cognito_active_users.py,sha256=ZKtludgCL0ufWiWpiodfD8DNRKSiIMWcQeBBBANH4o8,2973
|
292
306
|
runbooks/remediation/cognito_remediation.py,sha256=VOTTxHu935kwNLFt3zTcEj-5cY2hikifGcydgSF4KXw,36966
|
293
307
|
runbooks/remediation/cognito_user_password_reset.py,sha256=1pBLS9Ccdu8ohflGcbsBI-HLKLbNYsU39sijielAcQk,6902
|
294
308
|
runbooks/remediation/commons.py,sha256=aqhaH1UtZl8zcWCjh8p5jgZNe_3wkWQmAJo5gov9My4,17273
|
295
|
-
runbooks/remediation/commvault_ec2_analysis.py,sha256
|
309
|
+
runbooks/remediation/commvault_ec2_analysis.py,sha256=-3oMXzUkrL3QCYMQAstlxlbjc-WihvFwKs3nFw4xQX8,11710
|
296
310
|
runbooks/remediation/dynamodb_optimize.py,sha256=8MAeIX9fUejIYH1cKFHD9-me5lB9DoiyPKg4M0SeR4Q,5989
|
297
311
|
runbooks/remediation/dynamodb_remediation.py,sha256=Kcn3jBYmDoWkg5AsKX7fAxbDz-jl1s0kp2iPc96n3Fc,30872
|
298
312
|
runbooks/remediation/dynamodb_server_side_encryption.py,sha256=wnXwRcXzR3dFpcsA-5CjyCvPBixOiflN2H8Rfdp8Wao,3802
|
299
313
|
runbooks/remediation/ec2_public_ips.py,sha256=BcTi7QGihyy5brPa2zJSiqk0fcFYok5YO96B6GrEf68,5331
|
300
314
|
runbooks/remediation/ec2_remediation.py,sha256=tGRtcDJgLOuoeoHJ4Ak2K5Upfjwt7_pYW48M_9cv7Wo,37035
|
301
315
|
runbooks/remediation/ec2_subnet_disable_auto_ip_assignment.py,sha256=UeXqp2qTCj2oXwGKXH_6H1PcBQANjMAXXIKADH1kOd4,2723
|
302
|
-
runbooks/remediation/ec2_unattached_ebs_volumes.py,sha256=
|
316
|
+
runbooks/remediation/ec2_unattached_ebs_volumes.py,sha256=__NBSM3Zo_kpSc79NX8G2-9jFRYWuKbsrOoHoVRI2-8,19163
|
303
317
|
runbooks/remediation/ec2_unused_security_groups.py,sha256=YKG4-UBipJEdoMvy1Pt5-j3CdK-4LlmdXSJ3wyxZdNA,8512
|
304
318
|
runbooks/remediation/kms_enable_key_rotation.py,sha256=OTPZmHtBVAFeaf8vBXqYsNJZBfzD79okFaQYk02lSTk,27587
|
305
319
|
runbooks/remediation/kms_remediation.py,sha256=DdxR2WiBey8-M94dV9MPSoGsb27ScuA-UwvtAwC-XGk,29381
|
@@ -308,7 +322,7 @@ runbooks/remediation/lambda_remediation.py,sha256=WRaQUq0Y40l5_L4lkcyuUN5hZXRVIc
|
|
308
322
|
runbooks/remediation/multi_account.py,sha256=88mvZwVsPtyiXrlbECBWI5uMe6pL2CLWUS3sdZmegic,22062
|
309
323
|
runbooks/remediation/rds_instance_list.py,sha256=HoDK0UwCT4uAv5RiJ4RxStXspetTPLyDaeXOa_icCwk,8477
|
310
324
|
runbooks/remediation/rds_remediation.py,sha256=bWs7K41GMplArgC_NvUMyboSXljosrIDUtZL0QGWuh0,37069
|
311
|
-
runbooks/remediation/rds_snapshot_list.py,sha256=
|
325
|
+
runbooks/remediation/rds_snapshot_list.py,sha256=x9nuQYpMp2uwPzXPvJxgmlziP2T_gJdFP6UQlKHZpj8,16824
|
312
326
|
runbooks/remediation/requirements.txt,sha256=xwrVRq4cK8GbX9cwt_8TLLj8kCJHQ06tqBrH_wukMzE,2091
|
313
327
|
runbooks/remediation/s3_block_public_access.py,sha256=nnDnRAdbM7elgl0LfX87avIzogaysawKUv5vDU_rFBs,6331
|
314
328
|
runbooks/remediation/s3_bucket_public_access.py,sha256=eejdaWik_QpWHIMAZSdHWVckJBHL3VkXRBCIDFcVVVI,5533
|
@@ -379,30 +393,40 @@ runbooks/sre/reliability_monitoring_framework.py,sha256=vBVm2vefh31OrmA2XpJuWJdY
|
|
379
393
|
runbooks/utils/__init__.py,sha256=9iQp4zgGil3OJOj7RWrWpkHpCs3cHon-Yj_3KtKwLps,8763
|
380
394
|
runbooks/utils/logger.py,sha256=ifxqLjDlZoDaG8rtAGVKLZ5dAwcMn16rB4YgMfeUC3E,972
|
381
395
|
runbooks/utils/version_validator.py,sha256=pKb9tOiK8ArprQfP8QrC4xkP4Jz7gskOFNlBjOWDq9k,8564
|
382
|
-
runbooks/validation/__init__.py,sha256=
|
396
|
+
runbooks/validation/__init__.py,sha256=qZyI6j89WfjaiuY-JL-J9xLY_RpkxByP-OIdbzZMzYY,929
|
383
397
|
runbooks/validation/benchmark.py,sha256=dZ-kKFRsAGtc3m5yU-PnpdHdI9g3Qoc6Grx2SpYBLbI,19146
|
384
398
|
runbooks/validation/cli.py,sha256=9W4W2_TF-R2HITEkR17jF3kHwNBflYFX_p7bOGG6vq0,13754
|
385
|
-
runbooks/validation/
|
399
|
+
runbooks/validation/comprehensive_2way_validator.py,sha256=aWaf2LQ0Gzs61r_NT7i1EClQLi3eFpJLS6UEk-6e4a4,96862
|
400
|
+
runbooks/validation/mcp_validator.py,sha256=eZji9E8qJ61-5R-GtlnJRXddo4QD4FpCDy7F-iGj6ko,76065
|
401
|
+
runbooks/validation/terraform_citations_validator.py,sha256=ZCG1xdb_3Y-r3wNLSIaVXyJLcUpycxdySYbSIYZLBE8,15166
|
402
|
+
runbooks/validation/terraform_drift_detector.py,sha256=7w5f6AK8eNU_KaBy8b3YbMDR8wgkszOJiQQRpclVd1s,48405
|
386
403
|
runbooks/vpc/README.md,sha256=68Ztgq5pZxVhQSLnSICETsKLSoNlNucR_uzVj-sOECI,13802
|
387
404
|
runbooks/vpc/__init__.py,sha256=KafvWTDhTwqZEkFDjCkXglBmqR3xdO1oZfbzrqXfI4g,2012
|
388
|
-
runbooks/vpc/cleanup_wrapper.py,sha256=
|
389
|
-
runbooks/vpc/config.py,sha256=
|
405
|
+
runbooks/vpc/cleanup_wrapper.py,sha256=jPa8PYU2JU6F8yMgFaXdadR7hRIUQB0dk-cdWTcnECY,42280
|
406
|
+
runbooks/vpc/config.py,sha256=AofJu0qK_rjWrWUcyhcvOYdMlUF1ebc5sZh1OBMznE0,20066
|
390
407
|
runbooks/vpc/cost_engine.py,sha256=AlO-3aLJA-WcL2UJ8CvBxN1cbcaaJAj79P4eeEhngFU,35327
|
391
|
-
runbooks/vpc/
|
392
|
-
runbooks/vpc/
|
393
|
-
runbooks/vpc/
|
408
|
+
runbooks/vpc/cross_account_session.py,sha256=qJmpXw3WvsBOP2ya286gCjyUPdQmuLt9oDpctPhwHHA,12569
|
409
|
+
runbooks/vpc/heatmap_engine.py,sha256=Ko5HzOsiQ57TLRHJSEMZ9O48pTTstOAtGNDOevCPbFw,28195
|
410
|
+
runbooks/vpc/manager_interface.py,sha256=UZNbiFqinKXhAZGGdJxMyDK6GgUpruz-23ZVW1drMS8,28073
|
411
|
+
runbooks/vpc/mcp_no_eni_validator.py,sha256=unclA0UA--7ndtcxi68X3omitT2r0Zd_iYri9uwrMow,68142
|
412
|
+
runbooks/vpc/networking_wrapper.py,sha256=bQsTcRRTfyhQlqUBJxHE7XBMErLKEHxierxkq69DC6A,55922
|
394
413
|
runbooks/vpc/rich_formatters.py,sha256=cVENwGPh3VmH7A0t0hkI7ZGOAtonpjm_Qez8lVUDZLk,27005
|
414
|
+
runbooks/vpc/runbooks.inventory.organizations_discovery.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
415
|
+
runbooks/vpc/runbooks.security.report_generator.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
416
|
+
runbooks/vpc/runbooks.security.run_script.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
417
|
+
runbooks/vpc/runbooks.security.security_export.log,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
395
418
|
runbooks/vpc/runbooks_adapter.py,sha256=IOoSvjCKYaAvrGT-oCfjHZS1HQywsxP0nrb5wuvW-QM,20408
|
396
|
-
runbooks/vpc/
|
419
|
+
runbooks/vpc/unified_scenarios.py,sha256=Ehpe8PjtVahXHdsiRpmrNxgI6F5ShGWT-TwJU14LMKE,164347
|
420
|
+
runbooks/vpc/vpc_cleanup_integration.py,sha256=tvBu5zZQhjD_q1E6fdstPe8Dx1PZVs7ekJxySp2FWKU,140519
|
397
421
|
runbooks/vpc/tests/__init__.py,sha256=WfLaQO9kiyKfULTIyMJ4nYJ0VV7eWhmBT3LUv9d9C10,96
|
398
422
|
runbooks/vpc/tests/conftest.py,sha256=x5dBjMZ7BbxBI7d4pdhNLWkRod1wlBA4Sm1stv4poJA,11999
|
399
423
|
runbooks/vpc/tests/test_cli_integration.py,sha256=OvsSNd9gFlkzdyDf8tUZGES93TTZR60KECnCpkyGawk,22759
|
400
424
|
runbooks/vpc/tests/test_config.py,sha256=GIX7cFnj7xUxxrYX49mV9hYmx60Dcd_Bu-cpb90oXdE,17484
|
401
|
-
runbooks/vpc/tests/test_cost_engine.py,sha256=
|
425
|
+
runbooks/vpc/tests/test_cost_engine.py,sha256=oOqkhEG-Q3DtAPg6e9P7lu-fHxA7qIzf6Wa8Xmmp7H8,20927
|
402
426
|
runbooks/vpc/tests/test_networking_wrapper.py,sha256=gmxnVzQJ-7rTsghzNLmIM-QZo9GUGyIhHqE1g8gkEkw,20623
|
403
|
-
runbooks-0.
|
404
|
-
runbooks-0.
|
405
|
-
runbooks-0.
|
406
|
-
runbooks-0.
|
407
|
-
runbooks-0.
|
408
|
-
runbooks-0.
|
427
|
+
runbooks-1.0.0.dist-info/licenses/LICENSE,sha256=WAQUYGIkLJh6CPrlZgr0IsbRODa0EZ6fboBXGjfWggs,11375
|
428
|
+
runbooks-1.0.0.dist-info/METADATA,sha256=dysuPITlmDUXt3Za_Tv4_Br6oI0XzE_XXnXxejggua8,28963
|
429
|
+
runbooks-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
430
|
+
runbooks-1.0.0.dist-info/entry_points.txt,sha256=WahHUYcgE2syXEc0MkoUdctLMxs0zjBWi_vWb5dRK8M,295
|
431
|
+
runbooks-1.0.0.dist-info/top_level.txt,sha256=A0zTBjuF7THC6vnJU7StN7ihtUoh31lZSfwyWpWP2YE,18
|
432
|
+
runbooks-1.0.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|