Is there a way to run bootstrap action after application software (eg: spark) is installed? My purpose is to replace one of the AWS spark jar with my customized spark jar and this must be done after AWS install it original spark.
The reason I don't do this via normal step is because I want to perform this replacement on all nodes of the cluster, not just on the master node.