Latest questions in AWS

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,324 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,713 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,725 views
+1 vote
2 answers

How to read a csv file stored in Amazon S3 using csv.DictReader

The code would be something like this: import ...READ MORE

Oct 25, 2018 in AWS by Archana
• 5,640 points
53,725 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
838 views
+1 vote
1 answer

How to make an application private on AWS Elastic Beanstalk?

Like you said by default, your application ...READ MORE

Oct 25, 2018 in AWS by Archana
• 5,640 points
2,004 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,549 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,106 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,284 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,844 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,104 views
+1 vote
2 answers

Read file content from S3 bucket with boto3

s3_client=boto3.resource('s3') bucket = s3_client.Bucket('test') for obj in bucket.objects.all(): contents=obj.get()['Body'].read().decode(encoding="utf-8",errors="ignore") for line ...READ MORE

Jul 4, 2019 in AWS by reddy

edited Jul 4, 2019 by Kalgi 43,469 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
792 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
740 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,171 views
+1 vote
1 answer

Cannot create a Default VPC

Okay so from a document from AWS, ...READ MORE

Oct 23, 2018 in AWS by Priyaj
• 58,090 points

edited Oct 24, 2018 by Priyaj 3,626 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,898 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
973 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,229 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
537 views
–1 vote
1 answer

How to decrypt the encrypted S3 file using aws-encryption-cli --decrypt

Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE

Oct 22, 2018 in AWS by Priyaj
• 58,090 points
4,891 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
830 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
897 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,241 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,113 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,069 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,187 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,354 views
+5 votes
2 answers

AWS EC2 Instances are not getting to internet access

Check your VPC settings, whether you are ...READ MORE

Oct 16, 2018 in AWS by Omkar
• 69,230 points
12,484 views
+13 votes
2 answers

Using Python how can i access AWS?

You can begin using Boto 3. Boto is ...READ MORE

Oct 15, 2018 in AWS by Priyaj
• 58,090 points
2,969 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
556 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,137 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,825 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
440 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,167 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,132 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,432 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,398 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,135 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,933 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,021 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
698 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
631 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,364 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,130 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,165 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,564 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,828 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
958 views