aws-airflow-stack
aws-airflow-stack copied to clipboard
silly question: how do i access the airflow web ui after running the CF template?
and what other steps do i need to do to start submitting jobs? this isn't clear to me.
thanks!
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.