iann0036 / amazon-connect-cfn

Create Amazon Connect instances, contact flows etc. with CloudFormation
MIT License
35 stars 16 forks source link

AmazonConnectFullAccess does not exist or is not attachable #6

Closed Caoimhin89 closed 3 years ago

Caoimhin89 commented 3 years ago

I'm getting the below error when attempting to deploy the CF stack:

Policy arn:aws:iam::aws:policy/AmazonConnectFullAccess does not exist or is not attachable. (Service: AmazonIdentityManagement; Status Code: 404; Error Code: NoSuchEntity; Request ID: 63e1f285-611d-4851-b0fb-9f0cbb0bea4a; Proxy: null)

The AWS managed policy is actually arn:aws:iam::aws:policy/AmazonConnect_FullAccess

You just need to add an underscore between AmazonConnect and FullAccess.

Caoimhin89 commented 3 years ago

fixed in PR7