Trending questions in Cloud Computing

0 votes
1 answer

Kinesis video consumer in android

You can use Kinesis Data Firehouse service ...READ MORE

Oct 10, 2018 in AWS by Priyaj
• 58,090 points
1,355 views
0 votes
1 answer

AWS Dynamo DB

Hi, here is is quick introduction: Eventually Consistent ...READ MORE

Nov 2, 2018 in Cloud Computing by RamD
389 views
0 votes
1 answer

How to know which is a suitable load balancer for my application?

Like you said Elastic Load Balancing offers ...READ MORE

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

What is an autograph in Amazon Quicksight?

Amazon QuickSight has an innovative technology called ...READ MORE

Oct 23, 2018 in AWS by Archana
• 4,170 points
778 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,961 views
0 votes
1 answer

AWS kinesis producer writing same record multiple times

"Fetched Record" implies you're reading the stream. ...READ MORE

Oct 29, 2018 in AWS by Priyaj
• 58,090 points
519 views
0 votes
1 answer

Run a JAR file on Amazon EMR which I created using Hadoop 2.7.5

I suggest you recompile the code or ...READ MORE

Oct 15, 2018 in AWS by Priyaj
• 58,090 points
1,124 views
0 votes
1 answer

Recommender System on Cloud Platform

Yes it pretty much possible to do ...READ MORE

Oct 30, 2018 in Cloud Computing by Sam122
454 views
0 votes
1 answer

What is AWS Cloud HSM?

AWS CloudHSM is a cloud-based hardware security ...READ MORE

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

What are the data sources that AWS Quicksight support?

You can connect to AWS data sources ...READ MORE

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

Task Canceled Exception while invoking AWS Lambda

I'm guessing either the TaskCanceledException instance is ...READ MORE

Sep 19, 2018 in AWS by Priyaj
• 58,090 points
2,198 views
0 votes
1 answer

What kind of Databases does AWS Support?

Well AWS Supports various types of Databases. ...READ MORE

Nov 2, 2018 in Cloud Computing by Roark
323 views
0 votes
1 answer

What Is Vault Inventory in AWS Glacier?

Amazon Glacier maintains an inventory of all ...READ MORE

Oct 15, 2018 in Cloud Computing by DragonLord999
• 8,450 points
1,041 views
+1 vote
2 answers

What if I delete default VPC in AWS?What are the consequences?

If you wish to recreate the default ...READ MORE

Apr 20, 2018 in Cloud Computing by DragonLord999
• 8,450 points
5,662 views
0 votes
1 answer

How to create a CloudFormation only AWS policy

The easiest way to achieve what you're ...READ MORE

Sep 26, 2018 in AWS by Priyaj
• 58,090 points
1,828 views
0 votes
1 answer

How to resolve Kubernetes DNS troubles with Amazon RDS hosts

I have seen that on our flannel ...READ MORE

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

How to launch an EC2 instance with IAM-Role?

The credentials you are using from your ...READ MORE

Sep 3, 2018 in AWS by Archana
• 4,170 points
2,790 views
0 votes
1 answer

How to make multiple files in Amazon S3 public?

I had to change several hundred thousand ...READ MORE

Oct 17, 2018 in AWS by Archana
• 4,170 points
885 views
+5 votes
1 answer

Error: OptionsRequestDenied error

Yes, I got the same problem! The new ...READ MORE

Sep 20, 2018 in AWS by bug_seeker
• 15,520 points

edited Sep 20, 2018 by Priyaj 1,834 views
+3 votes
3 answers

Package com.amazonaws.services.lambda.runtime showing : does not exist in AWS java sdk 1.10.2

Add AWS plugins within eclipse from market ...READ MORE

Aug 23, 2018 in AWS by Priyaj
• 58,090 points
5,485 views
0 votes
1 answer

How to restore a cluster from backup in Amazon Redshift

Amazon Redshift replicates all your data within ...READ MORE

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

Pass account id of an AWS sub account using a variable as an argument in CloudWatch Alarm Actions with python (boto3)?

