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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南