Amazon Connect instance creation via automated scripts

0

Hi all. Hope you're well. I'm currently deploying a new Amazon Connect instance, doing everything manually. I am looking for the deployment of a new Amazon Connect instance via some automation scripts and only the configuration/creation of new Amazon Connect, including Data streaming, data storage, telephony. I want to build this in a Dev/UAT environment and once signed off, I want to push the changes to production. I want to automate as much as possible and run what I can from a script Please suggest what is the best way to do this? Any input would be appreciated

已提问 2 年前706 查看次数
3 回答
1
已接受的回答

There are APIs that are available for creating Instances and most of the Configuration. This means it is possible to script or automate most tasks related to Instance Creation and Configuration. Here is an open source example of copying configuration between Connect Instances.

https://github.com/aws-samples/amazon-connect-copy

You could also leverage Terraform for managing Instance configuration and deployment.

https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/connect_instance

Cloudformation supports some of the configuration of your Amazon Connect Instance as well.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/AWS_Connect.html

These are examples of how to programmatically manage your Connect Instances and configuration. Review the Amazon Connect APIs for further information on configuration that can be automated.

https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html

AWS
已回答 2 年前
0

Please find attached the github samples for programmatically creating the contact center. https://github.com/amazon-connect/amazon-connect-workshops

Overview of the setup and additional details are available in the workshop below: https://catalog.us-east-1.prod.workshops.aws/v2/workshops/607718a8-cddd-416a-97b4-4fc9dc93ff7a/en-US/

AWS
Phani_L
已回答 2 年前
0
已回答 8 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则