Most answered questions in Cloud Computing

0 votes
1 answer

How to delete a project from Google Cloud Console

First of all, select the project you ...READ MORE

Apr 18, 2018 in GCP by kurt_cobain
• 9,390 points
2,813 views
0 votes
1 answer

Is there a way to import custom SVG shapes(clipart) directly into Dia?

If you are fine with compromising advanced ...READ MORE

Apr 18, 2018 in Cloud Computing by code_ninja
• 6,300 points
1,235 views
0 votes
1 answer

How can install MongoDB on AWS?

Installing MongoDB Run these commands individually from the ...READ MORE

Aug 13, 2018 in Cloud Computing by bug_seeker
• 15,520 points
592 views
0 votes
1 answer

When should one use a boto3 client and when boot3 resource?

I referred a similar answer somewhere. I ...READ MORE

Apr 17, 2018 in Cloud Computing by hemant
• 5,790 points
4,002 views
0 votes
1 answer

Is there a way to test codes that are written against AWS API?

Please note that you should not integrate ...READ MORE

Apr 17, 2018 in Cloud Computing by brat_1
• 7,200 points
522 views
0 votes
1 answer

Is there a way to transfer files between AWS s3 and ec2

The answer is a definite yes yes. ...READ MORE

Apr 17, 2018 in Cloud Computing by brat_1
• 7,200 points
798 views
0 votes
1 answer

Is there a way to find out the number of objects stored in an S3 bucket?

Frankly, that is not possible. This is ...READ MORE

Apr 17, 2018 in Cloud Computing by code_ninja
• 6,300 points
810 views
0 votes
1 answer

Where should I use Amazon Kinesis instead of SNS-SQS?

Your concern is very valid. These two ...READ MORE

Apr 17, 2018 in Cloud Computing by code_ninja
• 6,300 points
2,153 views
0 votes
1 answer

can you re create route 53 hosted zone that was deleted

It is advisable you avoid deleting those. ...READ MORE

Apr 17, 2018 in Cloud Computing by brat_1
• 7,200 points
2,218 views
0 votes
1 answer

StackDriver AWS Reduce Resource Usage

Whenever you configure the AWS role, you ...READ MORE

Apr 17, 2018 in AWS by Cloud gunner
• 4,670 points
1,316 views
0 votes
1 answer

AmazonEC2 exception case, need help!!!!

Try to use .withRegion(..) and do not use .withEndpointConfiguration(...).  Perhaps you ...READ MORE

Aug 13, 2018 in AWS by bug_seeker
• 15,520 points
1,065 views
0 votes
1 answer

Cache Control for all S3 buckets

Global metadata is something that your S3 ...READ MORE

Apr 17, 2018 in Cloud Computing by brat_1
• 7,200 points
1,126 views
0 votes
1 answer

AWS Lambda Provisioning Business Logic

AWS Lambda's main function is to reuse ...READ MORE

Apr 17, 2018 in AWS by Cloud gunner
• 4,670 points
923 views
0 votes
1 answer

What approach do I need to take to upload files to Lambda function and API Gateway services?

If you want to upload bigger than ...READ MORE

Apr 17, 2018 in Cloud Computing by brat_1
• 7,200 points
769 views
0 votes
1 answer

DynamoDB: BatchGetItem vs Query

To a large extent I agree these ...READ MORE

Apr 17, 2018 in Cloud Computing by code_ninja
• 6,300 points
6,551 views
+1 vote
1 answer

How to put up a maintenance page in AWS when I want to deploy the new versions of own applications behind an ELB?

You can try these steps to put ...READ MORE

Apr 13, 2018 in AWS by Cloud gunner
• 4,670 points
9,819 views
0 votes
1 answer

How to upload a file on to Azure Blob storage without writing a code?

You can find the below tools useful ...READ MORE

Apr 13, 2018 in Azure by club_seesharp
• 3,450 points
1,550 views
0 votes
1 answer

EC2: Enforce Tagging

Try using AWS Lambda. Well an event ...READ MORE

Apr 13, 2018 in Cloud Computing by hemant
• 5,790 points
466 views
0 votes
1 answer

File Renaming in S3

Directly? Well , no you need to ...READ MORE

Apr 13, 2018 in Cloud Computing by brat_1
• 7,200 points
608 views
0 votes
1 answer

API’s to make purchases AWS

The answer to this question is a ...READ MORE

Apr 13, 2018 in Cloud Computing by hemant
• 5,790 points
859 views
0 votes
1 answer

EC2 Instance: Auto Scheduling

Yes, this possible. Add a schedule to ...READ MORE

