How to check DB status in AWS Code pipeline before deployment
I have successful integrated AWS Code Pipeline with elastic beanstalk. ECS have nestjs project running. Now I got some new feature, of background job in my project, but i do not want the job suddenly get cancelled/closed when a new code change is pushed on github that will trigger code pipeline.
Use AWS CodePipeline to build a Docker image to deploy to Elastic Beanstalk?
We currently use AWS CodePipeline/CodeBuild to build our Typescript application and then deploy it to Elastic Beanstalk. The process is currently: