Topics

Securing AI workloads on AWS

Bedrock, agents and the controls that apply when your application's behaviour is probabilistic.

AI workloads bring one genuinely new problem into an AWS account: the thing you're securing doesn't behave deterministically. Start with the Agentic AI Security Scoping Matrix, which right-sizes controls to how much autonomy you've actually granted an agent, viewed through a CPS 234 lens. AgentCore Identity is the least-privilege model for the new kind of identity an agent becomes the moment it can call tools — one that can be talked into acting, because its instructions arrive as natural language.

The other two lessons take a Bedrock application apart. Prompt injection is the threat class with no pre-AI analogue — you can't fully prevent it, only contain the blast radius — and securing a Bedrock app end to end is the fuller picture: mostly the IAM, network and logging you already do, plus that one new threat layered on top.

Lessons

Common questions

Does threat modelling change for an AI agent?
Yes. Probabilistic output, memory poisoning and tool abuse are failure modes a conventional model does not cover.