Most voted questions in AWS

0 votes
1 answer

Create Snapshot of EBS and attach to EC2 using Terraform

You can also create a snapshot using ...READ MORE

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

How to Update Default Root Object of Cloud front Distribution in C#

You will need AWS's new modularized assemblies.  AWSSKD.Core ...READ MORE

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

How to format & translate data before visualizing?

Amazon QuickSight lets you prepare data that ...READ MORE

Oct 29, 2018 in AWS by Archana
• 5,640 points
1,079 views
0 votes
1 answer

How to change new instance tag Name when auto scaling?

You can set up a new Name ...READ MORE

Oct 29, 2018 in AWS by Archana
• 5,640 points
3,270 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
520 views
0 votes
1 answer

What is the maximum storage capacity of a node in Redshift?

You can create a cluster using either ...READ MORE

Oct 26, 2018 in AWS by Archana
• 5,640 points
1,726 views
0 votes
1 answer

Using Amazon S3 for the photo storage

Pre-generating different sizes and storing them in ...READ MORE

Oct 26, 2018 in AWS by Archana
• 5,640 points
802 views
0 votes
1 answer

Elastic Beanstalk change environment variables wipes out WSGIPassAuthorization

Currently when you deploy a new config, ...READ MORE

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

How to fetch a list of items (like a SQL IN clause)

You can use this as this worked ...READ MORE

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

What checksums does Amazon S3 employ to detect data corruption?

Amazon S3 uses a combination of Content-MD5 ...READ MORE

Oct 25, 2018 in AWS by Archana
• 5,640 points
3,717 views
0 votes
1 answer

What kind of storage does Elastic Beanstalk use?

Yes. AWS Elastic Beanstalk stores your application ...READ MORE

Oct 25, 2018 in AWS by Archana
• 5,640 points
833 views
0 votes
1 answer

How to access AWS Lambda environment variables using Java?

In Spring Core change the PropertySourcesPlaceholderConfigurer class can ...READ MORE

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

permission error-when i am trying to SSH into an Amazon Ec2 instance

You are having wrong mod on the file. You ...READ MORE

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

AWS SNS Topic subscription filter account limit

I guess you can only have 100 ...READ MORE

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

How to exclude specific folders every time I run 'eb deploy' using AWS EB CLI

If there is not .ebignore file it ...READ MORE

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

Using HTML buttons how can I move the data from one DynamoDB table to other DynamoDB table in the same region?

In a serverless way, i.e. from a ...READ MORE

Oct 24, 2018 in AWS by Priyaj
• 58,090 points
1,101 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
780 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
733 views
0 votes
2 answers

How do I add python libraries to an AWS lambda function for Alexa?

If you get lucky (it depends what ...READ MORE

Nov 3, 2020 in AWS by anonymous
15,157 views
0 votes
1 answer

Error: AWS specific parameters and EC2 SecurityGroupIds List String

The issue is that when pDefaultSg is accessed via ...READ MORE

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

Does AWS S3 support multiple events for a same bucket

Your best bet can be to use ...READ MORE

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

Set the permission for a folder in aws when the directory is using laravel file storage?

you need the chown -R not the ...READ MORE

Oct 22, 2018 in AWS by Priyaj
• 58,090 points
2,213 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
534 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
816 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
890 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,231 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,081 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,061 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,171 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
552 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,132 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,812 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
430 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,163 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,127 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,416 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,393 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
693 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
627 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,358 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,150 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,557 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,821 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
951 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,735 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,517 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,830 views