Claude ExecJanuary 15th, 2026
Claude Exec is a CLI tool I made with two goals in mind:
- Run Claude Code from a local container in order to create a security boundary
- Bill pay-as-you-go usage to my AWS Account
Security
The basic idea of the security boundary is that we are reducing the "blast radius" by:
- Running Claude Code in an ephemeral environment
- Giving Claude its own AWS Role/Policies
- Only exposing local files that Claude needs to know about for the working session
- Only exposing the environment variables that Claude needs to know about for the working session
Billing
This is more of a personal preference. You could certainly use the tool with a Claude subscription if you wanted to with some minor config changes. As an AWS customer, I prefer to just pay for my Claude Code usage through my regular AWS Bill.