Apr 13, 2018 in Cloud Computing by brat_1
• 7,200 points
527 views
0 votes
1 answer

Why would you choose Blob Storage over File Storage which also has ability to store file(s) and folder(s)

Azure Files: Azure File storage provides shared ...READ MORE

Apr 13, 2018 in Azure by null_void
• 3,220 points

edited Apr 13, 2018 by null_void 1,532 views
+1 vote
1 answer

Connecting to a DB on another server

It should’nt be a problem. The server ...READ MORE

Apr 11, 2018 in Cloud Computing by brat_1
• 7,200 points
534 views
+1 vote
1 answer

Can we use boto to generate last modified datetime of S3 objects

Okay this code snippet will help you ...READ MORE

Apr 10, 2018 in Cloud Computing by hemant
• 5,790 points
5,554 views
+1 vote
1 answer

Having Trouble connecting to Amazon Elasticache Redis outside of Amazon

Well, bluntly speaking the answer is No. ...READ MORE

Apr 10, 2018 in Cloud Computing by code_ninja
• 6,300 points
2,205 views
+1 vote
1 answer

Is it possible to get an ec2 pricing programmatically?

Yes absolutely. You may get AWS pricing programmatically ...READ MORE

Apr 10, 2018 in Cloud Computing by code_ninja
• 6,300 points
1,886 views
0 votes
1 answer

Adding Keypair to existing EC2 instance

No you can't. The reason is KeyPair ...READ MORE

Apr 8, 2018 in AWS by code_ninja
• 6,300 points
1,294 views
0 votes
1 answer

Is it possible to pass custom environment variable on Amazon Elastic Beanstalk?

Yes this is possible. However I would ...READ MORE

Apr 8, 2018 in AWS by code_ninja
• 6,300 points
1,917 views
0 votes
1 answer

S3 Static Website Hosting Route All Paths to Index.html

Yes there is an easy way to ...READ MORE

Apr 8, 2018 in AWS by code_ninja
• 6,300 points
3,396 views
+3 votes
1 answer

aws cloudformation for atomic stack-update

When you perform a stack update, only ...READ MORE

Mar 27, 2018 in AWS by DareDev
• 6,890 points
1,015 views
0 votes
0 answers

What is Elastic IP in AWS and why it is useful?

2 days ago in AWS by Priyanka
• 840 points
19 views
0 votes
0 answers
0 votes
0 answers

Cannot perform an interactive login from a non TTY device

2 days ago in AWS by Priyanka
• 840 points
17 views
0 votes
0 answers
0 votes
0 answers

How can I resolve the 'instance reachability check failed' issue on an Ubuntu AWS instance?

How can I resolve the 'instance reachability ...READ MORE

2 days ago in AWS by Priyanka
• 840 points
20 views
0 votes
0 answers

What are the key differences between AWS EFS and S3, and when should I use each?

What are the key differences between AWS ...READ MORE

2 days ago in AWS by Priyanka
• 840 points
18 views
0 votes
0 answers

How do I use aws s3 cp to download an entire folder from an S3 bucket?

How do I use aws s3 cp ...READ MORE

2 days ago in AWS by Priyanka
• 840 points
18 views
0 votes
0 answers

where is cloud data stored?

Mar 1 in Cloud Computing by Priyanka
• 840 points
200 views
0 votes
0 answers

what is vmware in cloud computing?

Mar 1 in Cloud Computing by Priyanka
• 840 points
209 views
0 votes
0 answers
0 votes
0 answers

what is container in cloud computing

Mar 1 in Cloud Computing by Priyanka
• 840 points
187 views
0 votes
0 answers

what is container in azure

Feb 23 in Cloud Computing by Priyanka
• 840 points
240 views
0 votes
0 answers

what is azure monitor

Feb 23 in Cloud Computing by Priyanka
• 840 points
245 views
0 votes
0 answers

What is SOA in Cloud Computing?

Feb 19 in Cloud Computing by Maria
• 700 points
202 views
0 votes
0 answers

what is transit gateway in aws?

Jan 12 in AWS by Priyanka
• 840 points
292 views
0 votes
0 answers

how to create iam user in aws

Jan 12 in AWS by Priyanka
• 840 points
260 views
0 votes
0 answers

how to check aws cli version

Jan 12 in AWS by Priyanka
• 840 points
301 views
0 votes
0 answers

what is key pair in aws?

Jan 5 in AWS by Priyanka
• 840 points
327 views
0 votes
0 answers

what is sns in aws?

Jan 5 in Cloud Computing by Priyanka
• 840 points
237 views
0 votes
0 answers

what is s3 bucket in aws

Jan 5 in AWS by Priyanka
• 840 points
296 views