Latest questions in Cloud Computing

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
652 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
594 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
503 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
616 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
444 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
680 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,387 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,704 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
656 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,490 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
593 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,444 views
+1 vote
1 answer

difference between client and resource in boto3

The main difference between Client and Resources ...READ MORE

Mar 1, 2019 in AWS by Priyaj
• 58,090 points
9,832 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,255 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,858 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,698 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,887 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,630 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
481 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,712 views
+1 vote
1 answer

How to create a Redshift Cluster using Java SDK?

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

Feb 25, 2019 in AWS by Priyaj
• 58,090 points
1,199 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,019 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,552 views
+1 vote
1 answer

How to create a redshift cluster?

You can create a Redshift Cluster using ...READ MORE

Feb 25, 2019 in AWS by Priyaj
• 58,090 points
692 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,204 views
0 votes
1 answer
0 votes
1 answer

what exact difference between Lambda and Beanstalk

By the help of lambda, you can ...READ MORE

Feb 23, 2019 in AWS by Priyaj
• 58,090 points
2,156 views
0 votes
1 answer

How to load data into a table in DynamoDB using Java?

You can create a .json file with the ...READ MORE

Feb 26, 2019 in AWS by Priyaj
• 58,090 points
6,497 views
0 votes
1 answer

How to create a DynamoDB table using Java SDK?

The code to create a table in ...READ MORE

Feb 23, 2019 in AWS by Priyaj
• 58,090 points
2,228 views
0 votes
1 answer

Unable to insert record in DynamoDB using a Json file in CLI

The best practice will be: running this command ...READ MORE

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

How to insert a record in DynamoDB stored in a json file using CLI?

The command is the same as that ...READ MORE

Feb 22, 2019 in AWS by Priyaj
• 58,090 points
5,513 views
0 votes
1 answer

How to create a DynamoDB table using Python?

The code that you can use to ...READ MORE

Feb 22, 2019 in AWS by Priyaj
• 58,090 points
7,530 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,090 points
2,610 views
0 votes
2 answers

Unable to insert item to DynamoDb from command Line

Basically your command line here is unable ...READ MORE

Feb 23, 2019 in AWS by Shashank
• 1,370 points
3,621 views
0 votes
1 answer

How to create a DynamoDB using AWS CLI?

You can create a DynamoDB table using ...READ MORE

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

How to query in DyanmoDB?

Here is a simple query example to ...READ MORE

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

How to add Item into DynamoDB?

Adding an Item in DynamoDB is just ...READ MORE

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

How to create a DynamoDB table in AWS?

Creating a DynamoDB table is made very ...READ MORE

Feb 22, 2019 in AWS by Priyaj
• 58,090 points
947 views
0 votes
2 answers

How to import EC2 snapshot from S3 backup?

You can visit the documentation for AWS ...READ MORE

Feb 23, 2019 in AWS by Shashank
• 1,370 points
1,421 views
0 votes
1 answer

Amazon RDS MySQL and Mater-Master replication

Yes, AWS doesn’t support master-master replication on ...READ MORE

Feb 22, 2019 in AWS by Archana
• 5,640 points
1,375 views
0 votes
1 answer

Is there a limit on the number of attributes in DynamoDB Table?

Actually, there is no limit to the ...READ MORE

Feb 21, 2019 in AWS by Archana
• 5,640 points
4,038 views
0 votes
1 answer

How does memory allocation impact processing time while using AWS lambda?

The underlying CPU power is directly proportional ...READ MORE

Feb 21, 2019 in AWS by Archana
• 5,640 points
523 views
0 votes
1 answer

How to edit the route of a Route Table attached to a subnet?

To create a route in a route ...READ MORE

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

How to associate a route table to a subnet?

To associate a route table to a ...READ MORE

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

How to create a route table for a VPC?

To create a Route Table for your ...READ MORE

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

How to attach an Internet Gateway to a VPC?

To attach an Internet Gateway to a ...READ MORE

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

How to create Internet Gateway using AWS CLI?

It is simple to create an Internet ...READ MORE

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

How to create a subnet inside a VPC using AWS CLI?

To create a subnet inside a VPC ...READ MORE

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

How to create a VPC using AWS CLI?

To create an Amazon VPC using AWS ...READ MORE

Feb 21, 2019 in AWS by Priyaj
• 58,090 points
954 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,090 points
2,358 views