IAM Identity Center to Redshift integration: Registered identity provider does not exist for AWSIDC

0

Hi there,

I am trying to integrate IAM Identity Center with Redshift. We manage Users and Groups from IAM Identity Center from Management account where the Redshift cluster exists in an OU account. By following the by following the guide

  1. Created an IAM role required for creating Redshift IDC Application.
  2. Created Redshift IDC Application via create-redshift-idc-application
  3. Verified IdcOnboardStatus is Completed, and Redshift application is displayed from IAM Identity Center from Management Account.
  4. Assigned existing user group from IAM Identity Center in Redshift.

There is a step asking to create a role with command CREATE ROLE <idcnamespace:rolename>; which is failing with an error

ERROR: registered identity provider does not exist for "AWSIDC:AWS ADMINS"

Hence the fact that, AWSIDC is the default value for identity namespace and AWS ADMINS is the user group assigned to Redshift. I am currently stuck at this point and don't know how to proceed.

Redshift-IDC-SSO-Role role has the required policy

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "EnableSSO",
            "Effect": "Allow",
            "Action": [
                "sso:DescribeApplication",
                "sso:DescribeInstance"
            ],
            "Resource": [
                "*"
            ]
        }
    ]
}

Here is the request/response for create-redshift-idc-application api.

aws redshift create-redshift-idc-application \
--idc-instance-arn 'arn:aws:sso:::instance/ssoins-******** \
--idc-display-name 'redshift-data-uat' \
--iam-role-arn 'arn:aws:iam::*******:role/Redshift-IDC-SSO-Role' \
--redshift-idc-application-name 'redshift-data-uat'

{
    "IdcInstanceArn": "arn:aws:sso:::instance/ssoins-******",
    "RedshiftIdcApplicationName": "redshift-data-uat",
    "RedshiftIdcApplicationArn": "arn:aws:redshift:us-east-1:******:redshiftidcapplication:******************",
    "IdentityNamespace": "AWSIDC",
    "IdcDisplayName": "redshift-data-uat",
    "IamRoleArn": "arn:aws:iam::******:role/Redshift-IDC-SSO-Role",
    "IdcManagedApplicationArn": "arn:aws:sso::******:application/ssoins-******/apl-******",
    "IdcOnboardStatus": "Completed",
    "AuthorizedTokenIssuerList": [],
    "ServiceIntegrations": []
}

Thanks for the help

질문됨 5달 전76회 조회
답변 없음

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

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

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