Trending questions in Cloud Computing

0 votes
1 answer

Single-Node Cluster & Multiple-Node Cluster

In the single-node cluster, you have a ...READ MORE

Sep 27, 2018 in AWS by Archana
• 4,170 points
1,458 views
0 votes
1 answer

Termination Error: Inaccurate AWS EC2 Spot Advisor Interruption Likelihood

You can get a brief by this:- https://aws.amazon.com/ec2/spot/instanc ...READ MORE

Oct 15, 2018 in AWS by Priyaj
• 58,020 points
676 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
3,343 views
0 votes
1 answer

Control EC2 instances that gets removed by an AutoScalingGroup using Amazon Web Services?

In a nutshell, the default termination policy ...READ MORE

Sep 27, 2018 in AWS by Priyaj
• 58,020 points
1,429 views
0 votes
1 answer

Normal queries running slower than Redshift Spectrum queries

Amazon Redshift queries are run on your ...READ MORE

Oct 10, 2018 in AWS by Archana
• 4,170 points
863 views
0 votes
1 answer

why do we need AWS Glacier Select?

Amazon Glacier Select allows queries to run ...READ MORE

Oct 15, 2018 in Cloud Computing by DragonLord999
• 8,450 points
637 views
0 votes
1 answer

How do I write an S3 Object to a file?

While IOUtils.copy() and IOUtils.copyLarge() are great, I would prefer the old ...READ MORE

Jul 13, 2018 in AWS by Hammer
• 360 points
4,680 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,297 views
0 votes
1 answer

Chalice: Unable to connect with DynamoDB through pynamodb

You have to add "autogen_policy":false, to config.json and ...READ MORE

Sep 10, 2018 in AWS by Priyaj
• 58,020 points
2,126 views
0 votes
2 answers

Are S3 buckets region specific?

Yes, S3 buckets are region specific. We specify ...READ MORE

Jul 12, 2018 in AWS by sunshine
• 1,300 points
4,704 views
0 votes
1 answer

AmazonEC2Client describeInstances() returns zero Reservations in Java

This is the code in Java 8 ...READ MORE

Oct 10, 2018 in AWS by Priyaj
• 58,020 points
819 views
+3 votes
3 answers

Is it possible to delete a API in AWS API Gateway?

Yes, it is possible to delete an ...READ MORE

Mar 27, 2018 in Cloud Computing by brat_1
• 7,200 points
4,832 views
0 votes
1 answer

How does AWS Glacier work?

Lets imagine that we want to build ...READ MORE

Oct 10, 2018 in Cloud Computing by DragonLord999
• 8,450 points
776 views
0 votes
1 answer

How to delete the files from AWS S3 except the recently 5 added/updated files?

Use AWS s3 rm command with multiple --exclude options as shown: aws ...READ MORE

Jul 30, 2018 in Cloud Computing by Gopalan
• 1,360 points
3,892 views
0 votes
1 answer

Difference between A Rec & CNAME in Route53?

 Route 53, an A record can give the appearance ...READ MORE

Oct 1, 2018 in AWS by datageek
• 2,540 points
1,159 views
0 votes
1 answer

Can we track progress of async file upload to azure storage?

Actually it's not possible because uploading file is ...READ MORE

Jun 14, 2018 in Azure by club_seesharp
• 3,450 points
5,851 views
0 votes
3 answers

Using EC2 instance to access S3 bucket locally

You can use the boto library to ...READ MORE

Nov 30, 2018 in Cloud Computing by Aniket
3,369 views
0 votes
1 answer

What are AWS Task Runners?

A task runner is an application that ...READ MORE

Oct 8, 2018 in Cloud Computing by DragonLord999
• 8,450 points
825 views
0 votes
1 answer

How to upload an object into Amazon S3 in Lambda?

I suspect you are calling the context.done() function before s3.upload() has ...READ MORE

Sep 27, 2018 in AWS by Archana
• 4,170 points
1,246 views
0 votes
1 answer

Amazon Web Services Glacier

You access data programmatically or even use ...READ MORE

Oct 12, 2018 in Cloud Computing by Meci Matt
• 9,460 points
607 views
0 votes
1 answer

AWS ECS Service for Wordpress

If your container needs access to the ...READ MORE

Sep 20, 2018 in AWS by Priyaj
• 58,020 points
1,557 views
0 votes
1 answer

Cloudformation Cognito - how to setup App Client Settings, Domain, and Federated Identities via SAM template

Looks like there is no way to ...READ MORE

Aug 27, 2018 in Cloud Computing by Priyaj
• 58,020 points
2,590 views
0 votes
1 answer

How Does free Rtos Work?

Amazon FreeRTOS provides everything you need to ...READ MORE

Oct 9, 2018 in Cloud Computing by Archana
• 4,170 points
728 views
0 votes
1 answer

Azure KeyVault Active Directory AcquireTokenAsync timeout when called asynchronously

Problem: deadlock Your EncryptionProvider() is calling GetAwaiter().GetResult(). This blocks the thread, ...READ MORE

