Latest questions in AWS

0 votes
1 answer

How can I disable a user's password in AWS using boto3

delete_login_profile is the one you should use if ...READ MORE

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

Error: AWS Data Pipeline EmrClusterForLoad

ami 3.9.0 is not supported in all ...READ MORE

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

Get the names of different stages in an AWS Lambda function?

How to get the name of the ...READ MORE

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

Error : No supported authentication methods available on AWS

Diff from other answers above: I received this ...READ MORE

Mar 25, 2019 in AWS by Bathinda
• 140 points
31,537 views
0 votes
1 answer

Control EC2 instances that gets removed by an AutoScalingGroup using Amazon Web Services?

In a nutshell, the default termination policy ...READ MORE

Sep 27, 2018 in AWS by Priyaj
• 58,090 points
1,167 views
+1 vote
1 answer

Trying to connect to redis running on ec2 instance locally but getting error despite all traffic inbound

Your redis is not listening for connections from outside, ...READ MORE

Sep 26, 2018 in AWS by Priyaj
• 58,090 points
5,188 views
+1 vote
1 answer

How to issue a parsing json from case class using jackson?

Do you use jackson-module-scala or any other Scala-aware configuration ...READ MORE

Sep 26, 2018 in AWS by Priyaj
• 58,090 points
2,785 views
+1 vote
1 answer

Error: Save Batch Record throws @DynamoDBTyped or @DynamoDBTypeConverted

There is simpler way by use annotation @DynamoDBDocument For ...READ MORE

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

How to create a CloudFormation only AWS policy

The easiest way to achieve what you're ...READ MORE

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

Is it possible to access kubernetes guestbook application from browser?

this link helped : https://github.com/GoogleCloudPlatform/kubernetes/issues/6158 see hack solution by ...READ MORE

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

What are the Lightsail service limits?

You can currently create up to 20 ...READ MORE

Sep 25, 2018 in AWS by Archana
• 4,170 points
7,750 views
0 votes
2 answers

How to recover lost private key of an EC2 instance?

I'm afraid it's not possible When you launch ...READ MORE

Sep 25, 2018 in AWS by Archana
• 4,170 points
21,482 views
+3 votes
1 answer

How to get a Job for AWS cloud architect

A Cloud Architect is an IT specialist who is ...READ MORE

Sep 25, 2018 in AWS by Priyaj
• 58,090 points
503 views
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
616 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,845 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,162 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,697 views
+7 votes
2 answers

Why S3 is called a Object storage?

Amazon S3 stores data as objects within resources called "buckets".  Object storage, also ...READ MORE

Sep 24, 2018 in AWS by Priyaj
• 58,090 points
11,779 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,747 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,532 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,715 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
812 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,652 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,954 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
699 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,754 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
607 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,432 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
352 views
+5 votes
1 answer

How is AWS better than GCP

AWS definitely is the leader of the ...READ MORE

Sep 21, 2018 in AWS by Priyaj
• 58,090 points
508 views
+5 votes
2 answers

What are the different job roles that one can get for AWS

If you have the AWS certification for ...READ MORE

Sep 21, 2018 in AWS by Priyaj
• 58,090 points
677 views
+7 votes
1 answer

Error: Path not found

try using the following command aws s3 cp ...READ MORE

Sep 20, 2018 in AWS by Priyaj
• 58,090 points
878 views
+5 votes
1 answer

Error: OptionsRequestDenied error

Yes, I got the same problem! The new ...READ MORE

Sep 20, 2018 in AWS by bug_seeker
• 15,520 points

edited Sep 20, 2018 by Priyaj 1,834 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,347 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
500 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
516 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
2,999 views
+2 votes
3 answers

AWS S3 - Listing all objects inside a folder without the prefix

For Scala developers, here it is recursive ...READ MORE

Sep 20, 2018 in AWS by Priyaj
• 58,090 points
48,070 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
502 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,006 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,200 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
721 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,933 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,428 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,317 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,850 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,153 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,208 views