Skip to content

Commit

Permalink
Revert "fixing bugs in NodeConfig"
Browse files Browse the repository at this point in the history
This reverts commit 982aaf1.
  • Loading branch information
DevanathanSabapathy1 committed Sep 13, 2023
1 parent 982aaf1 commit 85baa5f
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,19 @@ Resources:
- Effect: Allow
Action:
- ec2:Describe*
Resource: "*"
Resource:
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:elastic-ip/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:client-vpn-endpoint/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:image/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:fleet/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:fpga-image/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:instance/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:snapshot/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:spot-fleet-request/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:volumne/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:elastic-ip/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:vpc/*"
- !Sub "arn:aws:ec2:${AWS::Region}:${AWS::AccountId}:vpc-endpoint-service/*"

RedshiftServerlessIAMPolicy:
Type: 'AWS::IAM::ManagedPolicy'
Expand Down

0 comments on commit 85baa5f

Please sign in to comment.