Taegu Kangktg0210.hashnode.devยทNov 21, 2022codepipeline stage statusoutline Script that checks status of Codepipeline stage. script #!/bin/bash echo "CodePipeline Deploy Status" for i in {0..2}; do for codepipeline in $(aws codepipeline list-pipelines --query pipelines[].name --output text) do ...bash-scriptAWSAdd a thoughtful commentNo comments yetBe the first to start the conversation.