Trending questions in Cloud Computing

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
572 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
694 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,201 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,840 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,210 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,100 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,632 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,298 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,787 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
855 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
680 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
661 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,250 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,792 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,368 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
817 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,956 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,015 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,432 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
377 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
711 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,421 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
976 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
931 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,526 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,064 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,084 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,439 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
929 views
0 votes
1 answer

How is Amazon ECS different from AWS Elastic Beanstalk?

AWS Elastic Beanstalk is an application management ...READ MORE

Sep 20, 2018 in AWS by datageek
• 2,540 points
1,199 views
0 votes
1 answer

Using pymongo to connect to MongoDB hosted on AWS

Yes, the drivers work independently of any ...READ MORE

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

How do i manage firewall settings for my instance in Lightsail?

Yes. You can control the data traffic ...READ MORE

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

How to perform dependency injection using Azure WebJobs SDK?

Azure WebJobs SDK now supports instance methods. ...READ MORE

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

Amazon Web Services: Glacier

Data is stored in Amazon Glacier in ...READ MORE

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

I am Unable to call Django REST API from within the same AWS EC2 Linux machine.

As per discussions in comment section, it's ...READ MORE

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

What are burstable ec2 instances?

Burstable performance instances, which include T3 and T2 ...READ MORE

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

What is Reserved Instance Reporting in AWS?

AWS provides a number of RI-specific cost ...READ MORE

Sep 27, 2018 in Cloud Computing by Meci Matt
• 9,460 points
798 views
0 votes
1 answer

Scaling in Amazon Redshift

The existing data warehouse cluster remains available ...READ MORE

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

How to have a server 2012 in cloud and my users in different location

You will access the server the same ...READ MORE

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

Is it possible to enable CORS using NancyFX?

Its possible to do this in the ...READ MORE

Aug 24, 2018 in Azure by null_void
• 3,220 points
2,220 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,020 points
2,500 views
0 votes
1 answer

How to add IAM role to an existing instance in aws?

As of AWS CLI v1.11.46,  you can ...READ MORE

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

How to switch between multiple accounts with AWS SDK

You can define multiple profiles in ~/.aws/credentials ...READ MORE

Aug 24, 2018 in AWS by Priyaj
• 58,020 points
2,194 views
+1 vote
2 answers

How do I get my AWS Glue client in JAVA?

Hey, you've been using a correct code ...READ MORE

Apr 17, 2018 in AWS by Cloud gunner
• 4,670 points
4,924 views
+3 votes
1 answer

How to get a Job for AWS cloud architect

A Cloud Architect is an IT specialist who is ...READ MORE

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

How to callback an error message when searching a table is unsuccessful in DynamoDB

When you get the "Process exited" response ...READ MORE

Sep 11, 2018 in AWS by Priyaj
• 58,020 points
1,351 views
+4 votes
1 answer

How do I go from development docker-compose.yml to deployed docker-compose.yml in AWS

It can work if you try to put ...READ MORE

Jun 7, 2018 in AWS by Cloud gunner
• 4,670 points
5,339 views
0 votes
1 answer

How to Enable CORS for an AWS API Gateway Resource

Since you're using Lambda Proxy integration for ...READ MORE

Jul 10, 2018 in AWS by Hammer
• 360 points
4,065 views
0 votes
1 answer

How to delete events from an Amazon SQS?

I'm assuming that you don't care about ...READ MORE

Sep 21, 2018 in AWS by Archana
• 4,170 points
884 views