Hello,
My use-case is : I have multiple services which will run in their own docker containers on aws-ec2 machines. I have tried to push docker image to ecr using bitbucket pipeline(https://bitbucket.org/blog/automating-amazon-elastic-container-ecr-container-builds-using-bitbucket-pipelines). I'm not using ECS or EKS. I have to use EC2 and run docker containers from images stored in ECR via bitbucket pipelines.
Is there a way?