Most answered questions in Cloud Computing

0 votes
1 answer

Can we have more than one Public IP in Azure?

It appears you can now have multiple ...READ MORE

Aug 23, 2018 in Azure by null_void
• 3,220 points
540 views
0 votes
1 answer

Why as a co-administrator of a subscription am I unable to edit the Active Directory?

The answer was that I needed to ...READ MORE

Aug 23, 2018 in Azure by null_void
• 3,220 points
463 views
0 votes
1 answer

What Is AWS X-Ray?

AWS X-Ray helps developers analyze and debug ...READ MORE

Aug 22, 2018 in Cloud Computing by hemant
• 5,790 points
567 views
0 votes
1 answer

Can someone tell me what is AWS Lex?

Amazon Lex is a service for building ...READ MORE

Aug 22, 2018 in Cloud Computing by DragonLord999
• 8,450 points
355 views
0 votes
1 answer

How to connect Amazon RedShift in Apache Spark?

It turns out you just need a ...READ MORE

Aug 22, 2018 in AWS by Archana
• 4,170 points
7,127 views
0 votes
1 answer

Terminal returning an S3 error

You just have to add a specific ...READ MORE

Aug 22, 2018 in AWS by Archana
• 4,170 points
1,654 views
0 votes
1 answer

AWS Elastic Beanstalk EC2 With Redis - Cannot Connect - Django_Redis

After setting the security group, I found ...READ MORE

Aug 22, 2018 in AWS by Priyaj
• 58,090 points
4,146 views
0 votes
1 answer

How does AWS guardduty generate sample event and generate cloudwatch event

For anyone that comes across this for ...READ MORE

Aug 22, 2018 in AWS by Priyaj
• 58,090 points
2,313 views
0 votes
1 answer

How to Use hypen as key name in dynamo db mapper

It seems you cannot have a column ...READ MORE

Aug 22, 2018 in AWS by Priyaj
• 58,090 points
2,760 views
0 votes
1 answer

How to make API Gateway accept http instead of https?

You can put a Cloudfront distribution in ...READ MORE

Aug 21, 2018 in AWS by Archana
• 4,170 points
1,707 views
0 votes
1 answer

How to list the contents of Amazon S3 by modified date?

One easy solution would be probably to ...READ MORE

Aug 21, 2018 in AWS by datageek
• 2,530 points
52,477 views
0 votes
1 answer

Can someone tell me about AWS Code Commit?

AWS CodeCommit is a fully-managed source control service that ...READ MORE

Aug 21, 2018 in Cloud Computing by Meci Matt
• 9,460 points
420 views
0 votes
1 answer

What is AWS Athena?

Amazon Athena is an interactive query service ...READ MORE

Aug 21, 2018 in Cloud Computing by Meci Matt
• 9,460 points
532 views
0 votes
1 answer

Kinesis Analytics Destination Guidance: Lambda vs Kinesis Stream to Lambda

If this does not answer your question, ...READ MORE

Aug 21, 2018 in AWS by Priyaj
• 58,090 points
1,764 views
0 votes
1 answer

Update Resource URL automatically when replicating CKAN to another AWS environment via CloudFront?

If you want to keep using the ...READ MORE

Aug 21, 2018 in AWS by Priyaj
• 58,090 points
606 views
0 votes
1 answer

Can we use Terraform to execute SQL script on RDS MySQL?

I don't think remote-exec is what you ...READ MORE

Aug 21, 2018 in AWS by Priyaj
• 58,090 points
10,709 views
0 votes
1 answer

AWS s3 -trigger on object created, function gets invoked continuously

This is not supposed to happen. Please ...READ MORE

Feb 6, 2019 in AWS by Esha
495 views
0 votes
1 answer

AWS Access Key error when uploading to S3

You can try getting creating a new ...READ MORE

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

Deploy react app to AWS with pm2

Under 'tools' directory, in 'distServer.js' try to ...READ MORE

Feb 6, 2019 in AWS by Fatima
2,434 views
0 votes
1 answer

How to set-up DynamoDB trigger using AWS Lambda?

Well this code worked for me. You ...READ MORE

Aug 20, 2018 in AWS by Archana
• 4,170 points
2,649 views
0 votes
1 answer

How to upload a lib for Tomcat in Amazon EC2?

You need to set the proper privileges ...READ MORE

Aug 20, 2018 in AWS by Archana
• 4,170 points
724 views
0 votes
1 answer

How to synchronize sessions using Amazon Web Services?

I think what you are looking for ...READ MORE

Aug 18, 2018 in AWS by Archana
• 4,170 points
407 views
0 votes
1 answer

Is it possible to stop nodes in AWS ElasticCache cluster?

In AWS, ElastiCache clusters cannot be stopped. ...READ MORE

Aug 18, 2018 in AWS by Archana
• 4,170 points
1,207 views
0 votes
1 answer

AWS: What is in Sagemaker and what does it do?

Amazon SageMaker is a fully-managed platform that ...READ MORE

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

Merge [amazon-sts] into [aws-sts]

Done: aws-sts ← amazon-sts. As told in the comments, the ...READ MORE

Aug 17, 2018 in AWS by Priyaj
• 58,090 points
368 views
0 votes
1 answer

