Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot define azs #19

Open
fmunteanu opened this issue Jul 17, 2019 · 2 comments
Open

Cannot define azs #19

fmunteanu opened this issue Jul 17, 2019 · 2 comments

Comments

@fmunteanu
Copy link
Contributor

module "airflow_cluster" {
    source             = "powerdatahub/airflow/aws"
    version            = "0.8.11"
    ...
    ami                = "ami-005bdb005fb00e791" # us-west-2
    aws_region         = "us-west-2"
    azs = {
        "1"            = "us-west-2a",
        "2"            = "us-west-2b",
        "3"            = "us-west-2c"
    }
    ...
}

Error:

Error launching source instance: Unsupported: Your requested instance type (t3.micro) is not supported in your requested Availability Zone (us-west-2d). Please retry your request by not specifying an Availability Zone or choosing us-west-2a, us-west-2b, us-west-2c.
	status code: 400, request id: 7afc6751-570a-4bca-a1da-9a012b242919
@edbizarro
Copy link
Member

Hi @fmunteanu, how many workers machines you have in your config ?

@fmunteanu
Copy link
Contributor Author

fmunteanu commented Jul 18, 2019

@edbizarro all default settings, except the usual changes to db_password, fernet_key, key_name and admin_*.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants