Skip to content

aws_bedrockagentcore_agent_runtime: Incorporate codeConfiguration #45040

Description

@OneBadSanta

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementRequests to existing resources that expand the functionality or scope.service/bedrockagentcoreIssues and PRs that pertain to the bedrockagentcore service.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions