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.
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.