Member since
09-08-2015
3
Posts
1
Kudos Received
2
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3493 | 11-03-2015 08:02 PM | |
1882 | 09-16-2015 02:04 PM |
11-03-2015
08:02 PM
1 Kudo
Askhat, Cloudera Director makes no recommendations on your organization’s AWS identity and Access Management (IAM) setup. Instead, refer to Amazon's IAM Best Practices (http://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html) In AWS, you use IAM files to create policies that control access to resources in a VPC. The permissions required by Cloudera Director for creating the necessary IAM policy file can be found in our latest documentation (https://www.cloudera.com/content/www/en-us/documentation/director/latest/topics/director_iam_methods.html). The IAM policy file created above can be tied to users, groups, roles or resources to grant access.
... View more
09-16-2015
02:04 PM
When does Cloudera Director's script read the /etc/issue file? Cloudera Director reads the /etc/issue prior to bootstrap script execution and as soon as SSH access to the instance is available. Does it read the result of that file as it is displayed when connecting with SSH? No Or does it read the /etc/issue file after it connects? Yes Is there another option to skip the OS check or set something in our bootstrap script (that depends on when the file is read)? We are considering smarter OS detection capabilities for future Cloudera Director releases. Unfortunately at the moment Cloudera Director relies on the /etc/issue file. Here is a proposal for example Red Hat 6: Cloudera Director needs at a bare minimum /etc/issue file contain “Red Hat release 6.”. Although this isn’t ideal, it does provide some obfuscation of the exact detailed OS type. Thanks, Cagdas
... View more