Aug 24, 2018 in Azure by club_seesharp
• 3,450 points
2,708 views
0 votes
1 answer

Configure Application load balancer to route http to https in Elastic beanstalk

From this document: To update your Elastic Beanstalk environment to ...READ MORE

Sep 6, 2018 in AWS by Priyaj
• 58,020 points
2,139 views
+7 votes
1 answer

Error: Path not found

try using the following command aws s3 cp ...READ MORE

Sep 20, 2018 in AWS by Priyaj
• 58,020 points
1,237 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,862 views
0 votes
1 answer

What is shuffle sharding in AWS?

Fault-isolating improvement you can make to traditional ...READ MORE

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

How can i copy tables from one database to other on AWS?

You can use AWS Data pipeline to ...READ MORE

Jul 5, 2018 in AWS by Priyaj
• 58,020 points
4,835 views
0 votes
1 answer

Azure Service Fabric vs Azure Container Services

Beside the link you pasted for "Choosing ...READ MORE

Sep 24, 2018 in Azure by null_void
• 3,220 points

edited Oct 7, 2021 by Sarfaraz 1,319 views
0 votes
1 answer

Training data in S3 in AWS Sagemaker

If your IAM roles are setup correctly, ...READ MORE

Jul 27, 2018 in AWS by Priyaj
• 58,020 points
3,851 views
0 votes
1 answer

Loading data into Amazon Redshift

You can load data into Amazon Redshift ...READ MORE

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

Amazon products API - Looking for basic overview and information

Your post contains several questions, so I'll ...READ MORE

Oct 8, 2018 in AWS by Priyaj
• 58,020 points
695 views
0 votes
1 answer

error: The internal target platform type SqlAzureV12DatabaseSchemaProvider doesn't support schema file version '3.3'

Fix: To resolve, use the latest SSMS Preview (docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017) ...READ MORE

Sep 24, 2018 in Azure by club_seesharp
• 3,450 points

edited Sep 24, 2018 by club_seesharp 1,278 views
0 votes
1 answer

Can Someone tell about AWS Activities in AWS Data Pipeline

In AWS Data Pipeline, an activity is ...READ MORE

Oct 8, 2018 in Cloud Computing by Meci Matt
• 9,460 points
678 views
+1 vote
1 answer

How do I get to AccessToken and IdToken following successful Amazon Cognito Login from iOS

Figured it out now: func getSession(){ ...READ MORE

Aug 28, 2018 in AWS by Priyaj
• 58,020 points
2,409 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
4,001 views
0 votes
1 answer

WHat are different types of EC2 instances in AWS?

Please refer the link below this should ...READ MORE

Oct 3, 2018 in Cloud Computing by brat_1
• 7,200 points
842 views
0 votes
1 answer

Slack slash command delayed response on AWS Lambda

That won't work in a single lambda ...READ MORE

Sep 5, 2018 in AWS by Priyaj
• 58,020 points
2,035 views
0 votes
1 answer

Data-At-Rest encryption on Amazon RDS

Amazon RDS supports encryption at rest for ...READ MORE

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

What are vaults in AWS Glacier?

Amazon Glacier uses "vaults" as containers to ...READ MORE

Oct 4, 2018 in Cloud Computing by Meci Matt
• 9,460 points
749 views
0 votes
1 answer

AWS Migration

AWS has docuentation for almost everything. Please ...READ MORE

Oct 12, 2018 in Cloud Computing by code_ninja
• 6,300 points
384 views
0 votes
1 answer

Can't find class CognitoUserPoolsSignInProvider: Issue with Sign In integration

CognitoUserPoolsSignInProvider is ditributed as part of aws-android-sdk-auth-userpools library. Please import ...READ MORE

Sep 28, 2018 in AWS by Priyaj
• 58,020 points
978 views
0 votes
1 answer

Using ElasticSearch Rest Client with Spring Data ElasticSearch

Currently Spring Data Elasticsearch doesn't support the ...READ MORE

Aug 10, 2018 in AWS by Deepthi
• 300 points
3,114 views
0 votes
1 answer

how to connect my ec2 instance to a registered domain?

Hard to troubleshoot on here- but I ...READ MORE

Sep 24, 2018 in AWS by Priyaj
• 58,020 points
1,139 views
0 votes
1 answer

AWS: What is Elastic IP and Public IP?

A public IP address is assigned to ...READ MORE

Sep 17, 2018 in Cloud Computing by hemant
• 5,790 points
1,437 views
0 votes
1 answer

Amazon Athena vs Amazon Redshift

"Amazon Athena is the simplest way to give ...READ MORE

Sep 27, 2018 in AWS by Archana
• 4,170 points
994 views
0 votes
1 answer

Not able to stream PDF, using AWS gateway/Lambda setup

I had a similar problem with trying ...READ MORE

Jul 31, 2018 in AWS by Priyaj
• 58,020 points
3,505 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,020 points
2,550 views
+5 votes
2 answers

What are the different job roles that one can get for AWS

If you have the AWS certification for ...READ MORE

Sep 21, 2018 in AWS by Priyaj
• 58,020 points
974 views