I had CI/CD(Docker publish plugin for build and shell script for creation of ELB, ECS Cluster, ECS Task Definition, ECS service creation etc) pipeline created in Jenkins with AWS CLI(shell script). That is well and good. But now we are trying to get rid of Jenkins and create a complete CI/CD in AWS itself using AWS Developer tools. For building of image i created CodeBuild project, but deployment script(shell script for creating ELB, ECS Cluser,TD,Service creation etc) where i need to place? i am not getting.
Could you please help on this.
Thank you.