connection to AWS t2 Micro service from 3CX

0

I have been using AWS to host Debian 10 to connect my 3CX accounts for our phone systems. All working fine. All of a sudden, when i go to create a new service on AWS and then connect to it from 3CX via the installer, I get the following message

An unknown error occured: User: arn:aws:iam::090946289178:user/ICT is not authorized to perform: servicequotas:GetServiceQuota on resource: arn:aws:servicequotas:ap-southeast-2:090946289178:ec2/L-34B43A08 because no identity-based policy allows the servicequotas:GetServiceQuota action

I have tried everything I can think of. Delete the AWS service and install again Create user in IAM Create key pairs add debian subscription. I am following the same path as when I setup the existing system which works fine.

I have also tried connecting with my other subscriptions to AWS and get the same message I also created a new AWS account and added a new subscription, IAM and Key pair there and got the same message.

3CX support has no idea what it is.

Can anyone shed some light here? David

2개 답변
2

The error message relates to the AWS IAM (Identity and Access Management) system. It's saying that the user you're logged in as (ICT) isn't authorised to call the GetServiceQuota API. Creating new keys; recreating an instance in the service you're using - these won't make any difference as they all refer back to IAM to ensure that you have permissions to perform the actions you request.

Something that you're doing (or some code that is running on your behalf) is calling out to the AWS Service Quota service - in order to make that call successfully you'll need to add permissions for your user to do that in the IAM console. It might be as simple as adding the AWS-managed ServiceQuotasReadOnlyAccess policy to your IAM user.

profile pictureAWS
전문가
답변함 2년 전
1

you would need to add "ServiceQuotasFullAccess" as a permission in IAM the same way you did the EC2 access permission

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인