villasv / aws-airflow-stack

Turbine: the bare metals that gets you Airflow
https://victor.villas/aws-airflow-stack/
MIT License
376 stars 69 forks source link

silly question: how do i access the airflow web ui after running the CF template? #191

Open cfregly opened 4 years ago

cfregly commented 4 years ago

and what other steps do i need to do to start submitting jobs? this isn't clear to me.

thanks!

villasv commented 4 years ago

Hi @cfregly. For now, you need to find the (public/private) address used by the webserver ec2 instance.

In order to submit jobs you need to deploy your DAG files (or deploy the stack with the option to load the examples). Deploying your files can be done in a number of ways, my recommendation being through CodeDeploy as mentioned here.