amazon-connect / voicemail-for-amazon-connect

The Voicemail for Amazon Connect solution helps call center administrators and managers automate a voicemail solution using Amazon Connect. A customer can call in, enter the extension number of the agent they want to speak with, and leave a voicemail for that specific agent. The solution generates voicemail recordings and transcripts that are delivered to agents using their preferred communication setting: SMS and/or email.
https://aws.amazon.com/solutions/implementations/voicemail-for-amazon-connect/
Apache License 2.0
65 stars 78 forks source link

Deploy failed: CloudFormation template URLs are wrong #115

Open psantus opened 11 months ago

psantus commented 11 months ago

Below, "-reference.s3.amazonaws.com" should be replaced by ".s3..amazonaws.com"

https://github.com/amazon-connect/voicemail-for-amazon-connect/blob/5b6988df675d63e3e183191165ab58e0c85fec8c/deployment/voicemail-for-amazon-connect.template#L140

https://github.com/amazon-connect/voicemail-for-amazon-connect/blob/5b6988df675d63e3e183191165ab58e0c85fec8c/deployment/voicemail-for-amazon-connect.template#L179

https://github.com/amazon-connect/voicemail-for-amazon-connect/blob/5b6988df675d63e3e183191165ab58e0c85fec8c/deployment/voicemail-for-amazon-connect.template#L225

psantus commented 11 months ago

Also "${x0}-${AWS::Region}" in buckets should be replaced by "${x0}"

davelemons commented 11 months ago

Can you let us know how you're deploying the solution. Are you using the Main branch or Development branch? Based on the info below we recommend using the updated templates found here

Starting in April 2023 Amazon S3 made a change to set the Bucket Owner Enforced Setting to be enabled for any newly completed buckets which disables ACLs. Since this solution uses Default ACLs, this new default will prevent the CloudFormation stack from deploying. More Information....

The main and development branches have been updated to account for the recent S3 changes. Updated CloudFormation Templates and deployment instructions can be found here