Latest questions in AWS

0 votes
1 answer

Updating Service Catalog Product Versions Through AWS CLI/Boto3

Find the Product ID of the product ...READ MORE

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

AWS ECS services are moving to another cluster when instances fail health check

I have re-created all the infrastructure again ...READ MORE

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

Amazon Web Services: RDS + Web Service vs DynamoDB API for Mobile App. What's Easiest/Best for Security?

There is no solution to use IAM ...READ MORE

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

How to auto-scale MYSQL database in AWS EC2 instance?

You could always use the Amazon RDS ...READ MORE

Aug 24, 2018 in AWS by Archana
• 4,170 points
2,559 views
0 votes
1 answer

How to copy a folder from S3 to Elastic Beanstalk instance on its creation?

I had encountered similar problem. But i ...READ MORE

Aug 24, 2018 in AWS by Archana
• 4,170 points
4,152 views
0 votes
2 answers

aws keep returning 502 bad gateway error using python flask

The 502 Bad Gateway Error is an ...READ MORE

Jan 3, 2019 in AWS by iangregor
• 300 points
11,673 views
0 votes
1 answer

How to switch between multiple accounts with AWS SDK

You can define multiple profiles in ~/.aws/credentials ...READ MORE

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

Publishing messages from AWS SNS to SQS

Unless you are using SQS FIFO queues, ...READ MORE

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

Migration on-premise Postgresql into AWS RDS

Actually the solution purposed works. But there's ...READ MORE

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

Stopping then starting EC2 from command line

I understand this post is 3 years ...READ MORE

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

Amazon EC2 instance unable to resolve host.

Here is my checklist of things you ...READ MORE

Aug 23, 2018 in AWS by Archana
• 4,170 points
5,396 views
+2 votes
1 answer

Notification in AWS when a new target becomes healthy ECS

You could probably use the HealthyHostCount metric to ...READ MORE

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

edited Jun 8, 2020 by Sirajul 473 views
+1 vote
1 answer

Can we use AWS Public DNS as Domian name to enable https on our instance

I don't believe you can get a ...READ MORE

Aug 23, 2018 in AWS by Priyaj
• 58,090 points
699 views
+1 vote
1 answer

Does SQS kill long running jobs that have Thread.sleep?

SQS doesn't kill jobs - and I ...READ MORE

Aug 23, 2018 in AWS by Priyaj
• 58,090 points
669 views
0 votes
1 answer

Do i need Amazon Route53 to bind domain to EC2?

You need to assign an Elastic IP ...READ MORE

Aug 23, 2018 in AWS by Archana
• 4,170 points
1,128 views
+1 vote
1 answer

How does AWS EC2 Bitnami Wordpress setting security permissions for outsourced developer

cd /opt/bitnami/apps/wordpress/ sudo ./bnconfig --userpassword YOUR_NEW_PASSWORD Change password ...READ MORE

Aug 23, 2018 in AWS by Priyaj
• 58,090 points
813 views
+1 vote
1 answer

AWS Network load balancer - What is client reset count (and why is it high)

There are many reasons for an TCP ...READ MORE

Aug 23, 2018 in AWS by Priyaj
• 58,090 points
10,695 views
0 votes
1 answer

How to connect Amazon RedShift in Apache Spark?

It turns out you just need a ...READ MORE

Aug 22, 2018 in AWS by Archana
• 4,170 points
7,088 views
0 votes
1 answer

Terminal returning an S3 error

You just have to add a specific ...READ MORE

Aug 22, 2018 in AWS by Archana
• 4,170 points
1,596 views
0 votes
1 answer

AWS Elastic Beanstalk EC2 With Redis - Cannot Connect - Django_Redis

After setting the security group, I found ...READ MORE

Aug 22, 2018 in AWS by Priyaj
• 58,090 points
4,111 views
0 votes
1 answer

How does AWS guardduty generate sample event and generate cloudwatch event

For anyone that comes across this for ...READ MORE

Aug 22, 2018 in AWS by Priyaj
• 58,090 points
2,271 views
0 votes
1 answer

How to Use hypen as key name in dynamo db mapper

It seems you cannot have a column ...READ MORE

Aug 22, 2018 in AWS by Priyaj
• 58,090 points
2,677 views
0 votes
1 answer

How to make API Gateway accept http instead of https?

You can put a Cloudfront distribution in ...READ MORE

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

How to list the contents of Amazon S3 by modified date?

One easy solution would be probably to ...READ MORE

Aug 21, 2018 in AWS by datageek
• 2,530 points
52,170 views
0 votes
1 answer

Kinesis Analytics Destination Guidance: Lambda vs Kinesis Stream to Lambda

