Relative Content

Tag Archive for amazon-elastic-beanstalkaws-codepipeline

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.