aws-airflow-stack icon indicating copy to clipboard operation
aws-airflow-stack copied to clipboard

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

Open cfregly opened this issue 5 years ago • 1 comments

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

thanks!

cfregly avatar Sep 02 '20 20:09 cfregly

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.

villasv avatar Sep 02 '20 21:09 villasv