def start_ec2(ipaddr): eventlet.spawn_n(AppManager.start_ec2, ipaddr) return redirect(url_for('view.show_home')) # Stop EC2 Instance