Skip to content

how do I find the phone number I claimed for my connect instance, I cannot find where I wrote it down. When I go to phone numbers under Channels nothing is showing up

0

I am doing a AWS workshop and I claimed a number for my connect instance and forgot to write it down, when I go to the connect instance and go to phone numbers nothing shows up but when I try to claim another number it says I have reached my limit for the instance so How do I find the number that is claimed so I can test

2 Answers
0

You can use the AWS CLI to list the phone numbers associated with your Amazon Connect instance.

aws connect list-phone-numbers --instance-id <your-connect-instance-id> --region <your-region>

Replace <your-connect-instance-id> with your Amazon Connect instance ID and <your-region> with the region where your Connect instance is hosted.

This command will return details about the phone numbers associated with your instance, including the claimed number.

AWS
EXPERT
answered a year ago
0

It’s also possible that you didn’t finish the claiming process which would align with you not seeing one when you look at your instance. I’ve seen some weird issues when claiming numbers, specially with quotas. to be safe, open a quota request to increase how many numbers you can actually claim. Even though it might appear like you can claim 5 by default, many times I’ve had to request a quote so I can actually claim more than 1.

david

answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.