-
Delete the hello world application namespace (and all the resources in the namespace):
$ oc delete project hello-world
-
Delete the AWS Load Balancer Operator and the AWS IAM roles:
$ oc delete subscription aws-load-balancer-operator -n aws-load-balancer-operator $ aws iam detach-role-policy \ --role-name "${ROSA_CLUSTER_NAME}-alb-operator" \ --policy-arn $POLICY_ARN $ aws iam delete-role \ --role-name "${ROSA_CLUSTER_NAME}-alb-operator"
-
Delete the AWS IAM policy:
$ aws iam delete-policy --policy-arn $POLICY_ARN