Support Questions

Find answers, ask questions, and share your expertise

how to select a Specific AWS AMI's(RHEL 7.1) for creating HDP Cluster using Cloudbreak, as of now cloudbreak is Selecting Hortonwork AMI's ,it is again region Specific, how we can Customise this using Cloudbreak (Selecting AWS Custom AMI's and Regions)

avatar

1 ACCEPTED SOLUTION

avatar

@Aneesh Ramadoss

Please note that supporting custom images and certification of custom images is the responsibility of Hortonworks Professional Services, so please contact them, if you would like to use a certified, supported image. There is an unsupported solution, though, you can enable a custom image selector in the UI with adding the following line to your Cloudbreak Profile:

export CB_JAVA_OPTS=-Dcb.enable.custom.image=true  

After restarting Cloudbreak (cbd restart), you should see the following input field under "Configure Cluster" tab, after clicking "Show Advanced Options"

custom-image.png

You can enter your custom AMI there.

Hope this helps!

View solution in original post

2 REPLIES 2

avatar

@Aneesh Ramadoss

Please note that supporting custom images and certification of custom images is the responsibility of Hortonworks Professional Services, so please contact them, if you would like to use a certified, supported image. There is an unsupported solution, though, you can enable a custom image selector in the UI with adding the following line to your Cloudbreak Profile:

export CB_JAVA_OPTS=-Dcb.enable.custom.image=true  

After restarting Cloudbreak (cbd restart), you should see the following input field under "Configure Cluster" tab, after clicking "Show Advanced Options"

custom-image.png

You can enter your custom AMI there.

Hope this helps!

avatar

@pdarvasi Thanks for the Info , This helps to create a Infra Stack with custom Images , but Ambari Server is not Installed.