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,583 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,557 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
889 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,535 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,895 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
885 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,195 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,862 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,239 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
696 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,478 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
413 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
791 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,007 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
326 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
377 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,420 points
397 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
483 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,238 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
394 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,886 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
779 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,054 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
794 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,458 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
641 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
421 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,822 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
858 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
755 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
479 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
578 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
501 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
445 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
505 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,160 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,521 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,420 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
708 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
471 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,555 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,726 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,657 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
634 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,340 views
0 votes
1 answer

How will I deploy compiled elements Azure Web App with Appveyor?

Try adding this to your file before ...READ MORE

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

High availability (HA) website load balanced across both Azure and AWS?

DNS load balancing is the practice of ...READ MORE

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

Can i include custom data in a AWS cloudwatch alarm

You would have routied the alert event ...READ MORE

Aug 2, 2018 in DevOps on Cloud by Kalgi
• 52,360 points
692 views
0 votes
1 answer

Adding public contact from request to aws

Third one seems to be the best ...READ MORE

Jun 28, 2018 in DevOps on Cloud by DareDev
• 6,890 points
375 views