Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/pcs/login_node_for_res/assets/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Resources:
- Sid: RESDynamoDBAccess
Effect: Allow
Action: "dynamodb:GetItem"
Resource: !Sub"arn:${AWS::Partition}:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${RESEnvironment}.cluster-settings"
Resource: !Sub "arn:${AWS::Partition}:dynamodb:${AWS::Region}:${AWS::AccountId}:table/${RESEnvironment}.cluster-settings"
Condition:
ForAllValues:StringLike:
"dynamodb:LeadingKeys":
Expand All @@ -68,7 +68,7 @@ Resources:
- Sid: RESS3Access
Effect: Allow
Action: "s3:GetObject"
Resource: !Sub"arn:${AWS::Partition}:s3:::${RESEnvironment}-cluster-${AWS::Region}-${AWS::AccountId}/idea/vdc/res-ready-install-script-packages/*"
Resource: !Sub "arn:${AWS::Partition}:s3:::${RESEnvironment}-cluster-${AWS::Region}-${AWS::AccountId}/idea/vdc/res-ready-install-script-packages/*"
- Sid: GPUDriverAccess
Effect: Allow
Action:
Expand Down