Most voted questions in DevOps on Cloud

+5 votes
2 answers

Can not set multiple environments (dev\stage\production) with elastic beanstalk

This is how you do this in ...READ MORE

Mar 27, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
2,210 views
+4 votes
2 answers

unable to get subdomain of URL in NGINX

You just need to add .+ after ...READ MORE

Oct 11, 2018 in DevOps on Cloud by lina
• 8,220 points
4,433 views
+3 votes
2 answers

Best way to deploy automated deployments in kubernetes on google cloud

The first thing you need to do ...READ MORE

Oct 12, 2018 in DevOps on Cloud by Hannah
• 18,570 points
654 views
+2 votes
1 answer

Could you plz help me creating buildspec file for build java application I am using code build .

Hello @Sri, have a look at this, ...READ MORE

Dec 4, 2019 in DevOps on Cloud by Kalgi
• 52,360 points
2,793 views
+2 votes
0 answers

Codedeploy, email notification based on codedeploy success status/events. [closed]

is there a way or python code ...READ MORE

Oct 11, 2019 in DevOps on Cloud by Rishi
• 210 points

closed Oct 11, 2019 by Kalgi 619 views
+2 votes
0 answers

Using .ebextensions to run commands while deploying the app in dev/uat/prod

Hey, We earlier had a plaintext credentials in ...READ MORE

Sep 10, 2019 in DevOps on Cloud by Sai
1,092 views
+2 votes
3 answers

can't make nginx try_files to work with default_index.html

Here's another convenient use of try_files, as ...READ MORE

Oct 18, 2018 in DevOps on Cloud by Hannah
• 18,570 points
4,494 views
+2 votes
3 answers

How do I deploy Scala PlayFramework Project to IBM Bluemix

It seems that they are more than ...READ MORE

Oct 18, 2018 in DevOps on Cloud by lina
• 8,220 points
877 views
+2 votes
2 answers

unable to Import job in rundeck through curl command from local directory or AWS S3

You can use the S3 log storage ...READ MORE

Oct 12, 2018 in DevOps on Cloud by lina
• 8,220 points
1,829 views
+1 vote
0 answers

Docker container will automatically stop after "docker run -d"

According to the tutorials I've read so ...READ MORE

Jan 2, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
388 views
+1 vote
1 answer

WAS- Auto Scaling Metric Types

The following metrics are available for instances: CPU ...READ MORE

Feb 18, 2020 in DevOps on Cloud by Sirajul
• 59,230 points
404 views
+1 vote
0 answers

Getting error when I start build in aws code build .

When I start build using code build ...READ MORE

Dec 3, 2019 in DevOps on Cloud by sri
• 250 points
1,105 views
+1 vote
1 answer

python code for email notification after codedeploy is successful.

Hey @Rishi, you can create a trigger ...READ MORE

Oct 11, 2019 in DevOps on Cloud by Kalgi
• 52,360 points
834 views
+1 vote
2 answers

lambda function showing error when trying to connect with rds(aws)

The engine will stay on timeout unless ...READ MORE

Jun 6, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
4,867 views
+1 vote
3 answers

How to automatically create an image of an AWS ec2 instance(AMI)?

you should try using aws ec2 create-image, aws ...READ MORE

Apr 12, 2018 in DevOps on Cloud by DareDev
• 6,890 points
5,549 views
0 votes
0 answers

How do I change timezone in a docker container?

I'm running a docker container from docker-hub ...READ MORE

Jan 5, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
530 views
0 votes
0 answers

Azure devops pipeline variable for a task step name

Is a variable available for the name of an Azure devops pipeline task step, as highlighted below? image from the pipeline I went over the predefined variables at https://learn.microsoft.com/en-us/azure/devops/pipelines/build/variables?view=azure-devops&tabs=classic  However, ...READ MORE

Jan 5, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
547 views
0 votes
0 answers

How to create "Python Package Download" Azure DevOps Service Connection?

I need to set up an Azure ...READ MORE

Jan 5, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
199 views
0 votes
0 answers

Unauthorized error with git tfs list-remote-branches

I have a repo in Azure Devops ...READ MORE

Jan 5, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
392 views
0 votes
1 answer

Greenlet runtime error and deployed app in docker keeps booting all the workers

This is a warning message indicating that ...READ MORE

Feb 8, 2023 in DevOps on Cloud by Edureka
• 13,620 points
390 views
0 votes
0 answers

Cant set Features or Epics to active in Azure Devops Server

We implemented ADS as our primary development ...READ MORE

Jan 3, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
256 views
0 votes
0 answers

Deployment dependencies condition skipped azure pipeline.

I built a pipeline. There are two ...READ MORE

Jan 3, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
986 views
0 votes
0 answers

how to connect ELK to Oracle DB using JDBC input plugin

How do I connect to ORACLE DB an ...READ MORE

Jan 3, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
309 views
0 votes
0 answers

Azure pipeline dynamic creation of variables based on parameters

I've included an azure-pipeline.yml file that references ...READ MORE

Jan 3, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
1,004 views
0 votes
0 answers

What is "main" branch in context of Azure DevOps pipeline caching?

I'm attempting to employ the Azure DevOps ...READ MORE

Jan 3, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
467 views
0 votes
0 answers

I can't link my MongoDB compass application(local machine) with database in a digital ocean droplet.

I made a droplet in Digital Ocean&nbs ...READ MORE

