Most voted questions in AWS

0 votes
1 answer

How to have a server 2012 in cloud and my users in different location

You will access the server the same ...READ MORE

Sep 25, 2018 in AWS by Priyaj
• 58,090 points
618 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,849 views
0 votes
1 answer

How to get custom fonts on static aws site

I see this is an old post ...READ MORE

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

AWS boto3 — Difference between `batch_writer` and `batch_write_item`

As far as I understand and use ...READ MORE

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

API for checking EC2 instance limit

No, there is no way to do ...READ MORE

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

How to use CloudFormation to create an ECS cluster?

Looks like there is nothing special about ...READ MORE

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

Error creating DB Instance: InvalidParameterCombination: Cannot find version 5.6.10a for aurora-mysql

I guess engine name 'aurora-mysql' refers to ...READ MORE

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

How to pipe (/stream) big file (video,pdf,any…) from aws s3 to node.js express res?

As far as I remember the limit ...READ MORE

Sep 24, 2018 in AWS by Priyaj
• 58,090 points
6,725 views
0 votes
1 answer

how to connect my ec2 instance to a registered domain?

Hard to troubleshoot on here- but I ...READ MORE

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

The role defined for the function cannot be assumed by Lambda

I got the error "The role defined ...READ MORE

Sep 24, 2018 in AWS by Priyaj
• 58,090 points
8,660 views
0 votes
1 answer

Custom authorizer vs Cognito - authentication for amazon api gateway - Web application

okay, authentication and security is indeed hard ...READ MORE

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

How to delete events from an Amazon SQS?

I'm assuming that you don't care about ...READ MORE

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

Upload an image from Android to Amazon S3

Take a look at the Amazon S3 ...READ MORE

Sep 21, 2018 in AWS by Archana
• 4,170 points

edited Aug 8, 2019 by Archana 4,767 views
0 votes
1 answer

Why I get AWS repository ARN could not be added to restrict access?

heh... answer my own question: I must ...READ MORE

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

What data is stored in Ephemeral Storage of Amazon EC2 instance?

Anything that is not stored on an ...READ MORE

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

AWS loadbalancing between EC2 instances

Some quick thoughts: Are your two new instances ...READ MORE

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

AWS ECS Service for Wordpress

If your container needs access to the ...READ MORE

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

Validation of domain part for email addresses through DNS lookup

SES has a mechanism to handle bounces ...READ MORE

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

Using React Native to Speak to AWS - Get item: key is federatedInfo with options undefined error ​

Get item: key is federatedInfo with options ...READ MORE

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

Sort output of aws-cli ec2 describe-instances by Hostrecord (Route53::RecordSet)

The easiest way I can think of ...READ MORE

Sep 20, 2018 in AWS by Priyaj
• 58,090 points
3,001 views
0 votes
1 answer

How secure are Amazon AWS Access keys?

The Access Key ID is not a ...READ MORE

Sep 20, 2018 in AWS by datageek
• 2,530 points
382 views
0 votes
1 answer

Using scheduler on Amazon ECS

ECS provides Blox, a collection of open ...READ MORE

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

How is Amazon ECS different from AWS Elastic Beanstalk?

AWS Elastic Beanstalk is an application management ...READ MORE

Sep 20, 2018 in AWS by datageek
• 2,530 points
1,008 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,206 views
0 votes
1 answer

AWS Lamda with Proxy Integration not recieving request parameters

The lambda proxy integration should pass through ...READ MORE

Sep 19, 2018 in AWS by Priyaj
• 58,090 points
727 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,938 views
0 votes
1 answer

public-ish write access to S3 bucket with file size limiting

You can specify the content length in ...READ MORE

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

Error creating Key Pair: You are not authorized to perform this operation

Try adding AmazonEC2FullAccess policy. If you are not sure how ...READ MORE

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

Amazon Ec2 FTP Write Permission error

The ec2-user don't have permission to write ...READ MORE

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

Data-At-Rest encryption on Amazon RDS

Amazon RDS supports encryption at rest for ...READ MORE

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

AWS Lambda with Zappa fails on “Unable to import module 'handler': No module named builtins”

I solved the problem. I'm using pipenv ...READ MORE

Sep 18, 2018 in AWS by Priyaj
• 58,090 points
6,220 views
0 votes
1 answer

install .rpm or .msi file through python script

You have to call system command - rpm ...READ MORE

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

How to create new stack using create-change-set in AWS Cloudformation

The type of change set operation. To ...READ MORE

Sep 18, 2018 in AWS by Priyaj
• 58,090 points
3,659 views
0 votes
1 answer

Does boto3 ec2.instances.filter have equivalent to AWS CLI --query?

"filter - does filtering at the AWS ...READ MORE

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

Nodejs AWS SDK S3 Generate Presigned URL

Your code is correct, double check following: Your ...READ MORE

Sep 18, 2018 in AWS by Priyaj
• 58,090 points
9,047 views
0 votes
1 answer

Why do people use Heroku when AWS is present? What distinguishes Heroku from AWS?

AWS / Heroku are both free for ...READ MORE

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

how to import numpy and pandas inside aws lambda function?

I had good luck using pre-made pandas ...READ MORE

Nov 3, 2020 in AWS by anonymous

reshown Nov 3, 2020 by Sirajul 9,056 views
0 votes
1 answer

Cannot access AWS domain purchased with Route 53

You will need to start by creating ...READ MORE

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

Using pymongo to connect to MongoDB hosted on AWS

Yes, the drivers work independently of any ...READ MORE

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

Boto3 - python script to view all directories and files

There are no folders, only S3 object ...READ MORE

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

Multi-factor authentication in Amazon Quicksight

Yes. You can enable multi-factor authentication (MFA) ...READ MORE

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

S3 static pages without .html extension

You have to set the meta data ...READ MORE

Sep 14, 2018 in AWS by Archana
• 4,170 points
2,573 views
0 votes
2 answers

how to import numpy and pandas inside aws lambda function?

this approach worked for me: https://medium.com/@melissa_89553/how-to- ...READ MORE

Oct 10, 2020 in AWS by anonymous
11,025 views
0 votes
1 answer

Cannot access AWS domain purchased with Route 53

You will need to start by creating ...READ MORE

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

Using pymongo to connect to MongoDB hosted on AWS

Yes, the drivers work independently of any ...READ MORE

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

Boto3 - python script to view all directories and files

There are no folders, only S3 object ...READ MORE

Sep 14, 2018 in AWS by Priyaj
• 58,090 points
40,902 views
0 votes
1 answer

Copying existing files in a s3 Bucket to another s3 bucket

Suppose the two buckets in question are ...READ MORE

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

Backup solutions for AWS EC2 instances

I've been using Skeddly for several months now to ...READ MORE

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

Streaming live video to small group of viewers

You can try Ably Realtime. The platform's most ...READ MORE

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

How to launch and configure an EMR cluster using boto

Boto and the underlying EMR API is ...READ MORE

Sep 12, 2018 in AWS by Priyaj
• 58,090 points
4,585 views