I have setup an AWS Pipeline that automatically sources my code from an S3 Bucket, Builds it and Deploys it to EC2 instances. I would now like to run some shell commands (eg: Start a python script) automatically. How can I integrate that in Pipeline?