{
    "apiVersion": "v1",
    "items": [
        {
            "apiVersion": "machine.openshift.io/v1beta1",
            "kind": "Machine",
            "metadata": {
                "annotations": {
                    "machine.openshift.io/instance-state": "running"
                },
                "creationTimestamp": "2026-04-28T11:46:32Z",
                "finalizers": [
                    "machine.machine.openshift.io"
                ],
                "generation": 3,
                "labels": {
                    "machine.openshift.io/cluster-api-cluster": "clusterpool418-bb45f-xt782",
                    "machine.openshift.io/cluster-api-machine-role": "master",
                    "machine.openshift.io/cluster-api-machine-type": "master",
                    "machine.openshift.io/instance-type": "m6i.xlarge",
                    "machine.openshift.io/region": "us-east-1",
                    "machine.openshift.io/zone": "us-east-1a"
                },
                "name": "clusterpool418-bb45f-xt782-master-0",
                "namespace": "openshift-machine-api",
                "ownerReferences": [
                    {
                        "apiVersion": "machine.openshift.io/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "ControlPlaneMachineSet",
                        "name": "cluster",
                        "uid": "ca0d3206-b94e-4b96-80b4-0fd8c7629f64"
                    }
                ],
                "resourceVersion": "49278",
                "uid": "61a75a30-b2ab-419d-b0f0-2b32a132509c"
            },
            "spec": {
                "lifecycleHooks": {
                    "preDrain": [
                        {
                            "name": "EtcdQuorumOperator",
                            "owner": "clusteroperator/etcd"
                        }
                    ]
                },
                "metadata": {},
                "providerID": "aws:///us-east-1a/i-0a088030714ff992e",
                "providerSpec": {
                    "value": {
                        "ami": {
                            "id": "ami-0ccb061ea4996e851"
                        },
                        "apiVersion": "machine.openshift.io/v1beta1",
                        "blockDevices": [
                            {
                                "ebs": {
                                    "encrypted": true,
                                    "iops": 0,
                                    "kmsKey": {
                                        "arn": ""
                                    },
                                    "volumeSize": 120,
                                    "volumeType": "gp3"
                                }
                            }
                        ],
                        "capacityReservationId": "",
                        "credentialsSecret": {
                            "name": "aws-cloud-credentials"
                        },
                        "deviceIndex": 0,
                        "iamInstanceProfile": {
                            "id": "clusterpool418-bb45f-xt782-master-profile"
                        },
                        "instanceType": "m6i.xlarge",
                        "kind": "AWSMachineProviderConfig",
                        "loadBalancers": [
                            {
                                "name": "clusterpool418-bb45f-xt782-int",
                                "type": "network"
                            },
                            {
                                "name": "clusterpool418-bb45f-xt782-ext",
                                "type": "network"
                            }
                        ],
                        "metadata": {
                            "creationTimestamp": null
                        },
                        "metadataServiceOptions": {},
                        "placement": {
                            "availabilityZone": "us-east-1a",
                            "region": "us-east-1"
                        },
                        "securityGroups": [
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-node"
                                        ]
                                    }
                                ]
                            },
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-lb"
                                        ]
                                    }
                                ]
                            },
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-controlplane"
                                        ]
                                    }
                                ]
                            }
                        ],
                        "subnet": {
                            "filters": [
                                {
                                    "name": "tag:Name",
                                    "values": [
                                        "clusterpool418-bb45f-xt782-subnet-private-us-east-1a"
                                    ]
                                }
                            ]
                        },
                        "tags": [
                            {
                                "name": "kubernetes.io/cluster/clusterpool418-bb45f-xt782",
                                "value": "owned"
                            }
                        ],
                        "userDataSecret": {
                            "name": "master-user-data"
                        }
                    }
                }
            },
            "status": {
                "addresses": [
                    {
                        "address": "10.0.24.200",
                        "type": "InternalIP"
                    },
                    {
                        "address": "ip-10-0-24-200.ec2.internal",
                        "type": "InternalDNS"
                    },
                    {
                        "address": "ip-10-0-24-200.ec2.internal",
                        "type": "Hostname"
                    }
                ],
                "conditions": [
                    {
                        "lastTransitionTime": "2026-04-28T11:50:56Z",
                        "message": "Drain operation currently blocked by: [{Name:EtcdQuorumOperator Owner:clusteroperator/etcd}]",
                        "reason": "HookPresent",
                        "severity": "Warning",
                        "status": "False",
                        "type": "Drainable"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:50:56Z",
                        "status": "True",
                        "type": "InstanceExists"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:50:45Z",
                        "status": "True",
                        "type": "Terminable"
                    }
                ],
                "lastUpdated": "2026-04-28T13:01:46Z",
                "nodeRef": {
                    "kind": "Node",
                    "name": "ip-10-0-24-200.ec2.internal",
                    "uid": "b7338e41-1825-4c17-b631-5281af71762d"
                },
                "phase": "Running",
                "providerStatus": {
                    "conditions": [
                        {
                            "lastTransitionTime": "2026-04-28T11:50:56Z",
                            "message": "Machine successfully created",
                            "reason": "MachineCreationSucceeded",
                            "status": "True",
                            "type": "MachineCreation"
                        }
                    ],
                    "instanceId": "i-0a088030714ff992e",
                    "instanceState": "running"
                }
            }
        },
        {
            "apiVersion": "machine.openshift.io/v1beta1",
            "kind": "Machine",
            "metadata": {
                "annotations": {
                    "machine.openshift.io/instance-state": "running"
                },
                "creationTimestamp": "2026-04-28T11:46:33Z",
                "finalizers": [
                    "machine.machine.openshift.io"
                ],
                "generation": 3,
                "labels": {
                    "machine.openshift.io/cluster-api-cluster": "clusterpool418-bb45f-xt782",
                    "machine.openshift.io/cluster-api-machine-role": "master",
                    "machine.openshift.io/cluster-api-machine-type": "master",
                    "machine.openshift.io/instance-type": "m6i.xlarge",
                    "machine.openshift.io/region": "us-east-1",
                    "machine.openshift.io/zone": "us-east-1b"
                },
                "name": "clusterpool418-bb45f-xt782-master-1",
                "namespace": "openshift-machine-api",
                "ownerReferences": [
                    {
                        "apiVersion": "machine.openshift.io/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "ControlPlaneMachineSet",
                        "name": "cluster",
                        "uid": "ca0d3206-b94e-4b96-80b4-0fd8c7629f64"
                    }
                ],
                "resourceVersion": "49280",
                "uid": "61b9eafe-de76-47c5-9d38-9eaba555c9fd"
            },
            "spec": {
                "lifecycleHooks": {
                    "preDrain": [
                        {
                            "name": "EtcdQuorumOperator",
                            "owner": "clusteroperator/etcd"
                        }
                    ]
                },
                "metadata": {},
                "providerID": "aws:///us-east-1b/i-07f1bec27b821fd56",
                "providerSpec": {
                    "value": {
                        "ami": {
                            "id": "ami-0ccb061ea4996e851"
                        },
                        "apiVersion": "machine.openshift.io/v1beta1",
                        "blockDevices": [
                            {
                                "ebs": {
                                    "encrypted": true,
                                    "iops": 0,
                                    "kmsKey": {
                                        "arn": ""
                                    },
                                    "volumeSize": 120,
                                    "volumeType": "gp3"
                                }
                            }
                        ],
                        "capacityReservationId": "",
                        "credentialsSecret": {
                            "name": "aws-cloud-credentials"
                        },
                        "deviceIndex": 0,
                        "iamInstanceProfile": {
                            "id": "clusterpool418-bb45f-xt782-master-profile"
                        },
                        "instanceType": "m6i.xlarge",
                        "kind": "AWSMachineProviderConfig",
                        "loadBalancers": [
                            {
                                "name": "clusterpool418-bb45f-xt782-int",
                                "type": "network"
                            },
                            {
                                "name": "clusterpool418-bb45f-xt782-ext",
                                "type": "network"
                            }
                        ],
                        "metadata": {
                            "creationTimestamp": null
                        },
                        "metadataServiceOptions": {},
                        "placement": {
                            "availabilityZone": "us-east-1b",
                            "region": "us-east-1"
                        },
                        "securityGroups": [
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-node"
                                        ]
                                    }
                                ]
                            },
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-lb"
                                        ]
                                    }
                                ]
                            },
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-controlplane"
                                        ]
                                    }
                                ]
                            }
                        ],
                        "subnet": {
                            "filters": [
                                {
                                    "name": "tag:Name",
                                    "values": [
                                        "clusterpool418-bb45f-xt782-subnet-private-us-east-1b"
                                    ]
                                }
                            ]
                        },
                        "tags": [
                            {
                                "name": "kubernetes.io/cluster/clusterpool418-bb45f-xt782",
                                "value": "owned"
                            }
                        ],
                        "userDataSecret": {
                            "name": "master-user-data"
                        }
                    }
                }
            },
            "status": {
                "addresses": [
                    {
                        "address": "10.0.46.136",
                        "type": "InternalIP"
                    },
                    {
                        "address": "ip-10-0-46-136.ec2.internal",
                        "type": "InternalDNS"
                    },
                    {
                        "address": "ip-10-0-46-136.ec2.internal",
                        "type": "Hostname"
                    }
                ],
                "conditions": [
                    {
                        "lastTransitionTime": "2026-04-28T11:50:56Z",
                        "message": "Drain operation currently blocked by: [{Name:EtcdQuorumOperator Owner:clusteroperator/etcd}]",
                        "reason": "HookPresent",
                        "severity": "Warning",
                        "status": "False",
                        "type": "Drainable"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:50:46Z",
                        "status": "True",
                        "type": "InstanceExists"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:50:43Z",
                        "status": "True",
                        "type": "Terminable"
                    }
                ],
                "lastUpdated": "2026-04-28T13:01:46Z",
                "nodeRef": {
                    "kind": "Node",
                    "name": "ip-10-0-46-136.ec2.internal",
                    "uid": "c4c99782-1f8c-46d3-8e8e-596dfd21cd0b"
                },
                "phase": "Running",
                "providerStatus": {
                    "conditions": [
                        {
                            "lastTransitionTime": "2026-04-28T11:50:46Z",
                            "message": "Machine successfully created",
                            "reason": "MachineCreationSucceeded",
                            "status": "True",
                            "type": "MachineCreation"
                        }
                    ],
                    "instanceId": "i-07f1bec27b821fd56",
                    "instanceState": "running"
                }
            }
        },
        {
            "apiVersion": "machine.openshift.io/v1beta1",
            "kind": "Machine",
            "metadata": {
                "annotations": {
                    "machine.openshift.io/instance-state": "running"
                },
                "creationTimestamp": "2026-04-28T11:46:33Z",
                "finalizers": [
                    "machine.machine.openshift.io"
                ],
                "generation": 3,
                "labels": {
                    "machine.openshift.io/cluster-api-cluster": "clusterpool418-bb45f-xt782",
                    "machine.openshift.io/cluster-api-machine-role": "master",
                    "machine.openshift.io/cluster-api-machine-type": "master",
                    "machine.openshift.io/instance-type": "m6i.xlarge",
                    "machine.openshift.io/region": "us-east-1",
                    "machine.openshift.io/zone": "us-east-1c"
                },
                "name": "clusterpool418-bb45f-xt782-master-2",
                "namespace": "openshift-machine-api",
                "ownerReferences": [
                    {
                        "apiVersion": "machine.openshift.io/v1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "ControlPlaneMachineSet",
                        "name": "cluster",
                        "uid": "ca0d3206-b94e-4b96-80b4-0fd8c7629f64"
                    }
                ],
                "resourceVersion": "49282",
                "uid": "cde4b228-7945-43b4-a077-582ea6c9eb9b"
            },
            "spec": {
                "lifecycleHooks": {
                    "preDrain": [
                        {
                            "name": "EtcdQuorumOperator",
                            "owner": "clusteroperator/etcd"
                        }
                    ]
                },
                "metadata": {},
                "providerID": "aws:///us-east-1c/i-0bf69df05552d7dee",
                "providerSpec": {
                    "value": {
                        "ami": {
                            "id": "ami-0ccb061ea4996e851"
                        },
                        "apiVersion": "machine.openshift.io/v1beta1",
                        "blockDevices": [
                            {
                                "ebs": {
                                    "encrypted": true,
                                    "iops": 0,
                                    "kmsKey": {
                                        "arn": ""
                                    },
                                    "volumeSize": 120,
                                    "volumeType": "gp3"
                                }
                            }
                        ],
                        "capacityReservationId": "",
                        "credentialsSecret": {
                            "name": "aws-cloud-credentials"
                        },
                        "deviceIndex": 0,
                        "iamInstanceProfile": {
                            "id": "clusterpool418-bb45f-xt782-master-profile"
                        },
                        "instanceType": "m6i.xlarge",
                        "kind": "AWSMachineProviderConfig",
                        "loadBalancers": [
                            {
                                "name": "clusterpool418-bb45f-xt782-int",
                                "type": "network"
                            },
                            {
                                "name": "clusterpool418-bb45f-xt782-ext",
                                "type": "network"
                            }
                        ],
                        "metadata": {
                            "creationTimestamp": null
                        },
                        "metadataServiceOptions": {},
                        "placement": {
                            "availabilityZone": "us-east-1c",
                            "region": "us-east-1"
                        },
                        "securityGroups": [
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-node"
                                        ]
                                    }
                                ]
                            },
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-lb"
                                        ]
                                    }
                                ]
                            },
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-controlplane"
                                        ]
                                    }
                                ]
                            }
                        ],
                        "subnet": {
                            "filters": [
                                {
                                    "name": "tag:Name",
                                    "values": [
                                        "clusterpool418-bb45f-xt782-subnet-private-us-east-1c"
                                    ]
                                }
                            ]
                        },
                        "tags": [
                            {
                                "name": "kubernetes.io/cluster/clusterpool418-bb45f-xt782",
                                "value": "owned"
                            }
                        ],
                        "userDataSecret": {
                            "name": "master-user-data"
                        }
                    }
                }
            },
            "status": {
                "addresses": [
                    {
                        "address": "10.0.66.149",
                        "type": "InternalIP"
                    },
                    {
                        "address": "ip-10-0-66-149.ec2.internal",
                        "type": "InternalDNS"
                    },
                    {
                        "address": "ip-10-0-66-149.ec2.internal",
                        "type": "Hostname"
                    }
                ],
                "conditions": [
                    {
                        "lastTransitionTime": "2026-04-28T11:50:46Z",
                        "message": "Drain operation currently blocked by: [{Name:EtcdQuorumOperator Owner:clusteroperator/etcd}]",
                        "reason": "HookPresent",
                        "severity": "Warning",
                        "status": "False",
                        "type": "Drainable"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:50:44Z",
                        "status": "True",
                        "type": "InstanceExists"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:50:44Z",
                        "status": "True",
                        "type": "Terminable"
                    }
                ],
                "lastUpdated": "2026-04-28T13:01:46Z",
                "nodeRef": {
                    "kind": "Node",
                    "name": "ip-10-0-66-149.ec2.internal",
                    "uid": "63563e4b-34fb-4cdd-a9d6-a6e1be8846d3"
                },
                "phase": "Running",
                "providerStatus": {
                    "conditions": [
                        {
                            "lastTransitionTime": "2026-04-28T11:50:44Z",
                            "message": "Machine successfully created",
                            "reason": "MachineCreationSucceeded",
                            "status": "True",
                            "type": "MachineCreation"
                        }
                    ],
                    "instanceId": "i-0bf69df05552d7dee",
                    "instanceState": "running"
                }
            }
        },
        {
            "apiVersion": "machine.openshift.io/v1beta1",
            "kind": "Machine",
            "metadata": {
                "annotations": {
                    "machine.openshift.io/instance-state": "running"
                },
                "creationTimestamp": "2026-04-28T11:50:18Z",
                "finalizers": [
                    "machine.machine.openshift.io"
                ],
                "generateName": "clusterpool418-bb45f-xt782-worker-us-east-1a-",
                "generation": 2,
                "labels": {
                    "machine.openshift.io/cluster-api-cluster": "clusterpool418-bb45f-xt782",
                    "machine.openshift.io/cluster-api-machine-role": "worker",
                    "machine.openshift.io/cluster-api-machine-type": "worker",
                    "machine.openshift.io/cluster-api-machineset": "clusterpool418-bb45f-xt782-worker-us-east-1a",
                    "machine.openshift.io/instance-type": "m6i.2xlarge",
                    "machine.openshift.io/region": "us-east-1",
                    "machine.openshift.io/zone": "us-east-1a"
                },
                "name": "clusterpool418-bb45f-xt782-worker-us-east-1a-dqjtg",
                "namespace": "openshift-machine-api",
                "ownerReferences": [
                    {
                        "apiVersion": "machine.openshift.io/v1beta1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "MachineSet",
                        "name": "clusterpool418-bb45f-xt782-worker-us-east-1a",
                        "uid": "6b5595ca-841a-4818-bd05-65765ab9cc35"
                    }
                ],
                "resourceVersion": "49279",
                "uid": "7edd4486-5d68-450f-95be-3f803c0f121a"
            },
            "spec": {
                "lifecycleHooks": {},
                "metadata": {},
                "providerID": "aws:///us-east-1a/i-03113adbac9341440",
                "providerSpec": {
                    "value": {
                        "ami": {
                            "id": "ami-0ccb061ea4996e851"
                        },
                        "apiVersion": "machine.openshift.io/v1beta1",
                        "blockDevices": [
                            {
                                "ebs": {
                                    "encrypted": true,
                                    "iops": 0,
                                    "kmsKey": {
                                        "arn": ""
                                    },
                                    "volumeSize": 120,
                                    "volumeType": "gp3"
                                }
                            }
                        ],
                        "capacityReservationId": "",
                        "credentialsSecret": {
                            "name": "aws-cloud-credentials"
                        },
                        "deviceIndex": 0,
                        "iamInstanceProfile": {
                            "id": "clusterpool418-bb45f-xt782-worker-profile"
                        },
                        "instanceType": "m6i.2xlarge",
                        "kind": "AWSMachineProviderConfig",
                        "metadata": {
                            "creationTimestamp": null
                        },
                        "metadataServiceOptions": {},
                        "placement": {
                            "availabilityZone": "us-east-1a",
                            "region": "us-east-1"
                        },
                        "securityGroups": [
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-node"
                                        ]
                                    }
                                ]
                            },
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-lb"
                                        ]
                                    }
                                ]
                            }
                        ],
                        "subnet": {
                            "filters": [
                                {
                                    "name": "tag:Name",
                                    "values": [
                                        "clusterpool418-bb45f-xt782-subnet-private-us-east-1a"
                                    ]
                                }
                            ]
                        },
                        "tags": [
                            {
                                "name": "kubernetes.io/cluster/clusterpool418-bb45f-xt782",
                                "value": "owned"
                            }
                        ],
                        "userDataSecret": {
                            "name": "worker-user-data"
                        }
                    }
                }
            },
            "status": {
                "addresses": [
                    {
                        "address": "10.0.23.133",
                        "type": "InternalIP"
                    },
                    {
                        "address": "ip-10-0-23-133.ec2.internal",
                        "type": "InternalDNS"
                    },
                    {
                        "address": "ip-10-0-23-133.ec2.internal",
                        "type": "Hostname"
                    }
                ],
                "conditions": [
                    {
                        "lastTransitionTime": "2026-04-28T11:50:44Z",
                        "status": "True",
                        "type": "Drainable"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:51:07Z",
                        "status": "True",
                        "type": "InstanceExists"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:50:44Z",
                        "status": "True",
                        "type": "Terminable"
                    }
                ],
                "lastUpdated": "2026-04-28T13:01:46Z",
                "nodeRef": {
                    "kind": "Node",
                    "name": "ip-10-0-23-133.ec2.internal",
                    "uid": "965118d5-7420-4357-a5dd-2adbef9f9dce"
                },
                "phase": "Running",
                "providerStatus": {
                    "conditions": [
                        {
                            "lastTransitionTime": "2026-04-28T11:50:49Z",
                            "message": "Machine successfully created",
                            "reason": "MachineCreationSucceeded",
                            "status": "True",
                            "type": "MachineCreation"
                        }
                    ],
                    "instanceId": "i-03113adbac9341440",
                    "instanceState": "running"
                }
            }
        },
        {
            "apiVersion": "machine.openshift.io/v1beta1",
            "kind": "Machine",
            "metadata": {
                "annotations": {
                    "machine.openshift.io/instance-state": "running"
                },
                "creationTimestamp": "2026-04-28T11:50:18Z",
                "finalizers": [
                    "machine.machine.openshift.io"
                ],
                "generateName": "clusterpool418-bb45f-xt782-worker-us-east-1b-",
                "generation": 2,
                "labels": {
                    "machine.openshift.io/cluster-api-cluster": "clusterpool418-bb45f-xt782",
                    "machine.openshift.io/cluster-api-machine-role": "worker",
                    "machine.openshift.io/cluster-api-machine-type": "worker",
                    "machine.openshift.io/cluster-api-machineset": "clusterpool418-bb45f-xt782-worker-us-east-1b",
                    "machine.openshift.io/instance-type": "m6i.2xlarge",
                    "machine.openshift.io/region": "us-east-1",
                    "machine.openshift.io/zone": "us-east-1b"
                },
                "name": "clusterpool418-bb45f-xt782-worker-us-east-1b-chtvh",
                "namespace": "openshift-machine-api",
                "ownerReferences": [
                    {
                        "apiVersion": "machine.openshift.io/v1beta1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "MachineSet",
                        "name": "clusterpool418-bb45f-xt782-worker-us-east-1b",
                        "uid": "99f74b26-16e6-4471-8967-0cb9b1741f1f"
                    }
                ],
                "resourceVersion": "49281",
                "uid": "e8892ac7-91f1-4abe-a001-ba2c1dc13a47"
            },
            "spec": {
                "lifecycleHooks": {},
                "metadata": {},
                "providerID": "aws:///us-east-1b/i-08da500b783a801a0",
                "providerSpec": {
                    "value": {
                        "ami": {
                            "id": "ami-0ccb061ea4996e851"
                        },
                        "apiVersion": "machine.openshift.io/v1beta1",
                        "blockDevices": [
                            {
                                "ebs": {
                                    "encrypted": true,
                                    "iops": 0,
                                    "kmsKey": {
                                        "arn": ""
                                    },
                                    "volumeSize": 120,
                                    "volumeType": "gp3"
                                }
                            }
                        ],
                        "capacityReservationId": "",
                        "credentialsSecret": {
                            "name": "aws-cloud-credentials"
                        },
                        "deviceIndex": 0,
                        "iamInstanceProfile": {
                            "id": "clusterpool418-bb45f-xt782-worker-profile"
                        },
                        "instanceType": "m6i.2xlarge",
                        "kind": "AWSMachineProviderConfig",
                        "metadata": {
                            "creationTimestamp": null
                        },
                        "metadataServiceOptions": {},
                        "placement": {
                            "availabilityZone": "us-east-1b",
                            "region": "us-east-1"
                        },
                        "securityGroups": [
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-node"
                                        ]
                                    }
                                ]
                            },
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-lb"
                                        ]
                                    }
                                ]
                            }
                        ],
                        "subnet": {
                            "filters": [
                                {
                                    "name": "tag:Name",
                                    "values": [
                                        "clusterpool418-bb45f-xt782-subnet-private-us-east-1b"
                                    ]
                                }
                            ]
                        },
                        "tags": [
                            {
                                "name": "kubernetes.io/cluster/clusterpool418-bb45f-xt782",
                                "value": "owned"
                            }
                        ],
                        "userDataSecret": {
                            "name": "worker-user-data"
                        }
                    }
                }
            },
            "status": {
                "addresses": [
                    {
                        "address": "10.0.55.209",
                        "type": "InternalIP"
                    },
                    {
                        "address": "ip-10-0-55-209.ec2.internal",
                        "type": "InternalDNS"
                    },
                    {
                        "address": "ip-10-0-55-209.ec2.internal",
                        "type": "Hostname"
                    }
                ],
                "conditions": [
                    {
                        "lastTransitionTime": "2026-04-28T11:50:44Z",
                        "status": "True",
                        "type": "Drainable"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:51:18Z",
                        "status": "True",
                        "type": "InstanceExists"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:50:44Z",
                        "status": "True",
                        "type": "Terminable"
                    }
                ],
                "lastUpdated": "2026-04-28T13:01:46Z",
                "nodeRef": {
                    "kind": "Node",
                    "name": "ip-10-0-55-209.ec2.internal",
                    "uid": "cb8db81d-1848-4447-ac7a-b719ba76665f"
                },
                "phase": "Running",
                "providerStatus": {
                    "conditions": [
                        {
                            "lastTransitionTime": "2026-04-28T11:50:52Z",
                            "message": "Machine successfully created",
                            "reason": "MachineCreationSucceeded",
                            "status": "True",
                            "type": "MachineCreation"
                        }
                    ],
                    "instanceId": "i-08da500b783a801a0",
                    "instanceState": "running"
                }
            }
        },
        {
            "apiVersion": "machine.openshift.io/v1beta1",
            "kind": "Machine",
            "metadata": {
                "annotations": {
                    "machine.openshift.io/instance-state": "running"
                },
                "creationTimestamp": "2026-04-28T11:50:18Z",
                "finalizers": [
                    "machine.machine.openshift.io"
                ],
                "generateName": "clusterpool418-bb45f-xt782-worker-us-east-1c-",
                "generation": 2,
                "labels": {
                    "machine.openshift.io/cluster-api-cluster": "clusterpool418-bb45f-xt782",
                    "machine.openshift.io/cluster-api-machine-role": "worker",
                    "machine.openshift.io/cluster-api-machine-type": "worker",
                    "machine.openshift.io/cluster-api-machineset": "clusterpool418-bb45f-xt782-worker-us-east-1c",
                    "machine.openshift.io/instance-type": "m6i.2xlarge",
                    "machine.openshift.io/region": "us-east-1",
                    "machine.openshift.io/zone": "us-east-1c"
                },
                "name": "clusterpool418-bb45f-xt782-worker-us-east-1c-wtj7m",
                "namespace": "openshift-machine-api",
                "ownerReferences": [
                    {
                        "apiVersion": "machine.openshift.io/v1beta1",
                        "blockOwnerDeletion": true,
                        "controller": true,
                        "kind": "MachineSet",
                        "name": "clusterpool418-bb45f-xt782-worker-us-east-1c",
                        "uid": "16053c79-98a2-428a-a135-fb68c63205c2"
                    }
                ],
                "resourceVersion": "49283",
                "uid": "74278411-80e8-459e-b0e4-5bd6dc2f4487"
            },
            "spec": {
                "lifecycleHooks": {},
                "metadata": {},
                "providerID": "aws:///us-east-1c/i-03b9c164494d290fa",
                "providerSpec": {
                    "value": {
                        "ami": {
                            "id": "ami-0ccb061ea4996e851"
                        },
                        "apiVersion": "machine.openshift.io/v1beta1",
                        "blockDevices": [
                            {
                                "ebs": {
                                    "encrypted": true,
                                    "iops": 0,
                                    "kmsKey": {
                                        "arn": ""
                                    },
                                    "volumeSize": 120,
                                    "volumeType": "gp3"
                                }
                            }
                        ],
                        "capacityReservationId": "",
                        "credentialsSecret": {
                            "name": "aws-cloud-credentials"
                        },
                        "deviceIndex": 0,
                        "iamInstanceProfile": {
                            "id": "clusterpool418-bb45f-xt782-worker-profile"
                        },
                        "instanceType": "m6i.2xlarge",
                        "kind": "AWSMachineProviderConfig",
                        "metadata": {
                            "creationTimestamp": null
                        },
                        "metadataServiceOptions": {},
                        "placement": {
                            "availabilityZone": "us-east-1c",
                            "region": "us-east-1"
                        },
                        "securityGroups": [
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-node"
                                        ]
                                    }
                                ]
                            },
                            {
                                "filters": [
                                    {
                                        "name": "tag:Name",
                                        "values": [
                                            "clusterpool418-bb45f-xt782-lb"
                                        ]
                                    }
                                ]
                            }
                        ],
                        "subnet": {
                            "filters": [
                                {
                                    "name": "tag:Name",
                                    "values": [
                                        "clusterpool418-bb45f-xt782-subnet-private-us-east-1c"
                                    ]
                                }
                            ]
                        },
                        "tags": [
                            {
                                "name": "kubernetes.io/cluster/clusterpool418-bb45f-xt782",
                                "value": "owned"
                            }
                        ],
                        "userDataSecret": {
                            "name": "worker-user-data"
                        }
                    }
                }
            },
            "status": {
                "addresses": [
                    {
                        "address": "10.0.89.36",
                        "type": "InternalIP"
                    },
                    {
                        "address": "ip-10-0-89-36.ec2.internal",
                        "type": "InternalDNS"
                    },
                    {
                        "address": "ip-10-0-89-36.ec2.internal",
                        "type": "Hostname"
                    }
                ],
                "conditions": [
                    {
                        "lastTransitionTime": "2026-04-28T11:50:44Z",
                        "status": "True",
                        "type": "Drainable"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:51:28Z",
                        "status": "True",
                        "type": "InstanceExists"
                    },
                    {
                        "lastTransitionTime": "2026-04-28T11:50:44Z",
                        "status": "True",
                        "type": "Terminable"
                    }
                ],
                "lastUpdated": "2026-04-28T13:01:46Z",
                "nodeRef": {
                    "kind": "Node",
                    "name": "ip-10-0-89-36.ec2.internal",
                    "uid": "f68630c9-27ae-431a-8bbb-de2e2e234168"
                },
                "phase": "Running",
                "providerStatus": {
                    "conditions": [
                        {
                            "lastTransitionTime": "2026-04-28T11:50:55Z",
                            "message": "Machine successfully created",
                            "reason": "MachineCreationSucceeded",
                            "status": "True",
                            "type": "MachineCreation"
                        }
                    ],
                    "instanceId": "i-03b9c164494d290fa",
                    "instanceState": "running"
                }
            }
        }
    ],
    "kind": "List",
    "metadata": {
        "resourceVersion": ""
    }
}
