Skip to main content

Nimbus AWS Security SDK — Bedrock RAG remediation and infrastructure provisioning

Project description

nimbus-core

Nimbus AWS Security SDK — Bedrock RAG remediation and infrastructure provisioning.

Install

pip install nimbus-core

Prerequisites

  • AWS credentials configured (aws configure or env vars)
  • Bedrock model access enabled:
    • amazon.titan-embed-text-v2:0
    • anthropic.claude-haiku-4-5-20251001-v1:0

Quick Start

With an existing Knowledge Base

from nimbus_core import NimbusClient

client = NimbusClient(region="us-east-1", kb_id="YOUR_KB_ID")
result = client.suggest_fix("S3 bucket is publicly accessible")
print(result.remediation)

Provision a new Knowledge Base first

from nimbus_core import NimbusClient

client = NimbusClient(region="us-east-1")
client.init()  # creates S3 bucket, vectors, Bedrock KB, uploads docs

result = client.suggest_fix("EC2 instance has no IMDSv2 enforced")
print(result.remediation)

Structured finding input

from nimbus_core import NimbusClient, FindingInput

client = NimbusClient(region="us-east-1", kb_id="YOUR_KB_ID")

finding = FindingInput(
    title="Public S3 Bucket",
    description="S3 bucket my-bucket has public read access enabled",
    severity="HIGH",
    service="s3",
    resource_arn="arn:aws:s3:::my-bucket",
)
result = client.suggest_fix_for_finding(finding)
print(result.remediation)

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

nimbus_core-0.2.0.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nimbus_core-0.2.0-py3-none-any.whl (12.3 kB view details)

Uploaded Python 3

File details

Details for the file nimbus_core-0.2.0.tar.gz.

File metadata

  • Download URL: nimbus_core-0.2.0.tar.gz
  • Upload date:
  • Size: 11.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for nimbus_core-0.2.0.tar.gz
Algorithm Hash digest
SHA256 d78d6c4f6afe437fda027061d26fe7831928b363d4b23f3283e1096c71964035
MD5 d6acc8d44955bc5d401b8e3098691b34
BLAKE2b-256 497eeb6c65b2b25148a72d11827aa386f6178ca6eed80cfa971dfdb3b71713b1

See more details on using hashes here.

File details

Details for the file nimbus_core-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: nimbus_core-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 12.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for nimbus_core-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d18b3db315400092f1201b8ffe1346a25fd91e7261001fa479c86ab239fc2165
MD5 2e9bc1ab516a2e99a54ae7e7097f6940
BLAKE2b-256 97f52b6b4a8da6234df94cc68231256f9bd3d697c4e4f4abc9b71c8e1f4ce465

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page