Most voted questions in AWS

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,411 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
905 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,932 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,071 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
878 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,793 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,916 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,859 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
497 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
5,004 views
0 votes
2 answers

How to access files in S3 bucket from R?

You can take a look at the ...READ MORE

Aug 10, 2018 in AWS by Deepthi
• 300 points
6,409 views
0 votes
1 answer

Getting memory leak error on AWS EMR - Saving Dataframe into hive external table on S3 -

You can start by creating  a temp ...READ MORE

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

How can I install curl 7.34 or later on Amazon linux old instance

got answer from this link https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-centos6 worked for ...READ MORE

Aug 9, 2018 in AWS by Priyaj
• 58,090 points
7,135 views
0 votes
1 answer

What are the Naming conventions for SNS / SQS

There are no specific naming convention. You ...READ MORE

Aug 9, 2018 in AWS by Priyaj
• 58,090 points
8,633 views
0 votes
1 answer

Using ElasticSearch Rest Client with Spring Data ElasticSearch

Currently Spring Data Elasticsearch doesn't support the ...READ MORE

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

Terminating and EC2 instance by command line

There is no command to terminate all ...READ MORE

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

AWS EFS vs EBS vs S3 (differences & when to use?)

Parameters S3 EBS EFS Access Can be accessed publicly  Accessed only through given ...READ MORE

Aug 9, 2018 in AWS by ArchanaNagur
• 2,360 points
1,227 views
0 votes
1 answer

How to upload to Dropbox and overwrite a file Using CURL

You need to use mode with parameter ...READ MORE

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

Why is subscriber optional on ansible sns?

Hey @bug_seeker, I could not find any ...READ MORE

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

edited Jun 8, 2020 by Sirajul 633 views
0 votes
1 answer

How can I do Continuous data ingestion from on prem data sources to redshift

I can Recommend looking into AWS Schema ...READ MORE

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

What is difference between Lightsail and EC2?

EC2 is one of the service by AWS ...READ MORE

Aug 7, 2018 in AWS by ArchanaNagur
• 2,360 points
2,131 views
0 votes
1 answer

aws java sdk for ssm gives java.lang.NoSuchFieldError: SIGNING_REGION

You may start with Checking that you ...READ MORE

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

Are there tools to view SQS queue status with only API keys?

Yes, you can use the AWS CLI ...READ MORE

Aug 6, 2018 in AWS by Priyaj
• 58,090 points
1,001 views
0 votes
0 answers

Are there tools to view SQS queue status with only API keys? [closed]

I am working on Amazon SES with ...READ MORE

Aug 6, 2018 in AWS by bug_seeker
• 15,520 points

closed Aug 6, 2018 by Priyaj 317 views
0 votes
1 answer

AWS EMR script-runner access error

It turns out that a bootstrap action ...READ MORE

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

Memory utilization for auto-scaling groups --AWS

This is a working solution if your ...READ MORE

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

Error : [SSL : CERTIFICATION_VERIFY_FAILED] while trying to connect to S3

Probably your bucket name contains a dot, ...READ MORE

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

AWS Simple AD : SSH based authentication for Linux insatnces

You can interact with Simple AD in ...READ MORE

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

AWS S3 CLI : error while trying to copy files locally using terminal

For the first error you should add ...READ MORE

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

EC2: Downgrade m1.small to t2.micro

Here is a complete guide which you ...READ MORE

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

Host not allowed

Go to your project directory cd project cd project ALLOWED_HOSTS ...READ MORE

Aug 9, 2018 in AWS by Priyaj
• 58,090 points
1,505 views
0 votes
2 answers

How to test credentials for AWS Command Line Tools

This command always works regardless of the ...READ MORE

Aug 8, 2018 in AWS by anonymous
5,716 views
0 votes
1 answer

Best practices for API versioning?

This is a good and a tricky ...READ MORE

Aug 2, 2018 in AWS by bug_seeker
• 15,520 points
2,188 views
0 votes
1 answer

Using reserved instances in an Elastic Beanstalk Load Balancer

A Reserved Instance a method of pre-paying ...READ MORE

Aug 2, 2018 in AWS by bug_seeker
• 15,520 points
789 views
0 votes
1 answer

EC2 API throttling limits

Amazon EC2 has meanwhile documented their general Query API ...READ MORE

Aug 13, 2018 in AWS by bug_seeker
• 15,520 points
1,278 views
0 votes
1 answer

Throttling S3 commands with AWS CLI

The AWS CLI S3 transfer commands (which ...READ MORE

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

Using reserved instances in an Elastic Beanstalk Load Balancer

A Reserved Instance a method of pre-paying ...READ MORE

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

Not able to stream PDF, using AWS gateway/Lambda setup

I had a similar problem with trying ...READ MORE

Jul 31, 2018 in AWS by Priyaj
• 58,090 points
3,073 views
0 votes
1 answer

Differentiate between stopping and terminating an instance

When an instance is stopped, the instance ...READ MORE

Jul 31, 2018 in AWS by Priyaj
• 58,090 points
8,835 views
0 votes
1 answer

Explain how the buffer is used in Amazon web services?

In order to make system more efficient ...READ MORE

Jul 31, 2018 in AWS by Priyaj
• 58,090 points
5,018 views
0 votes
1 answer

Amazon SimpleDB vs Amazon DynamoDB

Using either Simple DB or Dynamo DB ...READ MORE

Jul 31, 2018 in AWS by Priyaj
• 58,090 points
952 views
0 votes
1 answer

Cannot launch from template in AWS CLI?

You are using an older version of ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
705 views
0 votes
1 answer

AWS buckets and regions

In spite of appearances, and AWS account ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
384 views
0 votes
1 answer

AWS ElasticSearch with cakephp/elastic-search plugin

CakePHP is an open source, MVC framework ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
863 views
0 votes
1 answer

RDS instance in private subnet

You need to create a new subnet ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
1,407 views
0 votes
1 answer

Install RStudio on AWS EC2 instance

Amazon Linux AMI 2017.09.1 is based on ...READ MORE

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

Training data in S3 in AWS Sagemaker

If your IAM roles are setup correctly, ...READ MORE

Jul 27, 2018 in AWS by Priyaj
• 58,090 points
3,620 views
0 votes
1 answer

finding best deployment locations in aws regions

You can certainly launch and terminate Amazon ...READ MORE

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

How to provide tags for the stack in CloudFormation Template?

In the template anatomy, you cant set ...READ MORE

Aug 13, 2018 in AWS by bug_seeker
• 15,520 points
18,917 views
0 votes
1 answer

What are the practical differences between AWS EFS, EBS and S3?

EFS  It is a file storage connected with ...READ MORE

Aug 8, 2018 in AWS by sunshine
• 1,300 points
1,368 views