Create a replica of your existing Amazon Connect instance - Amazon Connect

Create a replica of your existing Amazon Connect instance

Note

This feature is available only for Amazon Connect instances created in the US East (N. Virginia) and US West (Oregon) Regions.

To obtain access to this feature, contact your Amazon Connect Solutions Architect or Technical Account Manager.

You call the ReplicateInstance API to create a replica of your Amazon Connect instance in another AWS Region.

Before using ReplicateInstance to create a replica, make sure you have the minimum required IAM permissions to create an instance. See Required permissions for using custom IAM policies to manage access to the Amazon Connect console.

Characteristics of the replica instance

  • The replica Amazon Connect instance is created in the same AWS account as your existing Amazon Connect instance.

  • The replica instance is empty initially except for the default resources that are always created with an instance.

  • The replica has the same instance ID as the Amazon Connect instance it is replicated from.

Configure the replica instance

After your replica Amazon Connect instance is created, you need to configure it:

  1. Ensure SAML is enabled in the replica Amazon Connect instance.

  2. Mirror the configuration of Amazon Connect resource across Regions if needed. For example, users, routing profiles, queues, and flows.

  3. Ensure redundancy for front-end and back-end integrations (for example, SSO, Lambda, Lex) across Regions.

  4. Make matching manual updates across the linked instances.

Why a ReplicateInstance call fails

A ReplicateInstance API call fails with an InvalidRequestException in the following cases:

  1. The Region where you are creating the replica is the same Region as your existing instance.

  2. The instance was already replicated as part of a different ReplicateInstance API call.

  3. The instance does not have an alias.

  4. The instance is not in ACTIVE status.

  5. The instance does not have SAML enabled.