verified, PASS. OCP version: 4.9.0-0.nightly-2021-07-12-203753 steps: > create a IAM user with following policy, and set as default user for installer { "Version": "2012-10-17", "Statement": [ { "Sid": "VisualEditor0", "Effect": "Deny", "Action": [ "ec2:AllocateAddress", "ec2:AssociateAddress", "ec2:ReleaseAddress" ], "Resource": "*" }, { "Effect": "Allow", "Action": "*", "Resource": "*" } ] } > install private cluster publish: Internal into an existing VPC (SUCCEEDED, PASS), destroy cluster (SUCCEEDED, PASS) > install a public cluster publish: External, did not provide existing subnets. (FAILED as expected, PASS) > install a public cluster publish: External into an existing VPC (SUCCEEDED, PASS), destroy cluster (SUCCEEDED, PASS) more detailed info: https://github.com/openshift/installer/pull/5045#issuecomment-872647747 https://github.com/openshift/installer/pull/5055#issuecomment-874549887
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.9.0 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:3759