Most viewed questions in DevOps on Cloud

0 votes
2 answers

Configure Subdomains, Nginx-proxy and Docker-compose

If you are already using docker-compose I ...READ MORE

Aug 3, 2018 in DevOps on Cloud by Nilesh
• 7,050 points
8,145 views
0 votes
1 answer

How can we publish html test reports in azure devops build results?

This might help you. Have a look ...READ MORE

Oct 12, 2020 in DevOps on Cloud by Kriti

edited Oct 27, 2021 by Sarfaraz 8,141 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
1 answer

How to use aws-cli commands inside Boto3?

Hi@Lakshminarayanan, I am not able to understand the ...READ MORE

Sep 21, 2020 in DevOps on Cloud by MD
• 95,440 points
4,969 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
+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
+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
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 to open a port for http traffic on ec2 from node app?

Here are the steps that you can ...READ MORE

Jul 17, 2018 in DevOps on Cloud by Atul
• 10,240 points
3,685 views
0 votes
1 answer

How can I remove a port from url for node app using nginx

If you run your node server on ...READ MORE

Apr 10, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
3,634 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
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
2 answers

Nginx Request redirection one container to another

try adding a / at the end ...READ MORE

Oct 25, 2018 in DevOps on Cloud by Haseeb
2,479 views
+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
0 votes
1 answer

Deploying Code and Managing configuration with Terraform

Try one of these for your first ...READ MORE

Jul 23, 2018 in DevOps on Cloud by Kalgi
• 52,360 points
2,131 views
0 votes
0 answers

How to mount the S3 bucket using IAM role or S3fs and use in ElasticBeanstalk

Hi Team, Can you please confirm how we ...READ MORE

Sep 20, 2019 in DevOps on Cloud by rahulkathpal
• 120 points
1,889 views
0 votes
1 answer

How to create user and password in Windows EC2 instance using boto3 Script?

Hi, I don't think AWS will allow you ...READ MORE

Sep 23, 2020 in DevOps on Cloud by MD
• 95,440 points
1,843 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
0 votes
1 answer

Unable to save state: open terraform.tfstate: permission denied

Check the access permission of the directory ...READ MORE

Jul 13, 2018 in DevOps on Cloud by Atul
• 10,240 points
1,641 views
0 votes
1 answer

Fetch AzureVm name from private IP in powershell

If by a better way you mean ...READ MORE

Jul 17, 2018 in DevOps on Cloud by DareDev
• 6,890 points
1,531 views
0 votes
1 answer

How to query aws AMI from packer?

To solve the keypair error I just ...READ MORE

Jul 23, 2018 in DevOps on Cloud by DareDev
• 6,890 points
1,499 views
0 votes
0 answers

How to delete unwanted artifacts in Azure DevOps

Numerous NuGet packages are created by our ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Edureka
• 13,620 points
1,471 views
0 votes
1 answer

I am looking for a python code to get my Azure VM status in my email , like whether the running vms port is open to the internet. If its open to internet I should get a mail notification

Hey, @Sourav, Check this out https://www.edureka.co/community/66025/azure-vm-monitoring It deals with ...READ MORE

May 29, 2020 in DevOps on Cloud by Sirajul
• 59,230 points
1,414 views
0 votes
1 answer

Not able to find curator.yml (elasticsearch-curator) in linux

The documentation does not say that the ...READ MORE

Jul 20, 2018 in DevOps on Cloud by Kalgi
• 52,360 points
1,393 views
0 votes
1 answer

How to control development/prod/staging application settings using azure functions?

You should use a build-release system like ...READ MORE

May 11, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
1,323 views
0 votes
1 answer

Failed to save state: open terraform.tfstate: permission denied

Here is what you can do. Just ...READ MORE

Jul 10, 2018 in DevOps on Cloud by shubham
• 7,340 points
1,315 views
0 votes
1 answer

ARM deployment resourceID with the servicebus is not working

You can just use the name of ...READ MORE

Jun 17, 2018 in DevOps on Cloud by shubham
• 7,340 points
1,146 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
+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
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

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
987 views
0 votes
0 answers

Update test results @ test step level in Azure DevOps during test execution through automation scripts

My automation framework is writtin in Java, ...READ MORE

Aug 21, 2020 in DevOps on Cloud by Anand
• 120 points

recategorized Aug 21, 2020 by MD 951 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

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

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

Adding Images in Azure DevOps Wiki

In one of my Azure DevOps projects,&n ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
877 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
0 votes
2 answers

how am I gonna assign a proper role name to allow a stack deployment via CloudFormation in AWS codepipeline?

 There's documentation on how to configure a ...READ MORE

Aug 17, 2018 in DevOps on Cloud by Priyaj
• 58,090 points
869 views
0 votes
0 answers

dotnet build vs publish on Azure DevOps

I have a console app for .NET Core 2.0.  I can successfully create, distribute, and operate this software locally.  In Azure DevOps, I can successfully create and publish this app.  However, I am unable to launch the finished product if I construct the app in Azure DevOps. I tried creating in Azure DevOps using: dotnet build -c ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Nicholas
• 7,760 points
865 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
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
0 votes
0 answers

Azure Devops Extension- PublishHTMLReport in Azure pipelines not producing HTML tab in azure devops

I am having an issue with this ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Edureka
• 13,620 points
804 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
1 answer

How to use the pipeline setup and deploy the war file using the ansible,docker and kubernettes

Hi@Venkata, You can create an Ansible-Playbook to deploy ...READ MORE

Sep 1, 2020 in DevOps on Cloud by MD
• 95,440 points
781 views
0 votes
0 answers

How to get all repos in Azure DevOps?

I'm working on several Azure DevOps initiatives. ...READ MORE

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

What is the difference between Pipeline and Release Pipeline in azure devops?

If you select the following option, a ...READ MORE

Dec 13, 2022 in DevOps on Cloud by Edureka
• 12,690 points
754 views
0 votes
1 answer

How to manage Application version for VM's in Azure Autoscaling group

First of all, You have to launch ...READ MORE

Apr 24, 2018 in DevOps on Cloud by shubham
• 7,340 points
750 views
0 votes
1 answer

Boto3 not retrieving users from AWS Appstream. whats the issue?

Hi@Lakshminarayanan, I think you didn't get any output ...READ MORE

Sep 21, 2020 in DevOps on Cloud by MD
• 95,440 points
744 views
0 votes
1 answer

What's the relation between Devops and Cloud?

Hey Manish, I'm sure you've heard of ...READ MORE

Apr 9, 2019 in DevOps on Cloud by Chandan
734 views