Reputation: 459
I wanted to create a EC2 instance with airflow (using cloud formation) as mentioned in this tutorial https://aws.amazon.com/blogs/big-data/build-a-concurrent-data-orchestration-pipeline-using-amazon-emr-and-apache-livy/
I already have a key pair created, but it is not visible to create a stack in cloud formation. What am I missing here ?
Attached screenshot for reference
Upvotes: 0
Views: 27
Reputation: 238189
Your key pair and the stack which you want to create are in different regions. Both key pairs and stacks are regional, thus they must be in the same region.
Upvotes: 3