I have created an AWS Codepipeline which is triggered when a new image is pushed into ECR and it deploys the application on to our ECS cluster.
Now I want to do the same but get the image from docker hub and not from Amazon ECR. Is it possible? I haven't been able to find any solution for it. And if it is possible can some one please point me in the right direction?