Closed
Description
I'm trying to launch a cluster using cortex but I'm gettiing following error:
cortex cluster up
cluster name [cortex]: mycluster
aws region [us-east-1]: eu-north-1
using aws access key id ****XSBA and aws secret access key ****KeJE from cache (to use different credentials, specify the --aws-key and --aws-secret flags)
aws instance type [m5.large]: t3.medium
min instances [1]: 1
max instances [5]: 5
verifying your configuration ...
error: instance_type: you don't have access to t3.medium instances in eu-north-1; please request access in the appropriate region (https://console.aws.amazon.com/support/cases#/create?issueType=service-limit-increase&limitType=ec2-instances). If you submitted a request and it was recently approved, please allow ~30 minutes for AWS to reflect this change."
cluster configuration schema can be found here: https://docs.cortex.dev/v/0.20/cluster-management/config
I've requested and have gotten service limit increase (even though I'm just trying to launch 1 instance), but that didn't solve the problem, even after few hours. I've checked and T3.MEDIUM instances are in fact available in EU-NORTH-1 region. How can this be solved?