Trending questions in Cloud Computing

0 votes
1 answer

Configure Elastic BeanStalk's auto-scalaing group - AWS

Hey @Ishaan, follow these steps to configure ...READ MORE

Apr 16, 2019 in AWS by Igya
964 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
2,200 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,514 views
0 votes
1 answer

Is it possible to call an AWS lambda function from another lambda function?

Here is what I found on Amazon ...READ MORE

Mar 12, 2019 in AWS by Sukanya
2,454 views
0 votes
1 answer

What is the best way to check if table exists in DynamoDB?

This function gives you a nice boolean ...READ MORE

Nov 30, 2018 in AWS by Archana
• 5,640 points
6,859 views
0 votes
1 answer

How to create a Redshift Cluster using boto3?

Here is the code to create a ...READ MORE

Feb 25, 2019 in AWS by Priyaj
• 58,020 points
3,084 views
0 votes
1 answer

Can we use Terraform to execute SQL script on RDS MySQL?

I don't think remote-exec is what you ...READ MORE

Aug 21, 2018 in AWS by Priyaj
• 58,020 points
11,216 views
0 votes
1 answer

Is it possible to perform a batch upload to Amazon S3?

You can upload S3 via AWS CLI tool using ...READ MORE

Feb 27, 2019 in AWS by Archana
• 5,640 points
3,016 views
0 votes
1 answer

launch an RDS DB instance - AWS

Hey @Isheeta, follow these steps to launch ...READ MORE

Apr 16, 2019 in AWS by Rahul
907 views
+2 votes
1 answer

How To Become Certified in AWS-Solution-Architect-Associate Exam??

Hey @Robii,  Start with some basic research about ...READ MORE

Apr 9, 2019 in AWS by Kalgi
• 52,350 points
1,112 views
0 votes
1 answer

Change EBS Volume dynamically

Yes Jobin, Once the volume is attached, ...READ MORE

Apr 12, 2019 in AWS by Vedant
1,065 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,689 views
0 votes
1 answer

How is data transfer calculated in Amazon S3?

You pay for all traffic going out ...READ MORE

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

How can I find the password for root user in EC2 instance?

Most of the AMI's do not use ...READ MORE

Mar 13, 2019 in AWS by ranjan
2,343 views
0 votes
2 answers

Why do we have to add Internet Gateway into the Route Tables to receive the internet traffic?

Hi, Please find the below explanation, kindly correct ...READ MORE

Jan 27, 2020 in AWS by vivek
• 530 points
1,371 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,643 views
0 votes
1 answer

Attach policies for these new IAM users

Follow these steps to give an IAM ...READ MORE

Apr 10, 2019 in AWS by Gargi
1,063 views
0 votes
1 answer

Stop RDS DB Instance

To terminate your RDS DB instance, follow ...READ MORE

Apr 16, 2019 in AWS by Pallavi
805 views
0 votes
1 answer

Disassociate ElasticIP from one instance and use for the other

You can disassociate an Elastic IP address ...READ MORE

Apr 12, 2019 in AWS by Meg
947 views
0 votes
1 answer

Change password policy for IAM users - AWS

Hey @Himanshu, follow these steps: Go to IAM ...READ MORE

Apr 9, 2019 in AWS by Fatima
1,040 views
0 votes
1 answer

AWS service pricing in different regions

Prices change from region to region. You ...READ MORE

Apr 12, 2019 in AWS by Faizal
898 views
0 votes
1 answer

Difference between IAM Users and IAM groups

It is pretty clear. An IAM user ...READ MORE

Apr 9, 2019 in AWS by Haseeb
1,026 views
0 votes
1 answer

How to automatically install Application Initialization in Azure Web Role (SDK v1.8) ?

Follow these steps - Install the feature using ...READ MORE

Apr 11, 2019 in Azure by Prerna
• 1,960 points
939 views
+1 vote
2 answers

AWS Cloudformation nested Functions (Split, Select, Join, Ref)

