Collection of EC2 checks for opsbox.
Project description
OpsBox Rego Checks for EC2
This package contains various Rego check plugins related to AWS's EC2 service, including:
- Stray EBS Volumes (
stray_ebs) - Old EC2 Snapshots (
ec2_old_snapshots) - Idle Instances (
idle_instances) - Stray Instances (
stray_instances) - Unattached EIPs (
unattached_eips)
Plugin Descriptions
Unattached EIPs Plugin (unattached_eips)
Identifies Elastic IPs (EIPs) not associated with running instances to help reduce costs by releasing unused EIPs. Offers cost-saving recommendations and detailed performance and security analysis.
Old EC2 Snapshots Plugin (ec2_old_snapshots)
Finds EC2 snapshots older than a specified period to optimize storage costs by identifying snapshots for deletion or archiving. Provides detailed information on old snapshots.
Idle Instances Plugin (idle_instances)
Detects EC2 instances with low utilization to reduce costs by stopping or terminating idle instances. Includes performance and security insights for better resource optimization.
Stray EBS Volumes Plugin (stray_ebs)
Identifies unused EBS volumes that are not attached to any instances, enabling cost savings by deleting these volumes. Includes insights into performance and security metrics.
Stray Instances Plugin (stray_instances)
Finds EC2 instances not associated with any specific workload or application, reducing costs by terminating unused instances. Provides detailed analysis for efficient resource management.
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_ec2_checks-0.1.2.tar.gz.
File metadata
- Download URL: opsbox_ec2_checks-0.1.2.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ff84ad6f75631be24baf554bf20bdc738f75895e2959413aeac0bc590dc834f4
|
|
| MD5 |
4cbc9de16a97aad406d152ac6b4a1667
|
|
| BLAKE2b-256 |
8b905cd0fffd05a09c5e9680af044925560e131886139aa7cd467d1d5b8d104b
|
File details
Details for the file opsbox_ec2_checks-0.1.2-py3-none-any.whl.
File metadata
- Download URL: opsbox_ec2_checks-0.1.2-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da194bd1b8f33d59ad635ae17322e704ca2612ac27d9082ec20cd39fa5e3f7d6
|
|
| MD5 |
b015c56c28075586d4dad0e1c183b328
|
|
| BLAKE2b-256 |
651f2e11928eb9cd8b39c5c7d95e454f58fb225e3af5392ff1cb02720220e58e
|