-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IT-4232: Add permission to access S3 #1321
base: master
Are you sure you want to change the base?
Conversation
- Effect: Allow | ||
Action: "s3:*" | ||
Resource: "*" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why not use just apply the AmazonS3FullAccess managed policy?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea! Updated.
@@ -18,6 +18,8 @@ Resources: | |||
aws:SourceAccount: !Ref AWS::AccountId | |||
ArnLike: | |||
aws:SourceArn: !Sub "arn:aws:bedrock:${AWS::Region}:${AWS::AccountId}:agent/*" | |||
ManagedPolicyArns: | |||
- arn:aws:iam::aws:policy/AmazonS3FullAccess |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR adds permissions for a bedrock agent to access S3