I was able to successfully execute the data pipeline for predefined templates. I wanted to use the configured AMI for my EC2 resource, as I need to install some libraries and packages.
I also need to run a python script as part of the process.
So, I created a basic EC2 Resource image with all the necessary packages and code that needs to be run.
As part of my activity, I run the shell command action, where I run the python script as the command to be run.
The EC2 resource starts successfully based on the configured AMI that I specified. I can enter this machine using the key pair that I specified, but only that the Activity was stuck in the "WAIT FOR RUNNER" state.
I am not sure how to solve this problem. Please let me know if there are any fixes. I skipped some basic step while trying to use AMI's EC2 resource.
source share