This demo showcases how to run a static analysis tool called MobSF on an AWS EC2 machine using Docker. The prerequisites include having a free AWS account, a free Bitrise account, and a free GitHub account. To start, users need to launch an Amazon Linux instance, install Docker, and update the security group to allow HTTP access. They then pull the MobSF Docker image and run it on their EC2 machine. Next, they use the MobSF API from Bitrise to upload an Android APK to be scanned by the tool. The demo shows how to integrate MobSF with Bitrise using API endpoints to mark builds as failed if there are security issues. Additionally, users can save scan results to a database or implement dynamic analysis on the VM without Docker.