diff --git a/modules/foundational.cft.yaml b/modules/foundational.cft.yaml index 4035dee..206ef44 100644 --- a/modules/foundational.cft.yaml +++ b/modules/foundational.cft.yaml @@ -176,6 +176,18 @@ Resources: - Effect: Allow Action: account:GetContactInformation Resource: '*' + - Effect: "Allow" + Action: "bedrock:ListAgents" + Resource: "*" + - Effect: "Allow" + Action: "bedrock:GetAgent" + Resource: "*" + - Effect: "Allow" + Action: "bedrock:ListKnowledgeBases" + Resource: "*" + - Effect: "Allow" + Action: "bedrock:GetKnowledgeBase" + Resource: "*" OnboardingRole: Type: AWS::IAM::Role Properties: @@ -329,6 +341,18 @@ Resources: - Effect: "Allow" Action: "account:GetContactInformation" Resource: "*" + - Effect: "Allow" + Action: "bedrock:ListAgents" + Resource: "*" + - Effect: "Allow" + Action: "bedrock:GetAgent" + Resource: "*" + - Effect: "Allow" + Action: "bedrock:ListKnowledgeBases" + Resource: "*" + - Effect: "Allow" + Action: "bedrock:GetKnowledgeBase" + Resource: "*" OnboardingRole: Type: AWS::IAM::Role Properties: