Latest questions in Cloud Computing

0 votes
1 answer

How to do Blue/Green Deployments on Azure ServiceFabric?

The thing is Service Fabric is all about ...READ MORE

Apr 5, 2019 in Azure by Prerna
• 1,960 points
509 views
0 votes
1 answer

Copy AWS resources form one account to another

You could just use AWS Organizations to roll up ...READ MORE

Apr 4, 2019 in AWS by Archana
• 5,640 points
1,966 views
0 votes
1 answer

Scan dynamodb table in sorted order based on a attribute

If you are aware of the HashKey, ...READ MORE

Apr 4, 2019 in AWS by datageek
• 3,090 points
21,968 views
0 votes
1 answer

Azure Notification Hub no longer accepting GCM API Key

Please read this: Firebase Cloud Messaging (FCM) is ...READ MORE

Apr 4, 2019 in Azure by Prerna
• 1,960 points
1,631 views
0 votes
1 answer

Application gateway error 502

You need to set up the health ...READ MORE

Apr 4, 2019 in Azure by Prerna
• 1,960 points
1,510 views
0 votes
1 answer

Azure App Service Plan: how do I pause it ?

If you want to use the S1 ...READ MORE

Apr 3, 2019 in Azure by Prerna
• 1,960 points

edited Oct 7, 2021 by Sarfaraz 1,033 views
0 votes
1 answer

How to add a body to a HttpWebRequest that is being used with the Azure Service management API?

The following code should help: byte[] buf = ...READ MORE

Apr 3, 2019 in Azure by Prerna
• 1,960 points
2,030 views
0 votes
1 answer

I want to detect whether a request is being made over HTTPS or HTTP on Azure Websites.

It's looking like you can make use of ...READ MORE

Apr 2, 2019 in Azure by Prerna
• 1,960 points
884 views
0 votes
1 answer

SQL Azure Database: Unable to restore bacpac due to foreign key conflict.

Since tha bacpac file is not transactional, ...READ MORE

Apr 2, 2019 in Azure by Prerna
• 1,960 points
2,540 views
0 votes
2 answers

How to rename a S3 bucket name?

Hi, You can rename your S3 bucket name. ...READ MORE

Oct 5, 2020 in AWS by akhtar
• 38,230 points
39,627 views
0 votes
1 answer

AWS SQS API: How to list non empty queues?

I am not sure if it's possible ...READ MORE

Apr 2, 2019 in AWS by Archana
• 5,640 points
601 views
0 votes
2 answers

How to Retrieve and use a single value from Azure mobile services in Android using Java?

You don't need to create a custom ...READ MORE

Apr 1, 2019 in Azure by Prerna
• 1,960 points
771 views
0 votes
1 answer

Can I create an Azure Webjob that doesn't use Azure Storage and exposes functions to the dashboard?

You can take advantage of the WebJobs ...READ MORE

Apr 1, 2019 in Azure by Prerna
• 1,960 points
1,698 views
0 votes
1 answer

Trying to understand Load Balancing in Azure.

For your clarification - Azure DOES support load balancing in ...READ MORE

Mar 29, 2019 in Azure by Prerna
• 1,960 points
441 views
0 votes
1 answer

How to debug Azure 500 internal server error?

You can simply turn off custom error in ...READ MORE

Mar 29, 2019 in Azure by Prerna
• 1,960 points
4,546 views
0 votes
1 answer

Permission Denied: AWS EC2 FTP

This is a permission issue. You can ...READ MORE

Mar 28, 2019 in AWS by Kolki
1,901 views
0 votes
1 answer

Usage in EC2 instance in AWS

If you are using your application in ...READ MORE

Mar 28, 2019 in AWS by Kilga
292 views
0 votes
1 answer

Delete the old instance in AWS

# Get array of snapshot IDs sorted ...READ MORE

Mar 28, 2019 in AWS by veena chinna
467 views
0 votes
1 answer

Can I create EC2 instances asynchronously?

Unfortunately there is no legit async function ...READ MORE

Mar 28, 2019 in AWS by Ritu
634 views
0 votes
1 answer

AWS EC2 ERR_CONNECTION_TIMED_OUT

The most probable fix for getting a ...READ MORE

Mar 28, 2019 in AWS by Razig
3,488 views
0 votes
1 answer

IAM commands not woking in AWS CLI

The best fix for this can be ...READ MORE

Mar 28, 2019 in AWS by revolver
789 views
0 votes
1 answer

How to resize an EC2 instance?

There is no API call available to ...READ MORE

Mar 28, 2019 in AWS by Revlover
1,002 views
0 votes
1 answer

Numpy module not found in EC2 instance

The most probable reason can be like ...READ MORE

Mar 28, 2019 in AWS by fuji
946 views
0 votes
1 answer

EC2 response request timeout

Typical things to check when trying to ...READ MORE

