1. Delete resources in the AWS account of the Enterprise instance
lambdacellstatecontrollersub
or lambdacellstatecontrollertrigger
resources get stuck (CREATE_IN_PROGRESS status for over an hour), then reach out to Gitpod Support.2. Delete any residual resources in the AWS account using cloud-nuke
cloud-nuke aws --exclude-resource-type transit-gateway
transit-gateway
resource type is excluded because the transit
gateway is shared between accounts, so this is necessary to not delete
the transit gateway in the other AWS Account - assuming that Transit Gateway is used for other purposes as well.--region us-east-2,global
flags to greatly speed up the cloud-nuke, but sometimes you will need to check all regions to ensure all resources are deleted.