AI Python Project

I’ve been playing around with AI to keep my Python Skills in check and build more projects to stay fresh in the market

AI is growing at an insane rate and many Cloud jobs will be looking for AI skills in the future

So I just shipped an AI-powered Python Script tool that bridges the gap between AWS Security Hub findings and actual remediation.

Here's what it does:
🎯 Takes your Security Hub finding ARN
🔒 Scrubs all sensitive data (account IDs, resource names, IPs)
🤖 Uses Anthropic API to generate specific Terraform code
📋 Provides step-by-step remediation instructions

Why did I create this? Security Hub remediation steps redirect you to AWS Documentation - Engineers want to see the Terraform Code, Best Practices and Example remediation steps in IaC

Check it out here!