Skip to content

How do I find my Amazon Connect instance ID?

1 minute read
1

I want to find my Amazon Connect instance ID.

Resolution

Your Amazon Connect instance ID is the 36-character string at the end of your instance's Amazon Resource Name (ARN).

To see your instance's ARN, follow the instructions in Find your Amazon Connect instance ID/ARN.


Related information

Create an Amazon Connect instance

AWS OFFICIALUpdated 3 years ago
3 Comments

Hello, still waiting for the solution, but the executive is very kind.

replied 3 years ago

Open AWS Console → go to Amazon Connect

Click Instances

Select your instance — copy the Instance ARN

Where’s the Instance ID hiding?

It’s inside the ARN. Example:

arn:aws:connect:us-east-1:123456789012:instance/abcd1234-5678-90ef-ghij-klmnopqrst

➡️ Instance ID =

abcd1234-5678-90ef-ghij-klmnopqrst

replied 5 months ago

You can also use this API to see a list of your Amazon Connect instances. https://docs.aws.amazon.com/connect/latest/APIReference/API_ListInstances.html

AWS

replied 2 months ago