Most answered questions in Cloud Computing

0 votes
1 answer

How can I get programmatic error codes from Cognito mode?

The best way to do this is ...READ MORE

Jun 9, 2018 in AWS by Cloud gunner
• 4,670 points
3,402 views
0 votes
1 answer

Not being able to get user consent - OAuth2 with AzureAD

The problem you are running in to ...READ MORE

Jun 8, 2018 in Azure by cloudie_crank
• 1,610 points
1,859 views
0 votes
1 answer

AWS:Classic link

For the purpose of using classic link, ...READ MORE

Jun 8, 2018 in Cloud Computing by hemant
• 5,790 points
298 views
0 votes
1 answer

AWS: Accessing Internet without IP address

There are two ways in which instances ...READ MORE

Jun 8, 2018 in Cloud Computing by DragonLord999
• 8,450 points
1,360 views
0 votes
1 answer

AWS EC2: Virtual Cloud Member

No, it is not possible for an ...READ MORE

Jun 7, 2018 in Cloud Computing by brat_1
• 7,200 points
445 views
0 votes
1 answer

AWS:Classic Link

The Amazon virtual private cloud classic link ...READ MORE

Jun 7, 2018 in Cloud Computing by hemant
• 5,790 points
346 views
+4 votes
1 answer

How do I go from development docker-compose.yml to deployed docker-compose.yml in AWS

It can work if you try to put ...READ MORE

Jun 7, 2018 in AWS by Cloud gunner
• 4,670 points
4,982 views
0 votes
1 answer

AWS: Serve Static assets

Configure the bucket policy to set all ...READ MORE

Jun 6, 2018 in Cloud Computing by Meci Matt
• 9,460 points

edited Jun 6, 2018 by Meci Matt 364 views
0 votes
1 answer

Is one Elastic IP address enough for every instance that I have running?

Depends! Every instance comes with its own ...READ MORE

Jun 6, 2018 in Cloud Computing by brat_1
• 7,200 points
859 views
0 votes
1 answer

Whenever querying data from MySQL database it gives an error: aws lambda function timed out

I am damn sure that it is ...READ MORE

Jun 6, 2018 in AWS by Flying geek
• 3,280 points
2,000 views
0 votes
1 answer

Trying to call AWS API via PHP

Try using AWS SDK for PHP, Link ...READ MORE

Jun 6, 2018 in AWS by Cloud gunner
• 4,670 points
1,500 views
0 votes
1 answer

Post Installation, AWS Cli Not added

From this document:  http://docs.aws.amazon.com/cli/latest/userguide/cli-install-macos.html#awscli-install-osx-path For Modern macos/OSX, you need ...READ MORE

Jun 5, 2018 in AWS by Cloud gunner
• 4,670 points
2,723 views
0 votes
1 answer

AWS: Elastic IP

Depends! Every instance comes with its own ...READ MORE

Jun 4, 2018 in Cloud Computing by DragonLord999
• 8,450 points
423 views
0 votes
1 answer

AWS: AMI fit

AMIs(Amazon Machine Images) are like templates of ...READ MORE

Jun 4, 2018 in Cloud Computing by Meci Matt
• 9,460 points
612 views
0 votes
1 answer

Should I have a NAT gateway in each AZ?

Yes, in this case, you have to have ...READ MORE

Jun 4, 2018 in AWS by Flying geek
• 3,280 points
1,014 views
0 votes
1 answer

Want to Leave Deep Learning Process Running on AWS and then reconnect later

You can run the process in a ...READ MORE

Jun 4, 2018 in AWS by Cloud gunner
• 4,670 points
574 views
0 votes
1 answer

Wants to transfer files using python

First install pyformulas pip install pyformulas==0.2.7 Then run the ...READ MORE

Jun 2, 2018 in AWS by Flying geek
• 3,280 points
1,469 views
0 votes
1 answer

if instance is a part of some AutoScaling Group in AWS or not ?

You can run this command below on ...READ MORE

Jun 2, 2018 in AWS by Cloud gunner
• 4,670 points
1,482 views
0 votes
1 answer

Cant see the AWS public IP Adress

35.160.0.0/13 is a CIDR Range. 35.165.39.114 falls between the range. Starting IP: ...READ MORE

Jun 1, 2018 in AWS by Cloud gunner
• 4,670 points
473 views
0 votes
1 answer

Are Docker and Azure Service Fabric both the same?

It's confusing since Docker (the company) is ...READ MORE

Jun 1, 2018 in Azure by null_void
• 3,220 points
2,503 views
0 votes
1 answer

AWS: Process State Control Feature

The processor state control consists of 2 ...READ MORE

Jun 1, 2018 in Cloud Computing by Meci Matt
• 9,460 points
690 views
0 votes
1 answer

AWS: Spiining up services in AWS

The API tools can be used for ...READ MORE

Jun 1, 2018 in Cloud Computing by code_ninja
• 6,290 points
370 views
0 votes
1 answer

AWS: Stop and terminate an instance

I hope this helps: Stopping and Starting an instance: ...READ MORE

May 31, 2018 in Cloud Computing by Meci Matt
• 9,460 points
500 views
0 votes
1 answer

Can I use more than one Public IP for a VM?

It appears you can now have multiple ...READ MORE

May 30, 2018 in Azure by null_void
• 3,220 points
444 views
0 votes
1 answer

AWS : Instance and AMI

AMI can be elaborated as Amazon Machine ...READ MORE

