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.11.1.tar.gz (14.9 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.11.1-py3-none-any.whl (15.9 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for nimbus_core-0.11.1.tar.gz
Algorithm Hash digest
SHA256 30a48054955827ef09bcddf7f3083f7b6de715854d90dd79fb751f6d1b2e6f1b
MD5 bd7a375da9b13b92deaf20f21f00928f
BLAKE2b-256 fa180632ce4930262db004d2cc28ee73425c0b365363d1e1d99ec931513c8359

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for nimbus_core-0.11.1-py3-none-any.whl
Algorithm Hash digest
SHA256 f70f33c1eaed5e1469304c2b603e5a54b98f1552a40c3b556cd74148344e10ee
MD5 3196a4dd6f8226ad7a802d62591b6f96
BLAKE2b-256 b0f16ee8aac10970d7ad886446f7db0d6fc4335b748892b2146eddbbd9104bbe

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