Most voted questions in Cloud Computing

0 votes
1 answer

Creating auto scaling group across different purchase options

Yes, you create a single auto scaling group to scale ...READ MORE

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

What is CPU credit balance in EC2?

CPU Credit Balance is simply the amount ...READ MORE

Mar 12, 2019 in AWS by Sanaya
5,083 views
0 votes
1 answer

What is the use of a Private Subnet in a VPC?

Private subnets are available across all AWS ...READ MORE

Mar 12, 2019 in AWS by Reena Mishra
861 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,095 views
0 votes
1 answer

How to rename files on AWS?

I have tried this and it works ...READ MORE

Mar 12, 2019 in AWS by Reena
1,595 views
0 votes
1 answer

How to make a S3 bucket public?

create a bucket policy with the following ...READ MORE

Mar 12, 2019 in AWS by Reena
736 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
1,783 views
0 votes
1 answer

Download an entire S3 bucket

You can use s3cmd to download your bucket. s3cmd --configure s3cmd ...READ MORE

Mar 12, 2019 in AWS by Reena
520 views
0 votes
1 answer

What are the different API calls in DynamoDB?

Talking about the list of API calls ...READ MORE

Mar 11, 2019 in AWS by Esha Gupta
546 views
0 votes
1 answer

What is the data model of DynamoDB?

The data model in DynamoDB can be ...READ MORE

Mar 11, 2019 in AWS by Esha Gupta
2,355 views
0 votes
1 answer

Does DynamoDB support conditional operators?

Yes, like all the other database management ...READ MORE

Mar 11, 2019 in AWS by Esha Gupta
3,171 views
0 votes
1 answer

What kind of query does DynamoDB support?

Amazon DynamoDB supports GET/PUT operations by the ...READ MORE

Mar 11, 2019 in AWS by Esha Gupta
890 views
0 votes
1 answer

What is the consistency model of DynamoDB?

While reading data from DynamoDB, user can ...READ MORE

Mar 11, 2019 in AWS by Pankaj Sharma
8,190 views
0 votes
1 answer

How to install Windows Azure Storage Emulator?

There may be an issue with the ...READ MORE

Mar 7, 2019 in Azure by Prerna
• 1,960 points
2,390 views
0 votes
2 answers

Which should i use for ASP.NET MVC Development: Windows Azure or Amazon EC2?

Both the cloud platforms have slightly varied ...READ MORE

Mar 7, 2019 in Azure by Prerna
• 1,960 points

reshown Mar 7, 2019 by Vardhan 834 views
0 votes
1 answer

API call of a DynamoDB

Here is a breakdown of the API ...READ MORE

Mar 7, 2019 in AWS by Priyaj
• 58,090 points
322 views
0 votes
1 answer

Where can I find my credentials and configuration files?

You can find your configuration and credential ...READ MORE

Mar 7, 2019 in AWS by Priyaj
• 58,090 points
424 views
0 votes
1 answer

What are the different types of sevices offered by AWS?

The services offered by AWS are as ...READ MORE

Mar 7, 2019 in AWS by Priyaj
• 58,090 points
460 views
0 votes
1 answer

How are Java lambda functions compiled?

For Lambda expressions, the compiler doesn’t translate ...READ MORE

Mar 6, 2019 in Cloud Computing by Avantika
• 1,520 points
7,433 views
0 votes
1 answer

How to calculate the used database space in SQL Azure?

I don't think its possible to find ...READ MORE

Mar 5, 2019 in Azure by Archana
• 5,640 points
936 views
0 votes
1 answer

Which is better: Azure Blob or Azure Table?

The best solution is blob storage with ...READ MORE

Mar 5, 2019 in Azure by Archana
• 5,640 points
462 views
0 votes
1 answer

What are the different clause necessary for manipulating with tables in DynamoDB?

The different update clause in DynamoDb are ...READ MORE

Mar 5, 2019 in AWS by Suman
408 views
0 votes
1 answer

What are the types of Expressions used in DynamoDb?

In DynamoDB expressions are the integral part ...READ MORE

Mar 5, 2019 in AWS by Ishaan
501 views
0 votes
1 answer

How is read & write different in DynamoDB comapred to MySQL, Postgres or MongoDB?