If this does not answer your question, ...READ MORE

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

Update Resource URL automatically when replicating CKAN to another AWS environment via CloudFront?

If you want to keep using the ...READ MORE

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

Can we use Terraform to execute SQL script on RDS MySQL?

I don't think remote-exec is what you ...READ MORE

Aug 21, 2018 in AWS by Priyaj
• 58,090 points
10,616 views
+5 votes
4 answers

Facing rendering issue in AWS EC2 instance

Hey @Vanshika there could be many factors ...READ MORE

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

AWS s3 -trigger on object created, function gets invoked continuously

This is not supposed to happen. Please ...READ MORE

Feb 6, 2019 in AWS by Esha
475 views
0 votes
1 answer

AWS Access Key error when uploading to S3

You can try getting creating a new ...READ MORE

Feb 6, 2019 in AWS by Priyaj
• 58,090 points
6,086 views
0 votes
1 answer

Deploy react app to AWS with pm2

Under 'tools' directory, in 'distServer.js' try to ...READ MORE

Feb 6, 2019 in AWS by Fatima
2,406 views
0 votes
1 answer

How to set-up DynamoDB trigger using AWS Lambda?

Well this code worked for me. You ...READ MORE

Aug 20, 2018 in AWS by Archana
• 4,170 points
2,629 views
0 votes
1 answer

How to upload a lib for Tomcat in Amazon EC2?

You need to set the proper privileges ...READ MORE

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

How to synchronize sessions using Amazon Web Services?

I think what you are looking for ...READ MORE

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

Is it possible to stop nodes in AWS ElasticCache cluster?

In AWS, ElastiCache clusters cannot be stopped. ...READ MORE

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

Merge [amazon-sts] into [aws-sts]

Done: aws-sts ← amazon-sts. As told in the comments, the ...READ MORE

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

When should I use a t2.medium vs. a m3.medium instance type within AWS?

30000 hits per month is on average ...READ MORE

Aug 17, 2018 in AWS by Priyaj
• 58,090 points
6,388 views
0 votes
1 answer

I'm trying to integrate Bitbucket into AWS Code Pipeline? What is the best approach?

You can integrate Bitbucket with AWS CodePipeline ...READ MORE

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

Hadoop in the AWS free tier?

If you want to limit your hadoop ...READ MORE

Aug 16, 2018 in AWS by Priyaj
• 58,090 points
1,213 views
0 votes
1 answer

How to allow the application to communicate back to the on premise equipment?

The connection would need to be either ...READ MORE

Aug 16, 2018 in AWS by Priyaj
• 58,090 points
518 views
0 votes
1 answer

How to set up a SPF(Sender Policy Framework) for AWS EC2 instance?

Setting up a SPF record is pretty ...READ MORE

Aug 16, 2018 in AWS by Archana
• 4,170 points
1,371 views
0 votes
1 answer

Experimenting with AWS API Gateway default response and triggering AWS Lambda

You can try out the following steps  Post ...READ MORE

Aug 16, 2018 in AWS by Deepthi
• 300 points
851 views
0 votes
1 answer

How to set up S3 policies for multiple IAM users so each has access only to their personal bucket folder?

Something like this should work to allow ...READ MORE

Aug 14, 2018 in AWS by Deepthi
• 300 points
2,864 views
0 votes
1 answer

How to upload a file to Amazon S3 without passing it my server?

This article pretty much explains the entire ...READ MORE

Aug 14, 2018 in AWS by Archana
• 4,170 points
3,013 views
0 votes
1 answer

How to configure Elastic Beanstalk for RDS

I suggest removing the config file from ...READ MORE

Aug 14, 2018 in AWS by anonymous
834 views
0 votes
1 answer

POST request to S3 is returning a HTTPResponse 405

This error has nothing to do with ...READ MORE

Aug 13, 2018 in AWS by Archana
• 4,170 points
4,658 views
0 votes
2 answers

Do AWS support SES in CloudFormation?

There is no straightforward approach to create ...READ MORE

Aug 15, 2019 in AWS by sri
1,843 views
0 votes
2 answers

User Data script to call aws cli

I'm assuming you are already using an ...READ MORE

Mar 28, 2019 in AWS by anonymous
2,790 views
0 votes
1 answer

How to add more devices to AWS root account MFA

When AWS MFA page shows the barcode, ...READ MORE

Aug 13, 2018 in AWS by Priyaj
• 58,090 points
467 views
0 votes
1 answer

Push Notification not sent by Amazon SNS to IOS application.

If the SNS endpoint is disabled after ...READ MORE

Aug 14, 2018 in AWS by Deepthi
• 300 points
4,922 views