Jan 2, 2023 in DevOps on Cloud by Damonlang
• 1,230 points
227 views
0 votes
1 answer

DevOps: Epics and Features not showing up in Plan

Work items and dependency lines must appear ...READ MORE

Jan 3, 2023 in DevOps on Cloud by David
• 220 points
731 views
0 votes
1 answer

My docker container has no internet

To begin, run cat /etc/resolv.conf in the ...READ MORE

Jan 3, 2023 in DevOps on Cloud by David
• 220 points
3,888 views
0 votes
1 answer

How do I install Java on Mac OSX allowing version switching?

With Homebrew and Jenv: Assumption: You have a ...READ MORE

Jan 3, 2023 in DevOps on Cloud by David
• 220 points
304 views
0 votes
1 answer

how devops works with aws?

The two most potent technologies—AWS and DevOps—can ...READ MORE

Jan 3, 2023 in DevOps on Cloud by Edureka
• 12,690 points
346 views
0 votes
0 answers

the cloud platform which are not used for devops implementation?

Among which if the following cloud providers ...READ MORE

Dec 22, 2022 in DevOps on Cloud by Edureka
• 13,620 points
937 views
0 votes
0 answers

what is DevOps model?

Can anyone please explain what is a ...READ MORE

Dec 21, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
182 views
0 votes
0 answers

Modules in Artifactory - What are they?

The term "Modules" is used in Artifactory.  When you select a specific build in the UI's "Builds" page, you are presented with a list of Module IDs, which is, as far as I can tell, merely the build's name. so that when I do this: jfrog rt upload --build-name Kuku --build-number 1 ...READ MORE

Dec 21, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
209 views
0 votes
0 answers

How to learn DevOps at home?

Hi, I just started learning learning DevOps, ...READ MORE

Dec 21, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
317 views
0 votes
0 answers

What is DevSecOps?

Is devsecops about security? READ MORE

Dec 21, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
297 views
0 votes
0 answers

What is devops?

Describe DevOps. I don't understand it,&nb ...READ MORE

Dec 21, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
310 views
0 votes
0 answers

Publish a pipeline Azure Devops code coverage report

I am trying to publish a detailed ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
790 views
0 votes
0 answers

can we deploy ".msi" package through azure CICD in On-premises VM?

We are able to build the application& ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
256 views
0 votes
0 answers

Prevent users from editing master branch in ADF

In ADF, I'm attempting to prevent dev ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
198 views
0 votes
0 answers

How to download the content of a directory in Azure Storage using az storage fs directory?

I'm currently using az storage blob d ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
319 views
0 votes
0 answers

Git keeps obsolete files

I've been having problems with git on Windows for a few days now: git version 2.36.2.windows.1 In conjunction with Microsoft Azure DevOps Server 2019. When I pull or merge, it occasionally keeps the obsolete/older file.  It looks like git is not only checking the hash, but also somehow the timestamp and it got messed up.  I now have a clean working tree, but the remote file differs from my local copy of the same commit hash. How does it happen? Example: git fetch origin git checkout test git ...READ MORE

Dec 20, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
279 views
0 votes
0 answers

Azure DevOps - How to Invoke get commits rest api

How do I use the az devops invok ...READ MORE

Dec 19, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
588 views
0 votes
0 answers

Azure DevOps Build Pipeline - Exclude a Folder from Code Coverage

I'm trying to exclude a folder from the code coverage analysis, but I'm not having any luck despite a lot of trial and error and research on this site. This is my build pipeline test task: - task: DotNetCoreCLI@2 displayName: 'Running Unit ...READ MORE

Dec 19, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
2,572 views
0 votes
0 answers

Unable to build the ASP.Net Core 7 in azure devops pipeline (CI)

ASP.Net Core 7 cannot be built in&nbs ...READ MORE

Dec 19, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
877 views
0 votes
0 answers

Does the failed() condition take arguments? i.e. can I set the condition to trigger only if failing 3 times

I want to run my PublishBuildArtifacts@1 task with the condition set to failed ().  However, I'd like to configure it so that it only publishes the artefact after three failed tests. - task: PublishBuildArtifacts@1 ...READ MORE

Dec 19, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
312 views
0 votes
0 answers

How to download the content of a directory in Azure Storage using az storage fs directory?

Currently, I'm using az storage blob  ...READ MORE

Dec 19, 2022 in DevOps on Cloud by Damonlang
• 1,230 points
310 views
0 votes
0 answers

Git keeps prompting me for a password

I've been using Git for a while ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
432 views
0 votes
0 answers

How can I synchronize Azure DevOps repository content with a Microsoft Teams sharepoint

I have an Azure DevOps repo and ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
269 views
0 votes
0 answers

Logon failed, use ctrl+c to cancel basic credential prompt to Git in Azure DevOps

When I clone a git repository from Azure Repos into my local system, the clone succeeds, however I receive the following message: Logon failed, use ctrl+c to cancel basic ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
904 views
0 votes
0 answers

Using podman instead of docker for the Docker@2 task in Azure DevOps

Our build agent is running Podman 3.4.2, and each terminal session has a global alias that just replaces docker with podman, thus the command docker —version returns podman version 3.4.2 as a consequence. The purpose is to employ podman in an Azure DevOps pipeline for the Docker@2 task: steps: - task: Docker@2 displayName: Build and ...READ MORE

Dec 15, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
825 views