Skip to content

Commit

Permalink
Fix ref to cust policy
Browse files Browse the repository at this point in the history
  • Loading branch information
xschildw committed Nov 13, 2024
1 parent 4232b74 commit d36d9be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions org-formation/700-aws-sso/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ SsoLlmDeveloper:
Template: https://raw.githubusercontent.com/Sage-Bionetworks/aws-infra/v0.7.7/templates/SSO/aws-sso.njk
TemplatingContext:
customerManagedPolicies:
- Name: !Ref CostExplorerPolicyName
- Name: SynapseLlmDeveloperPolicy
StackName: !Sub '${resourcePrefix}-${appName}-llmdeveloper'
StackDescription: 'Permission set used by an Large Language Model developer'
TerminationProtection: false
Expand All @@ -641,7 +641,6 @@ SsoLlmDeveloper:
managedPolicies:
- 'arn:aws:iam::aws:policy/AmazonBedrockFullAccess'
- 'arn:aws:iam::aws:policy/AWSCloudFormationFullAccess'
- !Sub 'arn:aws:iam::${AWS::AccountId}:policy/SynapseLlmDeveloperPolicy'
sessionDuration: 'PT12H'

# Role for a user that can only access AWS Athena in the Synapse Dev account
Expand Down

0 comments on commit d36d9be

Please sign in to comment.