Our Community is getting an upgrade! To get everything ready for the relaunch, we’ll be placing the site in read-only mode starting September 21st. We really appreciate your understanding while we get things set up behind the scenes. Catch up on all the exciting details about the move here. Need help or have questions? Drop us a line at [email protected]
Created on 11-13-201904:21 PM - edited on 04-21-202604:35 AM by GrazittiAPI
Introduction
Cloudera for public cloud has an amazing admin UI that drives you through a thorough wizards for setting up environment, data lakes, data hub clusters and experiences.
Details of AWS pre-requisites can be found in CDP official documentation, but why use the easy button when you can leverage AWS and CDP cli and do it the hard way?
My thoughts exactly.
Here is the TL;DR: go to my github and run the scripts as instructed.
AWS minimal requirements for CDP environment
Even through cli, a lot of the configuration of a environment can be automated, including:
Network (VPCs, routing, gateways, etc.)
Security Groups
Free IPA instance(s)
However, you will need to set this minimal set of elements to get an environment ready:
To better understand how roles, policies and bucket interact, you can refer to this diagram:
In this tutorial however, I'm not going to worry about additional roles but the dataake_admin_role and ranger_audit_role (the other ones are optional).
Automation scripts
Step 1: Pre-Requisites
AWS
Install and configure the AWS cli with your account: link