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

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