Most answered questions in AWS

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,056 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,036 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,130 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,343 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
548 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,129 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,801 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
421 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,155 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,117 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,389 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,385 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,088 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,915 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
3,964 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
691 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
621 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,351 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,122 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,121 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,545 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,812 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
942 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,718 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,044 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,490 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,314 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,816 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,902 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
581 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,833 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,803 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
767 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,237 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,592 views
0 votes
1 answer

How to list all the objects in Amazon S3?

As stated already, Amazon S3 indeed requires ...READ MORE

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

Send a file in post method in aws lambda?

Looks like you're already using request module. in this case ...READ MORE

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

C# List all files with filename under a amazon S3 folder

Also you can use the following c# ...READ MORE

Oct 5, 2018 in AWS by Priyaj
• 58,090 points
16,438 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,373 views
0 votes
1 answer

How can I enforce a S3 policy to let only signed URL get objects?

You don't need to make a bucket ...READ MORE

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

AWS presigned url acl public read invalid signature

The error that you got was because error ...READ MORE

Oct 5, 2018 in AWS by Priyaj
• 58,090 points
3,154 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,251 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
669 views
+1 vote
1 answer

aws lambda function chromedriver is not executable

Lambda has a limit of 300 seconds ...READ MORE

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

AWS Route53 recordset delete Error - values provided do not match the current values

I was able to figure this one ...READ MORE

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

Is there a full list of configuration options for .elasticbeanstalk/config.yml?

For configuration settings like instance type and ...READ MORE

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

AWS S3 uploading hidden files by default

versioning is enabled in your bucket. docs.aws.amazon.com/AmazonS3/latest/user-guide/….... the ...READ MORE

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

Crontab in Amazon Elastic Beanstalk

Updated for 2018 In order to get this ...READ MORE

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

Getting ORA-01882: timezone region not found with Oracle UCP, on aws ec2 instance?

You can pass command line argument -Duser.timezone=<Database Time ...READ MORE

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

Hosting a website on multiple ec2 instances

I think its quite similar but not ...READ MORE

Oct 3, 2018 in AWS by Priyaj
• 58,090 points
1,763 views