Most answered questions in Cloud Computing

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,914 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
309 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
478 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
645 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,529 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
799 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,020 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
968 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,431 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,925 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,661 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,111 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
367 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,467 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,145 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,085 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
377 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,897 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,628 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
397 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,459 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
514 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
756 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,100 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,368 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
735 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
833 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
846 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,908 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
597 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,666 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
512 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
377 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,271 views
0 votes
1 answer

How to download a file from Blob Storage to the browser?

If you use ASP.NET (core), you can ...READ MORE

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

Error when uploading image using Amazon S3

You are using the php's default method POST ...READ MORE

Mar 25, 2019 in AWS by Archana
• 5,640 points
1,969 views
0 votes
1 answer

Passing a script while starting an instance in Amazon EC2

Use the user data to pass a ...READ MORE

Mar 25, 2019 in AWS by Archana
• 5,640 points
669 views
0 votes
1 answer

Does it make sense to have an Amazon Elastic Load Balancer with just one EC2 instance?

Well you are right Elastic Load Balancer is mainly ...READ MORE

Mar 20, 2019 in AWS by ArchanaNagur
• 2,360 points
471 views
0 votes
1 answer

Does it make sense to have an Amazon Elastic Load Balancer with just one EC2 instance?

Well you are right Elastic Load Balancer ...READ MORE

Mar 20, 2019 in AWS by ArchanaNagur
• 2,360 points
1,022 views
0 votes
1 answer

Using static IP in Elastic Beanstalk

I found this in the documentation: You can ...READ MORE

Mar 18, 2019 in AWS by Archana
• 5,640 points
3,446 views
0 votes
1 answer

How to invoke AWS step function using API Gateway?

It is possible to call StepFunction from API ...READ MORE

Mar 18, 2019 in AWS by Archana
• 5,640 points
1,807 views
0 votes
1 answer

Friendly filename when downloading Azure blob.

Azure blobs can be downloaded in four ...READ MORE

Mar 16, 2019 in Azure by Prerna
• 1,960 points
3,313 views
0 votes
1 answer

Azure Storage Emulator shows error.

This blog might help with your query: http://blog.smarx.com/posts/windows-azure-storage-emulator-the-process-cannot-access-the-file-because-it-is-being-used-by-another-process Also, ...READ MORE

Mar 16, 2019 in Azure by Prerna
• 1,960 points
1,445 views
0 votes
1 answer

How To Set Folder Permissions in Elastic Beanstalk Using YAML File?

I am not sure about using Yaml. ...READ MORE

Mar 15, 2019 in AWS by datageek
• 3,090 points
2,903 views
0 votes
1 answer

How To Upload Images to Amazon S3 Using Perl?

That code won't upload the file - it's simply ...READ MORE

Mar 15, 2019 in AWS by datageek
• 3,090 points
1,363 views
0 votes
1 answer

Difference between openstack and redhat openstack ?

Hi, There are no difference between RedHat OpenStack ...READ MORE

Mar 13, 2020 in OpenStack by MD
• 95,440 points
3,712 views
0 votes
1 answer

How to connect to an existing CloudSearch domain in boto?

You can use conn.list_domains() which will return a list ...READ MORE

Mar 14, 2019 in AWS by Archana
• 5,640 points
748 views
0 votes
1 answer

Error when configuring logstash to output to an Elasticsearch cluster on AWS EC2.

Ok. The issue could be that embedded elasticsearch ...READ MORE

Mar 14, 2019 in AWS by Archana
• 5,640 points
720 views
0 votes
1 answer

How to ssh into EC2 instance without PEM key?

You need ssh-agent to supply your PEM file during ...READ MORE

Mar 13, 2019 in AWS by trisha
1,446 views
0 votes
1 answer

Find region from within an EC2 instance

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

Mar 13, 2019 in AWS by trisha
2,306 views