Collection of RDS checks for opsbox
Project description
OpsBox Rego Checks for AWS RDS
This package contains various Rego check plugins related to AWS's Relational Database Service (RDS), including:
- RDS Idle Instances (
rds_idle) - Scaling Down RDS Instances (
scaling_down) - Empty Storage RDS Instances (
empty_storage) - Old Snapshots (
old_snapshots)
Plugin Descriptions
RDS Idle Instances Plugin (rds_idle)
Identifies idle RDS instances based on low CPU utilization or minimal connections, offering recommendations to stop or terminate them to reduce costs.
Scaling Down RDS Instances Plugin (scaling_down)
Optimizes resource usage by identifying underutilized RDS instances and recommending scaling down to better match current workloads.
Empty Storage RDS Instances Plugin (empty_storage)
Detects RDS instances with unutilized storage, offering opportunities to resize or terminate them to optimize storage usage and reduce costs.
Old Snapshots Plugin (old_snapshots)
Finds outdated RDS snapshots that are no longer needed, providing recommendations to delete them to save on storage 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_rds_checks-0.2.0.tar.gz.
File metadata
- Download URL: opsbox_rds_checks-0.2.0.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd624fd4d13c2154afbd49d043e50095a8fab966553d90f5797db9bff06190bb
|
|
| MD5 |
9801af632de4db9e1f1e927994280244
|
|
| BLAKE2b-256 |
3f4ce2b75ce55edec85e6f5bffac3eec8b8ce692a0f401dcca1d0ddb6c6cf40d
|
File details
Details for the file opsbox_rds_checks-0.2.0-py3-none-any.whl.
File metadata
- Download URL: opsbox_rds_checks-0.2.0-py3-none-any.whl
- Upload date:
- Size: 24.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
456ac946c8ab532227573595a3de6002914d2447d19968305c059de6e362a713
|
|
| MD5 |
57f69a22b257a5f791d02472eb6df874
|
|
| BLAKE2b-256 |
484b447e9a65a2438107cae16755f35d9ce0a3fb36e050770bb7c0294ae3f417
|