Cloudera Data Platform (CDP) 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