aws-samples / aws-concurrent-data-orchestration-pipeline-emr-livy

This code demonstrates the architecture featured on the AWS Big Data blog (https://aws.amazon.com/blogs/big-data/ ) which creates a concurrent data pipeline by using Amazon EMR and Apache Livy. This pipeline is orchestrated by Apache Airflow.
Apache License 2.0
76 stars 33 forks source link

airflow.yaml - No configuration for VpcId #4

Open arajhub opened 5 years ago

arajhub commented 5 years ago

create stack is failing with error that there is no default VPC defined. It would be great if you can include vpcId field in the script. This would help people who do not have default vpc defined. Thanks