May 30, 2018 in Cloud Computing by DragonLord999
• 8,450 points
399 views
0 votes
1 answer

AWS: vertical Scaling

Yes. This is an incredible characteristic of ...READ MORE

May 30, 2018 in Cloud Computing by hemant
• 5,790 points
1,006 views
0 votes
1 answer

Python Pusher in AWS Lambda

Using virtualenv to keep track of dependencies will be ...READ MORE

May 30, 2018 in AWS by Cloud gunner
• 4,670 points
1,020 views
0 votes
1 answer

Trying to Determine Amazon EC2 instance creation date/time

You can't find as such attribute called ...READ MORE

May 29, 2018 in AWS by Flying geek
• 3,280 points
9,374 views
0 votes
1 answer

Installing R packages in rstudio on EC2

Login to your account and then run ...READ MORE

Aug 10, 2018 in Cloud Computing by Priyaj
• 58,090 points

edited Aug 10, 2018 by Priyaj 1,214 views
0 votes
1 answer

AWS : CloudWatch Web Server Metrics

look into Route53 health checks. You might ...READ MORE

May 29, 2018 in Cloud Computing by DragonLord999
• 8,450 points
368 views
0 votes
1 answer

AWS: Can we Disable Redis Instance Swap on ElastiCache

Is it because you are having trouble ...READ MORE

May 29, 2018 in Cloud Computing by Meci Matt
• 9,460 points
1,093 views
0 votes
1 answer

I want download all the versions of a file with 100,000+ versions from Amazon S3

Here is the Python code using boto ...READ MORE

May 28, 2018 in AWS by Flying geek
• 3,280 points
2,069 views
0 votes
1 answer

Is there a way to get ERROR details on Azure website?

You have two options: First, you can turn ...READ MORE

May 25, 2018 in Azure by club_seesharp
• 3,450 points
2,416 views
0 votes
1 answer

Locating Scala installation for Spark

First of all, spark doesn't come with ...READ MORE

May 25, 2018 in AWS by Cloud gunner
• 4,670 points
758 views
0 votes
1 answer

Event for CodeBuild CloudWatch on my Project

In order to create CWE rule for ...READ MORE

May 25, 2018 in AWS by Cloud gunner
• 4,670 points
1,144 views
0 votes
1 answer

AWS Lambda: Hot & Cold Start

After uploading your code or after periods ...READ MORE

May 24, 2018 in Cloud Computing by code_ninja
• 6,290 points
723 views
0 votes
1 answer

AWS: Making a copy of a database using RDS

One way to do that is mysqldump for getting ...READ MORE

May 24, 2018 in Cloud Computing by DragonLord999
• 8,450 points
358 views
0 votes
1 answer

AWS: If EBS is Using RDS database can it be dropped?

EBS will run your software. It is ...READ MORE

May 24, 2018 in Cloud Computing by code_ninja
• 6,290 points
764 views
0 votes
1 answer

AWS EC2 Cloud: Can you remove Bitnami info page banner for AWS Cloud EC2

Now the problem is to remove the ...READ MORE

May 23, 2018 in Cloud Computing by Meci Matt
• 9,460 points
886 views
0 votes
1 answer

How can I replicate an Azure Virtual Machine?

To create a managed image of a ...READ MORE

May 23, 2018 in Azure by club_seesharp
• 3,450 points
543 views
0 votes
1 answer

AWS s3fs Utility : Mounting a S3 bucket

Try automatically mounting the S3 bucket when ...READ MORE

May 23, 2018 in Cloud Computing by anonymous
1,110 views
0 votes
1 answer

AWS: User Keys API Gateway

For identification you can generate one API ...READ MORE

May 22, 2018 in Cloud Computing by code_ninja
• 6,290 points
555 views
0 votes
1 answer

Changed Azure Subscription

If you upgraded the existing free account ...READ MORE

May 22, 2018 in Azure by club_seesharp
• 3,450 points
502 views
0 votes
1 answer

How can I remove/hide/disable excessive HTTP response headers in Azure/IIS7 without having to use UrlScan?

MSDN published an article on how to ...READ MORE

May 22, 2018 in Azure by club_seesharp
• 3,450 points
3,501 views
0 votes
1 answer

Where is the storage account name and access keys on the portal?

In the image under the connection string ...READ MORE

May 22, 2018 in Azure by null_void
• 3,220 points
503 views
0 votes
1 answer

AWS: Is there a way I can edit files in S3 right away in the browser?

There is not currently an AWS-supported method ...READ MORE

Jun 19, 2018 in Cloud Computing by Meci Matt
• 9,460 points
4,914 views
0 votes
1 answer

AWS: S3 Request Limit

Get in touch with AWS see if ...READ MORE

May 18, 2018 in Cloud Computing by code_ninja
• 6,290 points
416 views
0 votes
1 answer

AWS: Modifying or Changing EC2 Key Pair

SSH key is a file, created in ...READ MORE

May 17, 2018 in Cloud Computing by hemant
• 5,790 points
346 views
0 votes
1 answer

How to test code written against AWS API

The actual uploading and the tests that ...READ MORE

May 17, 2018 in AWS by Flying geek
• 3,280 points
488 views
0 votes
1 answer

Can I Run Command in Script with AWS SDK .Net API

Try this code, will help you for ...READ MORE

May 17, 2018 in AWS by Cloud gunner
• 4,670 points
1,272 views