"Join" is not a function. "Fn::Join" is. READ MORE

May 16, 2019 in AWS by Nalin Kant Gupta
4,674 views
0 votes
1 answer

Difference between EFA ENI and ENA ENI?

An ENA ENI is used to serve ...READ MORE

Feb 4, 2019 in AWS by Heena
3,823 views
0 votes
1 answer

How do point my domain name to an Azure Website?

It is possible to have a CNAME directed ...READ MORE

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

Aws-elb health check failing at 302 code

In the event that the condition of ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
10,586 views
0 votes
1 answer

What is Rotate credentials policy in AWS?

Rotate Credential Policy allows IAM users to ...READ MORE

Apr 10, 2019 in AWS by Abhi
928 views
0 votes
1 answer

HIVE_CURSOR_ERROR: Row is not a valid JSON Object - JSONException

This is not the correct form of ...READ MORE

Nov 27, 2018 in AWS by Shuvodip Ghosh
6,746 views
0 votes
1 answer

What is StaticIP in AWS?

StaticIP, as the name suggests, is static ...READ MORE

Apr 12, 2019 in AWS by Gayatri
873 views
–1 vote
1 answer

What is IAM in AWS?

yes Manish, IAM is a service provided ...READ MORE

Apr 9, 2019 in AWS by Chandan
989 views
0 votes
1 answer

How to insert a record in DynamoDB Table using AWS CLI?

Here is the table that I have ...READ MORE

Feb 22, 2019 in AWS by Priyaj
• 58,020 points
2,906 views
0 votes
1 answer

Best practices for using IAM Service - AWS

Keep the following in mind before you ...READ MORE

Apr 9, 2019 in AWS by Dorris
889 views
0 votes
1 answer

How to download a file from EC2 instance to local computer?

You need to specify your download location. ...READ MORE

Oct 10, 2018 in AWS by Archana
• 4,170 points
8,703 views
0 votes
1 answer

Get Fingerprint for the keypair

You could use something like this: $ aws ...READ MORE

Apr 12, 2019 in AWS by Purva
732 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
1,167 views
0 votes
1 answer

Tag an ElasticIP using console - AWS

Follow these steps to tag your elasicIP using ...READ MORE

Apr 12, 2019 in AWS by Himanshu
732 views
0 votes
1 answer

What is Amazon Gaurd Duty and why use it?

Amazon Gaurd Duty offers threat detection that ...READ MORE

Apr 9, 2019 in AWS by Gargi
848 views
0 votes
1 answer

Permission denied when I SSH access to EC2 instance

These are common reasons that can cause ...READ MORE

Mar 12, 2019 in AWS by Reema
2,070 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
1,151 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,347 views
0 votes
1 answer

Advantages of using Guard Duty

Hey Peter, there are many advantages of ...READ MORE

Apr 9, 2019 in AWS by Ekkya
814 views
0 votes
1 answer

describe Elastic IP addresses using the console

Follow these steps to describe ElasticIP using ...READ MORE

Apr 12, 2019 in AWS by Alok
702 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,379 views
0 votes
1 answer

How is EBS used in Lambda?

EBS is basically a virtual storage area ...READ MORE

Jan 11, 2019 in AWS by zealo
4,599 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,362 views
0 votes
1 answer

How to create a VPC using Java SDK?

You can create a VPC using the ...READ MORE

Feb 21, 2019 in AWS by Priyaj
• 58,020 points
2,817 views
0 votes
1 answer

AWS S3 CLI : error while trying to copy files locally using terminal

For the first error you should add ...READ MORE

Aug 3, 2018 in AWS by Archana
• 4,170 points
11,527 views
+1 vote
1 answer

Web Hosting on Amazon AWS (PHP + MySQL)

You can do this using AWS RDS Follow ...READ MORE

Dec 28, 2018 in AWS by ArchanaNagur
• 2,360 points
5,137 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
1,284 views