Most answered questions in Cloud Computing

+2 votes
1 answer

Can we migrate our wordpress apps to Azure?

The answer is a definite yes yes. ...READ MORE

Oct 17, 2018 in Azure by hemant
• 5,790 points
377 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
826 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
894 views
0 votes
1 answer

Using an API Gateway in conjunction with microservices and JWTs?

This is how we went about it... What ...READ MORE

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

Cannot refresh AWS Web console during EC2 reboot

This never happens but you can see ...READ MORE

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

Things created by AWS IoT automatically

"Automatically" means you can look at the ...READ MORE

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

what php API can be used to upload and download files to Amazon S3

Amazon have a PHPSDK , check the sample code // ...READ MORE

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

What is the difference between EBS snapshots & AMI?

The major difference is between the type ...READ MORE

Oct 16, 2018 in AWS by Archana
• 4,170 points

edited Oct 16, 2018 by Archana 10,183 views
0 votes
1 answer

How do you make S3 Object public via Java SDK?

Found the answer in an AWS Documentation return ...READ MORE

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

How to manage different type of load balancers simultaneously?

The ELB Console will allow you to ...READ MORE

Oct 15, 2018 in AWS by Archana
• 4,170 points
554 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,134 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,054 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
473 views
0 votes
1 answer

How to update shadow with Single AWS IOT rule

You need to use + instead of ...READ MORE

Oct 15, 2018 in AWS by Priyaj
• 58,090 points
1,821 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,090 points
436 views
0 votes
1 answer

How to map, trace and display AWS X-Ray GoLang Lambda to lambda service

You don't need to add a subsegment ...READ MORE

Oct 15, 2018 in AWS by Priyaj
• 58,090 points
2,165 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,130 views
0 votes
1 answer

AWS DynamoDB query failed due to attribute having certain characters

your parameter is not matching the datatype ...READ MORE

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

How to appoint a sub-domain in a S3 bucket?

You need to rename your bucket to ...READ MORE

Oct 12, 2018 in AWS by Archana
• 4,170 points
1,395 views
+1 vote
1 answer

Llimit to number of objects in a S3 bucket

If you are referring to the number of objects ...READ MORE

Oct 12, 2018 in AWS by Archana
• 4,170 points
4,133 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
368 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,290 points
275 views
+1 vote
1 answer

Do i need to use Amazon EC2 with DynamoDB?

You can use Amazon DynamoDB without restrictions ...READ MORE

Oct 11, 2018 in AWS by Archana
• 4,170 points
1,931 views
+1 vote
1 answer

Invalid hostname error when connecting to S3 using secret key

Hey, it works perfectly fine you just ...READ MORE

Oct 11, 2018 in AWS by Archana
• 4,170 points
4,018 views
+1 vote
1 answer

What API's can I use to upload data to AWS Glacier/

You have sdk's available in both Java ...READ MORE

Oct 11, 2018 in Cloud Computing by DragonLord999
• 8,450 points
726 views
+1 vote
1 answer

How do you upload data to AWS Glacier?

Amazon Glacier provides a management console, which ...READ MORE

Oct 11, 2018 in Cloud Computing by DragonLord999
• 8,450 points
3,963 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
609 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
695 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,090 points
629 views
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,362 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 download a file from EC2 instance to local computer?

You need to specify your download location. ...READ MORE

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

Is there a way to customize the email content of AWS RDS notifications using SNS?

There isn't a built-in solution for this, ...READ MORE

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

Amazon ECS Fargate task creation through Jenkins

From your terminal, type which aws and from Jenkins, ...READ MORE

Oct 10, 2018 in AWS by Priyaj
• 58,090 points
1,824 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
957 views
0 votes
1 answer

How do I enable SSH for my AWS-EB instance?

Using the EB CLI to do eb ...READ MORE

Oct 9, 2018 in AWS by Archana
• 4,170 points
2,744 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
502 views
+1 vote
1 answer

AWS API Gateway CORS ok for OPTIONS, fail for POST

The problem has been that the API ...READ MORE

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

Enable CORS for API Gateway in Cloudformation template

After some trial and error, I found ...READ MORE

Oct 9, 2018 in AWS by Priyaj
• 58,090 points
7,532 views
+3 votes
1 answer

API Gateway CORS: no 'Access-Control-Allow-Origin' header

I get the same problem. I have ...READ MORE

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

CORS in AWS API Gateway + AWS Lambda

You could try downloading the AWS APIG ...READ MORE

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

Fail to enable CORS for API Gateway functions

Firstly please select your root resource and ...READ MORE

Oct 9, 2018 in AWS by Priyaj
• 58,090 points
8,954 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,090 points
584 views
+1 vote
1 answer

AWS CLI installation error

Try this command sudo pip install awscli --force-reinstall ...READ MORE

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

Testng XML not accepted by AWS Device Farm

I'm not sure exactly but I believe ...READ MORE

Oct 8, 2018 in AWS by Priyaj
• 58,090 points
1,823 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
652 views
0 votes
1 answer

How to safely upgrade an Amazon EC2 instance from t1.micro to large?

Using AWS Management Console: Right-Click on the instance Instance ...READ MORE

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

Why does EC2 instance terminates when stopped?

Because it is part of an Auto ...READ MORE

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

Using Shapely on AWS Lambda with Python 3

For some reason, the pip install of ...READ MORE

Oct 8, 2018 in AWS by Priyaj
• 58,090 points
2,618 views