Latest questions in Cloud Computing

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,290 points
6,154 views
0 votes
3 answers

What is CPU Credit Balance in EC2 for AWS?

When you use fewer CPU resources then ...READ MORE

Nov 30, 2018 in AWS by Aniket
2,146 views
0 votes
4 answers

How can I rename a SQL Azure database?

This command serves the purpose ALTER DATABASE [oldname] ...READ MORE

Nov 30, 2018 in Azure by Abhinav
1,995 views
0 votes
3 answers

How to replace/add key pair for a Windows EC2 instance

Stop the EC2 instance for which you ...READ MORE

Nov 30, 2018 in AWS by Abhinav
7,492 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,438 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,306 views
+5 votes
2 answers

Can we export/migrate users from AWS cognito, does it cause vendor lock-in?

Cognito actually has the capability to import ...READ MORE

Aug 1, 2018 in AWS by bug_seeker
• 15,520 points
4,502 views
+5 votes
2 answers

Can we migrate the AWS Cognito users between the user pools?

Yes, it is possible that this scenario ...READ MORE

Apr 13, 2018 in AWS by Cloud gunner
• 4,670 points
10,195 views
0 votes
3 answers

Is it possible to redirect a domain to Amazon EC2?

Create an Elastic IP on the AWS ...READ MORE

Nov 30, 2018 in Cloud Computing by Abhinav
2,187 views
+2 votes
3 answers

AWS: Unused Elastic IP charges

You can understand the charge rates here:- https://aws.amazon.com/pre ...READ MORE

Aug 21, 2018 in Cloud Computing by Priyaj
• 58,090 points
904 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
353 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
480 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
682 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
344 views
+1 vote
2 answers

How do I establish an connection to Azure IoT Hub? Say a connection like MQTT/AMQP using Python.

Azure IoT Hub comes with 3 SDK's: Service SDK Device ...READ MORE

Apr 13, 2018 in Azure by null_void
• 3,220 points
1,939 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,349 views
0 votes
2 answers

Receiving SMS from users and stores in AWS

As far as I know, receiving international ...READ MORE

Aug 21, 2018 in AWS by Priyaj
• 58,090 points
1,336 views
+1 vote
10 answers

HTTP request not working with AWS Lambda, please help?

context.done has to be included after the ...READ MORE

Apr 13, 2018 in AWS by brat_1
• 7,200 points
15,890 views
+1 vote
5 answers

Using IAM user account how can I login to AWS Console?

Hi, Here for the above mentioned IAM user ...READ MORE

Jan 27, 2020 in AWS by vivek
• 530 points
6,921 views
+1 vote
4 answers

How do Connect to Azure website via FTP?

First set up your FTP credentials are ...READ MORE

Oct 23, 2018 in Azure by abc
3,875 views
+1 vote
3 answers

Where to find the Microsoft.IdentityModel dll?

Include Microsoft.IdentityModel.Extensions for WIF runtime support by following the following ...READ MORE

Oct 23, 2018 in Azure by Progbaaa
7,838 views
+1 vote
4 answers

How do I cache my images which are stored in Amazon S3?

when caching ec2 instance these can be ...READ MORE

Oct 23, 2018 in AWS by Nabarupa
8,499 views
+1 vote
2 answers

Does S3 support intra file movement from one account to the other?

Follow the instruction in the given AWS ...READ MORE

Oct 23, 2018 in AWS by abc
655 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
435 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,372 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,290 points
2,073 views
+2 votes
2 answers

Can I run 'manage.py' from AWS EB Linux instance

You can refer to this documentation :- https://docs.aws.amazon.com/el ...READ MORE

Aug 17, 2018 in Cloud Computing by Priyaj
• 58,090 points
1,399 views
+2 votes
2 answers

Is there a way to add cache control in AWS S3?

use of  current upstream master branch will ...READ MORE

Apr 10, 2018 in Cloud Computing by hemant
• 5,790 points
8,348 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,290 points
1,642 views
+2 votes
3 answers

AWS S3 copy files and folders between two buckets

A simplified example using the aws-sdk gem: AWS.config(:access_key_id ...READ MORE

Aug 16, 2018 in Cloud Computing by Priyaj
• 58,090 points
4,266 views
+1 vote
4 answers

Can a URL be directly uploaded to S3 using POST?

You can read this blog and get ...READ MORE

Oct 25, 2018 in AWS by chamunda
2,804 views
+1 vote
5 answers

Java 8 application on EC2

This set of command will serve the ...READ MORE

Oct 25, 2018 in Cloud Computing by gionete
1,738 views
+1 vote
5 answers

Can Celery be used with Amazon SQS

I regenerated the credentials in the IAM ...READ MORE

Oct 25, 2018 in AWS by triedntested
3,511 views
+2 votes
5 answers

Possibility of Querying EC2 tags from within instance

You can use the describe-instances cli call ...READ MORE

Oct 25, 2018 in Cloud Computing by nabarupa
2,058 views
+2 votes
6 answers

Can we download an entire S3 bucket?

Use this command with the AWS CLI: aws ...READ MORE

Oct 25, 2018 in Cloud Computing by tryhard
3,732 views
+2 votes
10 answers

Querying DynamoDB by date

You can use the "day" portion in ...READ MORE

Oct 25, 2018 in Cloud Computing by abc
31,199 views
+2 votes
4 answers

Scaling Amazon EBS Volume sizes

You can grow the storage or compress ...READ MORE

Oct 25, 2018 in Cloud Computing by prashant
1,003 views
+3 votes
10 answers

Difference between s3n, s3a and s3?

S3 Native FileSystem (URI scheme: s3n) A ...READ MORE

Oct 25, 2018 in AWS by Rishab rohan
39,665 views
+2 votes
3 answers

Is it possible to ping AWS EC2 instance

1.Go to EC2 Dashboard and click "Running ...READ MORE

Nov 13, 2020 in AWS by shivam
• 140 points

edited Nov 13, 2020 by Gitika 19,908 views
+2 votes
4 answers

S3 REST API PUT/ POST method

The POST verb is most-often utilized to ...READ MORE

Oct 25, 2018 in AWS by regina phillange
10,155 views
+3 votes
5 answers

AWS EFS vs EBS vs S3 (differences & when to use?)

EFS is: May not yet be available in ...READ MORE

Apr 9, 2018 in Cloud Computing by hemant
• 5,790 points
4,277 views
+3 votes
4 answers

Generating AWS billing details using aws java applications

There definitely are no applications that give ...READ MORE

Apr 9, 2018 in AWS by hemant
• 5,790 points
1,735 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,290 points
1,150 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,290 points
1,737 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,290 points
3,212 views
+1 vote
3 answers

Amazon CloudFront Latency

As observed in your comment, it seems ...READ MORE

Oct 17, 2018 in Cloud Computing by Allisandro
1,441 views
+5 votes
6 answers

Benefits of EBS vs. instance-store

As of now all AMI's in quickstart ...READ MORE

Oct 16, 2018 in AWS by Ashwat Singh
13,137 views
+3 votes
3 answers

Terraform AWS Cognito App Client

This feature is not currently supported by ...READ MORE

Aug 28, 2018 in AWS by eatcodesleeprepeat
• 4,710 points
3,165 views
+3 votes
6 answers

Renaming files in S3

You can either use AWS CLI or ...READ MORE

Oct 16, 2018 in AWS by petter dj
30,059 views
+4 votes
5 answers

Usage of Amazon Cloudfront or S3

When to use S3? S3 is like many ...READ MORE

Apr 3, 2018 in AWS by brat_1
• 7,200 points
1,582 views