Python String and Integer concatenation >>> print("arn:aws:swf:us-east-2:{0}:action/actions/AWS_EC2.InstanceId.Stop/1.0".format(acccnum)) arn:aws:swf:us-east-2:12312312312312:action/actions/AWS_EC2.InstanceId.Stop/1.0 >>> print("arn:aws:swf:us-east-2:" ...READ MORE

Oct 5, 2018 in AWS by Priyaj
• 58,090 points
1,376 views
0 votes
1 answer

Why .NET for AWS Lambda Dependencies not Publishing

The answer to this question basically answers this: you can ...READ MORE

Oct 1, 2018 in AWS by Priyaj
• 58,090 points
1,543 views
+1 vote
1 answer

Memory Utilization for auto scaling group AWS

Here is link to AWS support with same ...READ MORE

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

How do i install specific fonts on my instances?

Create a fonts/ folder in your application ...READ MORE

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

aws api gateway validation and authorisation

I think we can use request validators, ...READ MORE

Oct 10, 2018 in AWS by Priyaj
• 58,090 points
1,127 views
0 votes
1 answer

How to self terminate an EC2 instance?

To self-terminate an EC2 instance, follow the ...READ MORE

Jul 26, 2018 in Cloud Computing by Gopalan
• 1,360 points
4,400 views
0 votes
1 answer

Accessing elastic load balancing API's from VPC

Yes, you can privately access Elastic Load ...READ MORE

Oct 17, 2018 in AWS by Archana
• 4,170 points
807 views
+1 vote
2 answers

Spring data with AWS ElastiCache

AWS ElastiCache APIs don't expose any abstraction ...READ MORE

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

What is aws Secrets Manager?

AWS Secrets Manager helps you protect secrets ...READ MORE

Oct 23, 2018 in Cloud Computing by hemant
• 5,790 points
536 views
0 votes
1 answer

How to deploy Spring Boot RESTful Web Service Docker img to EC2?

Typically I run application on separate port ...READ MORE

Sep 7, 2018 in AWS by Priyaj
• 58,090 points
2,502 views
0 votes
1 answer

Different Firebase and NodeJS Hosting Services

if your app uses firebase and you ...READ MORE

Oct 22, 2018 in AWS by Priyaj
• 58,090 points
532 views
+1 vote
1 answer

How to load CSV data to RDS Aurora table using lambda?

Launch an Amazon RDS MySQL database engine ...READ MORE

Jul 26, 2018 in AWS by Priyaj
• 58,090 points
4,293 views
0 votes
1 answer

How does AWS Glacier Select work?

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

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

Establish JDBC Connection in R through single sign-on

You can certainly connect to databases with ...READ MORE

Sep 12, 2018 in AWS by Priyaj
• 58,090 points
2,228 views
0 votes
1 answer

In Amazon Data Pipeline, how to make sure only once instance of a pipeline is running at any time?

On the CopyTablesActivity, you could set a lateAfterTimeout attribute ...READ MORE

Sep 19, 2018 in AWS by Priyaj
• 58,090 points
1,933 views
0 votes
1 answer

What is difference between commands and container commands in Elastic Beanstalk?

The major difference between these two pieces ...READ MORE

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

Encrypting the data stored in the clusters of Amazon Redshift

Below is the answer to your question. ...READ MORE

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

Can we have a custom login page for Azure Active Directory?

Hey there! Feel Lucky. Custom company branding is ...READ MORE

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

Amazon Lambda writing to DynamoDB

After making a few changes to the ...READ MORE

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

In what language is AWS Management Console developed or written?

Since AWS Management Console is a web ...READ MORE

Jul 16, 2018 in Cloud Computing by Gopalan
• 1,360 points
4,700 views
+1 vote
2 answers

AWS: Long Distance Movement to S3 buckets

This description may interest you, check the ...READ MORE

Aug 30, 2018 in Cloud Computing by eatcodesleeprepeat
• 4,710 points
4,055 views
+4 votes
3 answers

Deploy RESTful API with .net framework 4.5 in AWS Lambda

This is an old question (somewhat), but ...READ MORE

Jan 17, 2019 in Cloud Computing by Kirk Davis
2,872 views
0 votes
1 answer

lambda@edge logs and invocation counts are not showing?

Modify your function like this: const response = ...READ MORE

Sep 10, 2018 in AWS by Priyaj
• 58,090 points
2,263 views
+2 votes
1 answer

Deploy Docker Containers from Docker Cloud

To solve this problem, I followed advice ...READ MORE

Sep 3, 2018 in AWS by Priyaj
• 58,090 points
2,474 views
0 votes
2 answers

Adding Cache-Control and Expires headers to Azure Storage Blobs

Here's an updated version of the previous ...READ MORE

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

Which OS does Elastic Beanstalk runs on?

AWS Elastic Beanstalk runs on the Amazon ...READ MORE

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

Delete data from RDS on the onSuccess of a copyActivity in AWS Data Pipeline?

onSuccess/onFailure are primarily for status reporting. DPL doesn't ...READ MORE

Oct 1, 2018 in AWS by Priyaj
• 58,090 points
1,303 views
0 votes
1 answer

Error: AWS Data Pipeline EmrClusterForLoad

ami 3.9.0 is not supported in all ...READ MORE

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

Hosting spring boot app

There are a couple of things wrong ...READ MORE

Sep 11, 2018 in AWS by Priyaj
• 58,090 points
2,133 views