When you are using a database like ...READ MORE

Mar 5, 2019 in AWS by Sukesh
344 views
0 votes
1 answer

What are the types of Secondary key in DynamoDB?

The primary key is used to uniquely ...READ MORE

Mar 5, 2019 in AWS by Pranav
464 views
0 votes
1 answer

DynamoDB use case

Talking about the most prominent use case ...READ MORE

Mar 5, 2019 in AWS by Nabarupa
768 views
0 votes
1 answer

What are the main features of DynamoDB?

DynamoDB is a hosted NoSQL database that is ...READ MORE

Mar 5, 2019 in AWS by Esha
1,395 views
0 votes
1 answer

What are the features of AWS Direct Connect?

The features of AWS Direct Connect can ...READ MORE

Mar 5, 2019 in AWS by Tannya
659 views
0 votes
1 answer

What are the benefits of using AWS Lambda?

The benefits of Lambda functions are as ...READ MORE

Mar 5, 2019 in AWS by Esha
605 views
0 votes
1 answer

What are the services that can be used with Amazon VPC?

Almost all the services provided by AWS ...READ MORE

Mar 5, 2019 in AWS by Ravish
512 views
0 votes
1 answer

What is the service limit of a Lambda function?

This table will help you understand the ...READ MORE

Mar 5, 2019 in AWS by Ravi
623 views
0 votes
1 answer

What is the resource limit of Lambda?

Here is a list that I found ...READ MORE

Mar 5, 2019 in AWS by Ravi
452 views
0 votes
1 answer

What are the features of ELB?

ELB is designed to handle unlimited requests ...READ MORE

Mar 5, 2019 in AWS by Subhash
689 views
0 votes
1 answer

How to check if multiple files exist in Azure container?

foreach loop is the most efficient way though. ...READ MORE

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

Azure has 3 different types of storage accounts. Is there any major difference between them?

Azure Storage provides three types of storage ...READ MORE

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

What is Amazon Aurora?

Amazon Aurora is a relational database engine ...READ MORE

Mar 4, 2019 in AWS by Priyaj
• 58,090 points
666 views
0 votes
1 answer

What is the difference between run-instance and create-instance?

These two are the services for AWS, ...READ MORE

Mar 1, 2019 in AWS by Priyaj
• 58,090 points
2,506 views
0 votes
1 answer

Is there a feature to automatically add private DNS to Amazon Route53?

I'm not sure what you mean with ...READ MORE

Mar 1, 2019 in AWS by Archana
• 5,640 points
603 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,458 views
0 votes
1 answer

How to create a EMR Cluster using Java AWS SDK?

The Java code for creating an EMR ...READ MORE

Feb 27, 2019 in AWS by Priyaj
• 58,090 points
1,263 views
0 votes
1 answer

How to create EMR cluster using Python boto3?

The python boto3 code for creating a ...READ MORE

Feb 27, 2019 in AWS by Priyaj
• 58,090 points
8,894 views
0 votes
1 answer

How to create EMR cluster using AWS CLI?

The command to create EMR cluster using ...READ MORE

Feb 27, 2019 in AWS by Priyaj
• 58,090 points
1,714 views
0 votes
1 answer

How to create a EMR cluster?

Creating a EMR cluster is just a ...READ MORE

Feb 27, 2019 in AWS by Priyaj
• 58,090 points
2,902 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
2,642 views
0 votes
1 answer

How to auto scale Amazon DynamoDB throughput?

There are different tools using which you ...READ MORE

Feb 27, 2019 in AWS by Archana
• 5,640 points
498 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,090 points
2,728 views
0 votes
1 answer

How to create a redshift cluster using AWS CLI?

You can create your cluster using AWS ...READ MORE

Feb 25, 2019 in AWS by Priyaj
• 58,090 points
1,035 views
0 votes
1 answer

How to setup a cluster subnet group?

Creating a Cluster Subnet Group is necessary ...READ MORE

Feb 25, 2019 in AWS by Priyaj
• 58,090 points
1,587 views
0 votes
1 answer

How to assign public IP to OpenStack instances?

You can have a look at this ...READ MORE

Feb 25, 2019 in OpenStack by Priyaj
• 58,090 points
1,220 views