Description of problem: https://issues.redhat.com/browse/CORS-1304 Today the OCP4 IPI and UPI install will check the AWS account given to it for all of these IAM roles: https://gist.github.com/sjenning/f0a6eb84475839cf81f601553532304a Even if the user installing the cluster has not desire to have their resulting cluster perform those activities that need those IAM roles. This check is at the beginning of the installation before the installation manifests are generated that would tell the install what the cluster is being asked to do. This bug is to ask that the IAM role check (which is still valid and needed) be moved after the manifest generation process so that it can more correctly check the given IAM roles against what the cluster will be doing.
*** This bug has been marked as a duplicate of bug 1796347 ***