Proceed to next Stage only after a file has been created from a previous Stage

I have two stages, stage one provisions a virtual machine using CFT in AWS and stage two SSH into that machine and do a few things.

Before Stage two can start, a number of things must complete within the provisioned virtual machine and creation of a file signals that all things are done.

Is it possible to test the presence of that file as a pre-condition for Stage two?