few-forest-3943
10/31/2025, 12:00 PMconst agentRuntime= new aws.bedrock.AgentcoreAgentRuntime(
"MyAgent",
{
agentRuntimeName: "my_agent",
roleArn: agentRole.arn,
agentRuntimeArtifact: {
containerConfiguration: {
containerUri: interpolate`${repo.repositoryUrl}:latest`, // Use ECR URL directly
},
},
networkConfiguration: {
networkMode: "PUBLIC",
},
},
{
dependsOn: [agentImage], // Ensure image is pushed before creating runtime
},
)
When I click on the cloudwatch link , I'm redirected to a log group but I get this message
Log group does not exist
The specific log group: /aws/bedrock-agentcore/runtimes/my_agent-WJYtkFFHp7-DEFAULT does not exist in this account or region.No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by