.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
AWS_REGION
secret
AWS Configuration
AWS_ACCESS_KEY_ID
secret
AWS_SECRET_ACCESS_KEY
secret
S3_BUCKET_NAME
S3 Configuration The bucket name is auto-generated by Terraform with format: ava-<use_case_id>-data-<random> Get the actual value from…
BEDROCK_MODEL_ID
Bedrock Configuration Use inference profile ARN for Claude Opus 4.5 (replace <ACCOUNT_ID> with your AWS account ID)
APP_ENV
Application Configuration
LOG_LEVEL
AGENT_NAME
Use Case Selection Which agentic use case to run from the registry
DEPLOYMENT_MODE
Deployment Mode Configuration Options: fastapi | agentcore | lambda fastapi: For EC2/ALB deployment or local development (default)…
brew install flyctl && fly launch --from https://github.com/aws-samples/sample-agentic-value-accelerator
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/aws-samples/sample-agentic-value-accelerator
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/aws-samples/sample-agentic-value-accelerator