Update
Modify existing cluster
cortex cluster info --print-config --name CLUSTER_NAME --region REGION > cluster.yamlcortex cluster configure cluster.yamlUpgrade to a new version
Update or upgrade without downtime
Set up a subdomain using a Route 53 hosted zone
Export all APIs from your previous cluster
Spin up a new cortex cluster
Deploy the APIs to your new cluster
Point your custom domain to your new cluster
Spin down the previous cluster
Last updated