Collection of ELB checks for opsbox
Project description
OpsBox Rego Checks for AWS ELB
This package contains various Rego check plugins related to AWS's Elastic Load Balancing (ELB) service, including:
- Low Request Count Load Balancers (
low_request_counts) - High Error Rate Load Balancers (
high_error_rate) - Inactive Load Balancers (
inactive_load_balancers)
Plugin Descriptions
Low Request Count Load Balancers (low_request_counts)
Identifies load balancers with low request counts, providing performance insights and opportunities to optimize or decommission underutilized resources.
High Error Rate Load Balancers (high_error_rate)
Detects load balancers with high error rates, helping identify and address performance issues or misconfigurations to improve application reliability.
Inactive Load Balancers (inactive_load_balancers)
Finds load balancers that are inactive, offering recommendations to decommission these resources to reduce unnecessary costs.
Common Configuration
All plugins share the following AWS configuration:
- aws_access_key_id: AWS access key ID
- aws_secret_access_key: AWS secret access key
- aws_region: AWS region (optional)
aws_access_key_id: your_access_key_id
aws_secret_access_key: your_secret_access_key
aws_region: your_aws_region
To access more info about each check, install mkdocs and run mkdocs serve at the root of the package directory.
This will pull up a webpage with more complete documentation.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file opsbox_elb_checks-0.1.2.tar.gz.
File metadata
- Download URL: opsbox_elb_checks-0.1.2.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e30b10cacf6b29718b988cb61d57ef6e9d3fc3edad35001af09288e3ff6208df
|
|
| MD5 |
ea7dce576efee2a702174c739e530841
|
|
| BLAKE2b-256 |
8768e53ba8c5daa8539aeeea7567ae3dad7460ad25d0110c48bcebd507550504
|
File details
Details for the file opsbox_elb_checks-0.1.2-py3-none-any.whl.
File metadata
- Download URL: opsbox_elb_checks-0.1.2-py3-none-any.whl
- Upload date:
- Size: 14.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcfb18230d28fd2010e4742c51e851da0066dbfe94ce45e8bbcdffa81bc27f08
|
|
| MD5 |
4e5ffc854eb25dc01a9cc66ea1ad179e
|
|
| BLAKE2b-256 |
471689c88025582417de8af4f1f7113240b6fca5e68825c7c310fd1dcadb054c
|