Options

What is the proper way to change the RapidMiner domain name / URL when using the AWS AMI

stephendstephend Member Posts: 2 Contributor I
We use the RapidMiner AI Hub (BYOL) AMI in the AWS Marketplace to create a RapidMiner server and we would like to be able to change the domain name / URL for the RapidMiner server.  We have created a custom domain name and registered it to an AWS Load Balancer that connects to a target group with the RapidMiner server that we have created.  Whenever we try to go to the domain name / URL that we have assigned we get the following error in the browser:

We are sorry...

Invalid parameter: redirect_uri

« Back to Application


It also redirects to the dns name of the ec2 instance that AWS has assigned to the instance instead of staying at the domain name / URL that we setup for it.  Could someone help with what specific settings we need to change within the RapidMiner server that was built with the RapidMiner AI Hub (BYOL) AMI?

Answers

  • Options
    Sharan_GadiSharan_Gadi Administrator, Moderator, Employee, Member Posts: 6 RM Team Member
    Hello Stephend, since you are using our AWS cloud image / AMI you have an option to log into the Deployment Manager to modify the configuration files. Please perform following steps:

    > Log into our Deployment Manager on port 5080 : http://hostname:5080

    > Modify the following parameters in .env from DNS entry of ec2 instance to the Domain Name you would like to use.
      
    # Public domain of the deployment
    PUBLIC_DOMAIN=platform.rapidminer.com
    
    # Public URL of the deployment that will be used for external access (Public domain + protocol + port)
    PUBLIC_URL=https://platform.rapidminer.com
    
    # Public URL of the SSO endpoint that will be used for external access. In most cases it should be the same as the PUBLIC_URL
    SSO_PUBLIC_URL=https://platform.rapidminer.com
    
    > Apply changes and restart the instance.

    Hope this helps. If you have any questions please reach out to us at support@rapidminer.com

    Thanks

    Regards
    Sharan Gadi.

  • Options
    stephendstephend Member Posts: 2 Contributor I
    edited September 2021
    Hi @Sharan_Gadi , whenever I try to make changes on the deployment page to change the .env file and then click "Apply configuration", I get an error stating "Invalid configuration".  Even if I don't change anything and click "Apply configuration", I get the same error.  Would you know why this occurs?
Sign In or Register to comment.