Most answered questions in DevOps on Cloud

+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,605 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,582 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
899 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,562 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,911 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
890 views
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,224 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,880 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,250 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
718 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,485 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
419 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
803 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
4,042 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
333 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
387 views
0 votes
1 answer

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

It seems like you're facing an issue ...READ MORE

5 days ago in DevOps on Cloud by anonymous
• 1,380 points
864 views
0 votes
1 answer

What is the correct way to setup Azure Artifacts in Azure DevOps?

Refer: https://docs.microsoft.com/en-us/azure/devops/artifacts/get-started-maven?view=azure-devops this will show you how to create ...READ MORE

Apr 5, 2022 in DevOps on Cloud by narikkadan
• 63,620 points
287 views
0 votes
1 answer

How to create a service connection for Azure in Azure Devops (with pictures)

Create App Registration and define roles What you ...READ MORE

Mar 16, 2022 in DevOps on Cloud by narikkadan
• 63,620 points
528 views
0 votes
1 answer

Connect Azure DevOps repository to another Azure DevOps repository from different account

You can consider these two directions: Import your ...READ MORE

Mar 16, 2022 in DevOps on Cloud by narikkadan
• 63,620 points
404 views
0 votes
1 answer

Can anyone let me know how would one can deploy the application in pipeline for Aws?

If you using Jenkins for CI/CD you ...READ MORE

Oct 29, 2020 in DevOps on Cloud by Jatin
492 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,308 views
0 votes
1 answer

Best monitoring tool for Infrastructure, application, services and server

Hi@Lakshminarayanan, There are some good monitoring tools available ...READ MORE

Sep 28, 2020 in DevOps on Cloud by MD
• 95,440 points
398 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,900 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
793 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
5,091 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
801 views
0 votes
1 answer

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

To address the issue of posting step-level ...READ MORE

5 days ago in DevOps on Cloud by anonymous
• 1,380 points
1,000 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,465 views
0 votes
1 answer

AWS Best Cloud Formation Templates

I guess you should check this out https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-sample-templates.html Hope ...READ MORE

Feb 18, 2020 in DevOps on Cloud by Sirajul
• 59,230 points
646 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
427 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,839 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
867 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
770 views
0 votes
1 answer

Advantages of using DevOps with Azure

One of the main advantages is the ...READ MORE

Mar 29, 2019 in DevOps on Cloud by Yesha
483 views
0 votes
1 answer

Set up an environment on google cloud

Hey @Ali, This is pretty simple, just ...READ MORE

Jan 2, 2019 in DevOps on Cloud by Anshul
595 views
0 votes
1 answer

How do I include custom data in a AWS Cloudwatch Alert?

Since the web service uses the "event ...READ MORE

Aug 21, 2018 in DevOps on Cloud by Damon Salvatore
• 5,980 points
507 views
0 votes
1 answer

Support for ES6 modules syntax on IBM bluemix

There is no native support for es6 ...READ MORE

Aug 10, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
448 views
0 votes
1 answer

VSTS Web Deploy Arguments produce error

You can’t specify the -verb parameter if ...READ MORE

Jul 23, 2018 in DevOps on Cloud by Kalgi
• 52,360 points
516 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,171 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,528 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,428 views
0 votes
1 answer

How to use specific node version for yarn setup in AWS deployment?

You should be able to set your ...READ MORE

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

IBM Cloud DevOps - Eclipse Orion IDE not working correctly

Open the dev-tools and run localStorage.clear() in ...READ MORE

Jul 19, 2018 in DevOps on Cloud by Kalgi
• 2,680 points
476 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,563 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,753 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,667 views
0 votes
1 answer

How to deploy compiled elements Azure Web App with Appveyor?

Add the following BeforeBuild target to Web ...READ MORE

Jul 12, 2018 in DevOps on Cloud by Kalgi
• 2,680 points
638 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,354 views