Day: July 21, 2020

Can I connect one Amazon Connect to two Azure AD’s via SAML?

It is kind of possible but this can lead to some unexpected behavior. https://docs.aws.amazon.com/connect/latest/adminguide/configure-saml.html#saml-important-notes Amazon Connect instance allow only a 1:1 mapping of user roles to SAML authentication. This means although you can create two IAM Identity Providers in your AWS account connecting to your Azure AD apps, those two providers have to share the same IAM role. Also, users…

Read More »

Error “You have exceeded the maximum limit for HyperPlane ENIs for your account.”

As you may know, the default Elastic network interfaces (ENI) is 250 per VPC per region. In most cases, if it exceeds the default limit 250, this could be the cause of the error you are experiencing. To fix this issue, do one or both of the following: Delete unused elastic network interfaces, you can find more information from https://aws.amazon.com/premiumsupport/knowledge-center/lambda-eni-find-delete/…

Read More »