1 Answer
- Newest
- Most votes
- Most comments
1
You are missing IAM permission to S3 endpoint for license verification
Policies:
- PolicyName: dcvLicensing
PolicyDocument: # https://docs.aws.amazon.com/dcv/latest/adminguide/setting-up-license.html
Version: "2012-10-17"
Statement:
- Effect: Allow
Action:
- s3:GetObject
Resource: !Sub "arn:aws:s3:::dcv-license.${AWS::Region}/*"
Relevant content
asked 2 years ago
asked 4 years ago
asked a year ago