When should I use a t2.medium vs. a m3.medium instance type within AWS?

30000 hits per month is on average ...READ MORE

Aug 17, 2018 in AWS by Priyaj
• 58,090 points
6,447 views
0 votes
1 answer

I'm trying to integrate Bitbucket into AWS Code Pipeline? What is the best approach?

You can integrate Bitbucket with AWS CodePipeline ...READ MORE

Aug 17, 2018 in AWS by Priyaj
• 58,090 points
2,168 views
0 votes
1 answer

Hadoop in the AWS free tier?

If you want to limit your hadoop ...READ MORE

Aug 16, 2018 in AWS by Priyaj
• 58,090 points
1,235 views
0 votes
1 answer

How to allow the application to communicate back to the on premise equipment?

The connection would need to be either ...READ MORE

Aug 16, 2018 in AWS by Priyaj
• 58,090 points
551 views
0 votes
1 answer

JAWS screen reader adding tabIndex of -1 to anchors with images

JAWS automatically add tabindex="-1" to anchor tags ...READ MORE

Aug 16, 2018 in Cloud Computing by Priyaj
• 58,090 points
399 views
0 votes
1 answer

How to set up a SPF(Sender Policy Framework) for AWS EC2 instance?

Setting up a SPF record is pretty ...READ MORE

Aug 16, 2018 in AWS by Archana
• 4,170 points
1,397 views
0 votes
1 answer

Experimenting with AWS API Gateway default response and triggering AWS Lambda

You can try out the following steps  Post ...READ MORE

Aug 16, 2018 in AWS by Deepthi
• 300 points
888 views
0 votes
1 answer

What is AWS COnfig?

AWS Config is a service that enables ...READ MORE

Aug 14, 2018 in Cloud Computing by Meci Matt
• 9,460 points
571 views
0 votes
1 answer

Can someone tell me what is AWS MQ?

Amazon MQ is a managed message broker ...READ MORE

Aug 14, 2018 in Cloud Computing by hemant
• 5,790 points
578 views
0 votes
1 answer

How to set up S3 policies for multiple IAM users so each has access only to their personal bucket folder?

Something like this should work to allow ...READ MORE

Aug 14, 2018 in AWS by Deepthi
• 300 points
2,904 views
0 votes
1 answer

How to upload a file to Amazon S3 without passing it my server?

This article pretty much explains the entire ...READ MORE

Aug 14, 2018 in AWS by Archana
• 4,170 points
3,054 views
0 votes
1 answer

How to Unzip file uploaded to Azure Websites?

One way is to upload the command ...READ MORE

Aug 14, 2018 in Azure by null_void
• 3,220 points
2,449 views
0 votes
1 answer

How can we load a list of Azure blob files recursively?

Actually, there's a simpler way to do ...READ MORE

Aug 14, 2018 in Azure by null_void
• 3,220 points
18,756 views
0 votes
1 answer

How to configure Elastic Beanstalk for RDS

I suggest removing the config file from ...READ MORE

Aug 14, 2018 in AWS by anonymous
860 views
0 votes
1 answer

What Is AWS PinPoint?

Amazon Pinpoint helps you engage with your customers by ...READ MORE

Aug 13, 2018 in Cloud Computing by DragonLord999
• 8,450 points
901 views
0 votes
1 answer

POST request to S3 is returning a HTTPResponse 405

This error has nothing to do with ...READ MORE

Aug 13, 2018 in AWS by Archana
• 4,170 points
4,752 views
0 votes
1 answer

How to add more devices to AWS root account MFA

When AWS MFA page shows the barcode, ...READ MORE

Aug 13, 2018 in AWS by Priyaj
• 58,090 points
486 views
0 votes
1 answer

How can I use “Azure File Storage” with Web App Service?

If you're looking for mapping a drive ...READ MORE

Aug 11, 2018 in Azure by null_void
• 3,220 points
3,978 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,704 views
0 votes
1 answer

Push Notification not sent by Amazon SNS to IOS application.

If the SNS endpoint is disabled after ...READ MORE

Aug 14, 2018 in AWS by Deepthi
• 300 points
4,977 views
0 votes
1 answer

What is AWS AppSync?

AWS AppSync automatically updates the data in ...READ MORE

Aug 10, 2018 in Cloud Computing by Meci Matt
• 9,460 points
444 views
0 votes
1 answer

Can someone explain what is AWS Transcribe used for?

Amazon Transcribe is an automatic speech recognition ...READ MORE

Aug 10, 2018 in Cloud Computing by code_ninja
• 6,290 points
490 views
0 votes
1 answer

How to add Azure Virtual machine to an existing availability set?

You cannot associate an Availability Set to an existing ...READ MORE

Aug 10, 2018 in Azure by null_void
• 3,220 points
7,616 views
0 votes
1 answer

Error: OAuth integration with O365 fails with error AADSTS65005

By default, a registered app is configured ...READ MORE

Aug 10, 2018 in Azure by club_seesharp
• 3,450 points
647 views
0 votes
1 answer

What is AWS GLue?

AWS Glue is a fully managed extract, ...READ MORE

Aug 9, 2018 in Cloud Computing by code_ninja
• 6,290 points
545 views