Collection of S3 checks for opsbox
Project description
OpsBox Rego Checks for AWS S3
This module contains various Rego check plugins related to AWS's Simple Storage Service (S3), including:
- Unused Buckets (
unused_buckets) - Object Last Modified (
object_last_modified) - Storage Class Usage (
storage_class_usage)
Plugin Descriptions
Unused Buckets Plugin (unused_buckets)
Identifies S3 buckets that have not been accessed or modified for a specified period, providing recommendations to delete or archive them to optimize storage costs.
Object Last Modified Plugin (object_last_modified)
Detects S3 objects that have not been modified for a specified period, offering opportunities to archive or delete these objects to reduce storage costs.
Storage Class Usage Plugin (storage_class_usage)
Analyzes the storage classes used in S3 buckets and recommends cost-saving changes by optimizing storage class usage based on access patterns.
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_s3_checks-0.1.2.tar.gz.
File metadata
- Download URL: opsbox_s3_checks-0.1.2.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80619b6b5ff5b6cc69e425e0743a279ef9cbff446fdb6ec39ec77ee33da96cc9
|
|
| MD5 |
eea95c0e81ef3a3ad21e5840b70ba5f4
|
|
| BLAKE2b-256 |
1ca4daf1e6c760652a4d7037963c0f9dbc81a744f6391fe0bf8434d4fed649d5
|
File details
Details for the file opsbox_s3_checks-0.1.2-py3-none-any.whl.
File metadata
- Download URL: opsbox_s3_checks-0.1.2-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.4.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5f3bba6080f2bd7d2fc44d0abf7f8a0f1de3118b92eb0452127b4160ef78e664
|
|
| MD5 |
295c31dce13054636ea14bbbae348c7e
|
|
| BLAKE2b-256 |
d98dc952767ca70715f0b10628f163210cc870305567997368a759b5120aa173
|