Mar 28, 2019 in AWS by Dheraj
1,417 views
0 votes
1 answer

Connecting AWS EC2 instance using Java

An Amazon EC2 instance is just like ...READ MORE

Mar 28, 2019 in AWS by Disha
3,877 views
0 votes
1 answer

How to set default Web page for a website on Microsoft Windows Azure?

This blog post should resolve your issue: http://blogs.msdn.com/b/cesardelatorre/archive/2010/07/22/how-to-set-a-default-page-to-a-windows-azure-web-role-app-silverlight-asp-net-etc.aspx Look ...READ MORE

Mar 27, 2019 in Azure by Prerna
• 1,960 points
2,641 views
0 votes
1 answer

Want to upload a blob file with huge size to azure in as little time as possible.

Microsoft Azure Storage Explorer is one of the ...READ MORE

Mar 27, 2019 in Azure by Prerna
• 1,960 points
1,075 views
0 votes
1 answer

Unable to connect to my windows instance

Maybe when you were installing different packages ...READ MORE

Mar 27, 2019 in AWS by Fuji
349 views
+1 vote
1 answer

EC2 connection timeout error

You can try finding logs about the ...READ MORE

Mar 27, 2019 in AWS by Tushar
1,440 views
0 votes
1 answer

EC2 timeout due to inactivity

You can set a keep alive option ...READ MORE

Mar 27, 2019 in AWS by Riya Kumaro
5,114 views
0 votes
1 answer

Timeout error when trying to connect to my EC2 Instance

The best way to solve the error ...READ MORE

Mar 27, 2019 in AWS by Priyaj
1,063 views
+1 vote
1 answer

Setup SSH in an EC2 instance

To setup SSH to your EC2 instance ...READ MORE

Mar 27, 2019 in AWS by Golu
367 views
0 votes
1 answer

Does amazon charge you if your instance is stopped?

No, you are not charged for the ...READ MORE

Mar 27, 2019 in AWS by Dushyant
3,830 views
0 votes
1 answer

How to install Python on my ec2 instance?

EC2 on linux machine currently supports python3.4 ...READ MORE

Mar 27, 2019 in AWS by Ritesh
3,610 views
0 votes
1 answer

What is the porcess to add swap to an EC2 Instance?

If you are finding problem with your ...READ MORE

Mar 27, 2019 in AWS by Himanshu
387 views
0 votes
1 answer

Getting permission denied error when trying to SSH into my EC2 Instance

The problem is having wrong mod on ...READ MORE

Mar 27, 2019 in AWS by Esha
2,442 views
0 votes
1 answer

Cannot ping to my EC2 Instance

This problem mainly occurs because of the ...READ MORE

Mar 27, 2019 in AWS by Ritu
504 views
0 votes
1 answer

Azure: Getting error in loading 'Microsoft.TeamFoundation.WorkItemTracking.Client.Cache'

The error is occurring because you are trying ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
741 views
0 votes
1 answer

How to create a sub directory in a blob container?

There are two ways:  using the GetDirectoryReference looping through a containers ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
12,058 views
0 votes
1 answer

How to scp (secure copy) to ec2 instance without password?

I figured it out. you had the ...READ MORE

Mar 26, 2019 in AWS by Esha
2,339 views
0 votes
1 answer

How to change the instance type in AWS?

Using the AWS Console. You can follow ...READ MORE

Mar 26, 2019 in AWS by Esha
723 views
0 votes
1 answer

How to find the region from within an instance?

There is one more way of finding ...READ MORE

Mar 26, 2019 in AWS by esha
813 views
0 votes
1 answer

How to find instance id from within an Instance?

For Amazon Linux AMIs you can use: $ ...READ MORE

Mar 26, 2019 in AWS by Esha
829 views
+1 vote
1 answer

How to import a python module in multiple lambda function?

setup your helper function in your file ...READ MORE

Mar 26, 2019 in AWS by Esha
7,872 views
0 votes
1 answer

How to parellely execute lambda function?

Here is a way but I have ...READ MORE

Mar 26, 2019 in AWS by Esha
576 views
+2 votes
1 answer

How to call one lambda function using another?

Here is how I did it using ...READ MORE

Mar 26, 2019 in AWS by Esha
4,654 views
0 votes
2 answers

How to kill a lambda function in AWS?

$ aws lambda put-function-concurrency --function-name my-function --reserved-concurrent-executions ...READ MORE

Mar 28, 2019 in AWS by Shashank
• 1,370 points
22,541 views
+1 vote
1 answer

How to setup a domain using S3 bucket?

The first thing you should notice and ...READ MORE

Mar 26, 2019 in AWS by Esha
498 views
0 votes
1 answer

How can i get limited infromation from aws describe command?

You can use this command in your ...READ MORE

Mar 26, 2019 in AWS by Esha
361 views
0 votes
1 answer

How to pass object messages in Azure Queue Storage?

I already have a base class, so ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
3,256 views