Trending questions in Cloud Computing

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,235 views
0 votes
1 answer

How to find out current region with AWS Lambda?

You can read the AWS_DEFAULT_REGION environment variable and use ...READ MORE

Dec 20, 2018 in AWS by Archana
• 5,640 points
4,120 views
0 votes
1 answer

Rename a S3 bucket

The only thing you can do is ...READ MORE

Mar 13, 2019 in AWS by Tushar
546 views
0 votes
1 answer

What is the number of Lambda Function that I can run at a time?

There is no limit with the number ...READ MORE

Jan 28, 2019 in AWS by shyam
2,468 views
+1 vote
2 answers

On decrypting file using KMS key in Amazon S3 i get an error

Try figuring out your error with the ...READ MORE

Oct 26, 2018 in AWS by Priyaj
• 58,090 points
4,972 views
0 votes
1 answer

How to get API Gateway function output from a step-function

First of all the step functions executes ...READ MORE

Dec 27, 2018 in AWS by Archana
• 5,640 points
3,766 views
0 votes
1 answer

Access file system in EC2 instance

Amazon EFS uses the NFSv4.1 protocol that ...READ MORE

Jan 31, 2019 in AWS by zabbar rathore
2,246 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
528 views
0 votes
1 answer

What are the Lightsail service limits?

You can currently create up to 20 ...READ MORE

Sep 25, 2018 in AWS by Archana
• 4,170 points
7,771 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
554 views
0 votes
1 answer

Error: Invalid argument type while creating S3 Bucket.

You are getting the error because the ...READ MORE

Nov 27, 2018 in AWS by Shuvodip Ghosh
5,032 views
0 votes
1 answer

DynamoDB use case

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

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

How to configure kubectl command to access remote kubernetes cluster on azure?

Found a way to access remote kubernetes ...READ MORE

Aug 11, 2018 in Azure by club_seesharp
• 3,450 points
9,707 views
+1 vote
1 answer

What are the features of S3?

The features of S3 can be listed ...READ MORE

Mar 5, 2019 in AWS by Tanya
729 views
0 votes
1 answer

Why are AWS Lambda function stateless?

Keeping functions stateless enables AWS Lambda to ...READ MORE

Jan 22, 2019 in AWS by tina
2,602 views
0 votes
1 answer

Can EC2 Instance communicate outside VPC?

Yes. If an Internet gateway has been ...READ MORE

Feb 19, 2019 in AWS by Ritesh
1,347 views
0 votes
1 answer

Error while uploading file to S3 bucket using Python boto3 library

The error is basically saying that you ...READ MORE

Nov 30, 2018 in AWS by Aniket
4,810 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,042 views
0 votes
1 answer

How to secure EC2 Instances runnuing within a VPC?

Security groups present in a VPC provides ...READ MORE

Feb 19, 2019 in AWS by Ritesh
1,328 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
698 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
664 views
0 votes
1 answer

Does boto3 ec2.instances.filter have equivalent to AWS CLI --query?

"filter - does filtering at the AWS ...READ MORE

Sep 18, 2018 in AWS by Priyaj
• 58,090 points
7,922 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
635 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
632 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
673 views
0 votes
1 answer

What are the attributes used while s3 bucket creation using AWS CLI?

These are the attributes that can be ...READ MORE

Feb 16, 2019 in AWS by Lionel
1,350 views
0 votes
1 answer

Error creating DB Instance: InvalidParameterCombination: Cannot find version 5.6.10a for aurora-mysql

I guess engine name 'aurora-mysql' refers to ...READ MORE

Sep 24, 2018 in AWS by Priyaj
• 58,090 points
7,573 views
0 votes
1 answer

How to list all the objects in Amazon S3?

As stated already, Amazon S3 indeed requires ...READ MORE

Oct 5, 2018 in AWS by Archana
• 4,170 points
7,081 views
0 votes
1 answer

What is a Security Group in VPC?

Security groups in a VPC is basically ...READ MORE

Feb 19, 2019 in AWS by Ritesh
1,186 views
0 votes
1 answer

What is CORS configuration in S3?

Cross-origin resource sharing (CORS) is a method ...READ MORE

Feb 13, 2019 in AWS by Esha Kumari
1,436 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
467 views
0 votes
1 answer

Update and query on data using DynamoDB

Once the database is created using DynamoDB ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
1,368 views
0 votes
1 answer

How to install Python 3 on AWS EC2 instance?

It may be because you might have ...READ MORE

Jan 30, 2019 in AWS by Archana
• 5,640 points
1,989 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
506 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
517 views
0 votes
1 answer

Copy file from EC2 instance to my local machine.

You can use a tool called FileZilla.  You ...READ MORE

Dec 14, 2018 in AWS by Shuvodip
4,009 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
980 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
1,015 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
431 views
0 votes
1 answer

How to get the Azure table Row count?

Unfortunately there's no other way to do ...READ MORE

Sep 25, 2018 in Azure by null_void
• 3,220 points
7,428 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
471 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
469 views
+1 vote
1 answer

Create S3 bucket using Java AWS SDK

Hey @Anjali, Creating a bucket using Java AWS-SDK ...READ MORE

Jan 23, 2019 in AWS by Priyaj
• 58,090 points
2,216 views
0 votes
2 answers

What is the difference between MySQL and Athena?

Athena does not have all the DDL ...READ MORE

Jan 17, 2019 in AWS by Edureka
• 4,220 points
2,448 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
969 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
456 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
612 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
413 views
+3 votes
1 answer

How to download aws sdk in my eclipse?

To use AWS SDK simply follow the ...READ MORE

Dec 11, 2018 in AWS by Priyaj
• 58,090 points
3,920 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
706 views