Description
There is a new source type available for the Bedrock AgentCore Runtime, which allows you to use an S3 zip artifact instead of an ECR Container.
Affected Resource(s) or Data Source(s)
aws_bedrockagentcore_agent_runtime
Potential Terraform Configuration
agent_runtime_artifact {
code_configuration {
s3_uri = "bucketname/objectpath/object"
entrypoint = "main.py"
runtime = "python-3-13"
}
}
References
https://docs.aws.amazon.com/cli/latest/reference/bedrock-agentcore-control/create-agent-runtime.html#containerConfiguration:~:text=codeConfiguration%20%2D%3E%20(structure),max%3A%20128
Would you like to implement the enhancement?
No
Description
There is a new source type available for the Bedrock AgentCore Runtime, which allows you to use an S3 zip artifact instead of an ECR Container.
Affected Resource(s) or Data Source(s)
aws_bedrockagentcore_agent_runtimePotential Terraform Configuration
References
https://docs.aws.amazon.com/cli/latest/reference/bedrock-agentcore-control/create-agent-runtime.html#containerConfiguration:~:text=codeConfiguration%20%2D%3E%20(structure),max%3A%20128
Would you like to implement the enhancement?
No