Support AWS profiles for deployment (e.g. `agentcore deploy --profile xxx`)
- Dominant language
- TypeScript
- Stars
- 283
- Forks
- 95
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 183
Description
## Summary
Customers want to be able to **use AWS profiles for deployment**, e.g. `agentcore deploy --profile xxx`.
## Problem
- There's no way to select a specific AWS profile when deploying.
- Users working across multiple accounts/profiles can't easily target the intended one for a deployment.
## Desired behavior
- Add a `--profile` option (e.g. `agentcore deploy --profile xxx`) that uses the specified AWS profile for the deployment.
## Environment
- CLI version: `0.22.0`
- User agent: `AgentCoreCLI/0.22.0 (darwin 25.3.0; node/v24.18.0)`
- OS: `darwin 25.3.0`
- Node: `v24.18.0`
Contributor guide
Research direction
Start at the `agentcore deploy` CLI entry point and trace how deployment credentials are selected. Add the requested `--profile` option and verify that `agentcore deploy --profile xxx` uses the specified AWS profile without changing the default behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, typescript
- Domain
- cli, cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 62/100