Most voted questions in AWS

0 votes
1 answer

Establish JDBC Connection in R through single sign-on

You can certainly connect to databases with ...READ MORE

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

How to support more than one trigger in AWS Lambda in Golang?

In approach one, you are directly calling ...READ MORE

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

How do i manage firewall settings for my instance in Lightsail?

Yes. You can control the data traffic ...READ MORE

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

What is difference between commands and container commands in Elastic Beanstalk?

The major difference between these two pieces ...READ MORE

Sep 12, 2018 in AWS by Archana
• 4,170 points
2,219 views
0 votes
1 answer

How to callback an error message when searching a table is unsuccessful in DynamoDB

When you get the "Process exited" response ...READ MORE

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

AWS AppSync User relations for FriendsList

This is possible in AppSync today. To accomplish ...READ MORE

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

Hosting spring boot app

There are a couple of things wrong ...READ MORE

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

How do you pass custom environment variable on Amazon Elastic Beanstalk (AWS EBS)?

Old way  - use .ebextensions/*.config in AWS ...READ MORE

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

How to add swap to Amazon EC2 instance?

A fix for this problem is to ...READ MORE

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

How can I find out the instance id of an ec2 instance from within the ec2 instance?

A curl or wget to http://169.254.169.254/latest/meta-data/instance-id will ...READ MORE

Mar 9, 2020 in AWS by anonymous
6,388 views
0 votes
1 answer

Error when tried to invoke lambda function by AWS CLI

It looks like you need to provide ...READ MORE

Sep 10, 2018 in AWS by Archana
• 4,170 points
2,001 views
0 votes
1 answer

Chalice: Unable to connect with DynamoDB through pynamodb

You have to add "autogen_policy":false, to config.json and ...READ MORE

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

deploying create-react-app to AWS Elastic Beanstalk

What you are looking for is eb deploy ...READ MORE

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

How Can I Reboot Elastic Beanstalk Instances in an ebextensions script?

The answer is you don't. The recommendation ...READ MORE

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

lambda@edge logs and invocation counts are not showing?

Modify your function like this: const response = ...READ MORE

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

ECS CFT error: Encountered unsupported property links ​

You have only a small typo within ...READ MORE

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

Eyaml and Puppet

To create an encrypted copy of a ...READ MORE

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

Amazon SQS FIFO Queue send message validation

Assuming you only have one process adding ...READ MORE

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

NSInternalInconsistencyException _variable is not a property of projectName.Classname

It turns out the AWS SDK isn't ...READ MORE

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

How to deploy Spring Boot RESTful Web Service Docker img to EC2?

Typically I run application on separate port ...READ MORE

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

Adding Watermark to AWS Elastic Transcoder

found the error! I had to put the ...READ MORE

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

How to add IAM role to an existing instance in aws?

As of AWS CLI v1.11.46,  you can ...READ MORE

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

How to download the latest file in a S3 bucket using AWS CLI?

You can use the below command $ aws ...READ MORE

Sep 6, 2018 in AWS by Archana
• 4,170 points
19,033 views
0 votes
1 answer

Hpw to set a specific storage for one of my web app on my EC2?

You have several options when choosing the ...READ MORE

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

502 Bad Gateway Error in CloudFront AWS

To resolve this you have 2 option.    Enable ...READ MORE

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

How to setup Amazon Lightsail Subdomain

AWS LightSail is different from shared hosting ...READ MORE

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

Configure Application load balancer to route http to https in Elastic beanstalk

From this document: To update your Elastic Beanstalk environment to ...READ MORE

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

Multiple Hashicorp Vault servers in different AZs in AWS

There are several Storage Backends in Vault, ...READ MORE

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

How to display just the name of files using aws s3 ls command?

aws s3 ls s3://<your_bucket_name>/ | awk '{print ...READ MORE

Mar 17, 2019 in AWS by anonymous
20,872 views
0 votes
1 answer

Unable to initiate ssh connection to Amazon EC2 instance

The keypair which you are using must ...READ MORE

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

Parallel uploads to the same s3 bucket directory with s3cmd

Is your problem is not with the ...READ MORE

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

Slack slash command delayed response on AWS Lambda

That won't work in a single lambda ...READ MORE

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

AWS Network ELB take 4 minutes to recognise target as healthy

We hit this issue with NLBs and ...READ MORE

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

Amazon Lambda writing to DynamoDB

After making a few changes to the ...READ MORE

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

Incorrect policy detected in S3 bucket in CloudFormation

I modified your code and it seems ...READ MORE

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

What is AWS Artifact?

AWS Artifact is your go-to, central resource ...READ MORE

Sep 4, 2018 in AWS by hemant
• 5,790 points
1,117 views
0 votes
2 answers

How to skip headers when reading a CSV file in S3 and creating a table in AWS Athena?

Thanks for the answer. This should be clear ...READ MORE

Aug 14, 2019 in AWS by athenauserz
11,230 views
0 votes
1 answer

AWS SNS - How to get SNS topic by name?

If you know the topic already exists ...READ MORE

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

How can I return binary body and http headers from an AWS lambda through API gateway

I recently got this working after facing ...READ MORE

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

How to access an Elastic Beanstalk environment property from an .ebextensions config file

The statement that they are passed into ...READ MORE

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

Error in Adding LIMIT fixes “Invalid digit, Value N” in Amazon Redshift.

This could be expressed simply as: SELECT TOP ...READ MORE

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

How to launch an EC2 instance with IAM-Role?

The credentials you are using from your ...READ MORE

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

How do you concatenate small sized files in Amazon S3?

Amazon S3 does not provide a concatenate ...READ MORE

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

Lambda + RDS Postgres not working

Have you verified your security group for ...READ MORE

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

Why amazon cognito authorizer works just as authenticator not as an authorizer?

Because it is an authenticator. Naming it as ...READ MORE

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

I am Unable to call Django REST API from within the same AWS EC2 Linux machine.

As per discussions in comment section, it's ...READ MORE

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

How do I roll-back a message to Amazon MQ (AMQ) from Lambda?

It is apparently not possible using STOMP ...READ MORE

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

How do I disable detailed monitoring for instances in an auto scaling group in a CloudFormation template?

The property you want is InstanceMonitoring, not ...READ MORE

Aug 31, 2018 in AWS by Archana
• 4,170 points

edited Jun 16, 2023 by Khan Sarfaraz 1,009 views
0 votes
1 answer

AWS Elastic Beanstalk - How to increase instance disk capacity?

The 8 GB diskthat you are seeing ...READ MORE

Sep 3, 2018 in AWS by anonymous
3,508 views
0 votes
1 answer

How can I call Amazon's AWS kms decrypt function without using a binary file?

Not sure if you've already found this, ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,090 points
9,177 views