Document URL: https://docs.openshift.com/container-platform/4.10/installing/installing_aws/manually-creating-iam.html#manually-create-iam_manually-creating-iam-aws Section Number and Name: Manually create IAM (Step 4) Describe the issue: We have the following section added as step 4 in the doc, which is a bit confusing due to some typos and the sequence in which this step is: ~~~ 4. Copy the generated credential files to the target manifests directory: $ cp ./<path_to_ccoctl_output_dir>/manifests/*credentials.yaml ./<path_to_installation>dir>/manifests/ where: <path_to_ccoctl_output_dir> Specifies the directory created by the `ccoctl alibabacloud create-ram-users` command. <path_to_installation>dir> Specifies the directory in which the installation program creates files. ~~~ Suggestions for improvement: 1. Shouldn't "ccoctl alibabacloud create-ram-users" be replaced with "ccoctl aws create-iam-roles/create-all" as the doc falls within 'Installing on AWS'? 2. <path_to_installation>dir> needs to be changed to <path_to_installation_dir> 3. It seems that placing step 4 after step 6 would be a better sequence. Additional information: https://coreos.slack.com/archives/C011MLLLY4W/p1648710374116369
This procedure applies to multiple platforms, so it's likely an issue with `ifdef` statements, I'll take a look
PR is here: https://github.com/openshift/openshift-docs/pull/44248
OpenShift has moved to Jira for its defect tracking! This bug can now be found in the OCPBUGS project in Jira. https://issues.redhat.com/browse/OCPBUGS-9203