Most answered questions in AWS

0 votes
1 answer

Is there a Command line tool to access Amazon Athena?

The AWS command line tool supports Amazon Athena operations. 1. ...READ MORE

Jan 16, 2019 in AWS by rishab
4,566 views
0 votes
1 answer

How to set Multiple locations in Athena?

Unfortunately you can use athena with just ...READ MORE

Jan 16, 2019 in AWS by william
3,650 views
0 votes
1 answer

How to convert String to Date in Amazon Athena?

You can use date_parse. All you need ...READ MORE

Jan 16, 2019 in AWS by chandan
26,425 views
0 votes
1 answer

Amazon Athena - S3 location error

You must know this that Amazon Athena ...READ MORE

Jan 16, 2019 in AWS by Sneha
7,528 views
0 votes
1 answer

Upload images from local machine to Amazon S3

There's a nice example in the aws-mobile-react-native-starter repo.  You just ...READ MORE

Jan 16, 2019 in AWS by disha
2,394 views
+2 votes
1 answer

Hello World Lambda Function Java

You need to install AWS SDK Package ...READ MORE

Jan 16, 2019 in AWS by Nabarupa
2,974 views
0 votes
1 answer

Copying one table to another in DynamoDB

Hai! Even I wanted to know the ...READ MORE

Jan 16, 2019 in AWS by Archana
• 5,640 points
12,042 views
0 votes
1 answer

How to copy files and folders between two buckets?

You can use AWS CLI to do ...READ MORE

Jan 16, 2019 in AWS by Dhananjay
533 views
0 votes
1 answer

Transfer data using AWS CLI from one s3 bucket to another

Copying is the easy part! Use the AWS ...READ MORE

Jan 16, 2019 in AWS by Rishi
1,911 views
0 votes
1 answer

AWS cli returns error

Well the most common error would be 1. ...READ MORE

Jan 16, 2019 in AWS by vishnu
778 views
0 votes
1 answer

What is Iaas, PaaS and SaaS?

IaaS, PaaS and SaaS are cloud computing ...READ MORE

Jan 16, 2019 in AWS by Deeksha
1,884 views
0 votes
1 answer

How was the job opportunities for AWS administrators in India??

There are lot of vacancy for AWS ...READ MORE

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

Is it possible to add a compatibility layer above AWS?

Well there are few tools like TyphoonAE ...READ MORE

Jan 15, 2019 in AWS by Archana
• 5,640 points
384 views
0 votes
1 answer

How to transfer file from ec2 to s3?

I'm using s3cmd to store nightly exported database backup ...READ MORE

Jan 15, 2019 in AWS by neha
1,179 views
0 votes
1 answer

Unable to ping to my EC2 Instance.

Make sure the Amazon network rules allow Echo ...READ MORE

Jan 14, 2019 in AWS by Pranjali
1,499 views
0 votes
1 answer

What is SQS Lambda?

SQS is basically nothing but an approach ...READ MORE

Jan 11, 2019 in AWS by Jino Kurian
431 views
0 votes
1 answer

Is vertical scaling possible in Lambda?

Yes, it’s possible and in fact, it ...READ MORE

Jan 11, 2019 in AWS by sangeeta
2,006 views
0 votes
1 answer

How is EBS used in Lambda?

EBS is basically a virtual storage area ...READ MORE

Jan 11, 2019 in AWS by zealo
4,063 views
0 votes
1 answer

What are the best practices for security in Lambda?

For security, there are some of the ...READ MORE

Jan 11, 2019 in AWS by Diksha
385 views
0 votes
1 answer

What are the advantage of using AWS Lambda?

AWS Lambda has multiple benefits working on it. Ease ...READ MORE

Jan 11, 2019 in AWS by ishan kumar
1,151 views
0 votes
1 answer

What are the changes Cloud Adaption brings to the architecture?

Cloud is certainly the best place to ...READ MORE

Jan 11, 2019 in AWS by Shuvodip
308 views
0 votes
1 answer

Adding a redirect header on a Amazon S3 object

Yes. You can definitely do that, as ...READ MORE

Jan 11, 2019 in AWS by Archana
• 5,640 points
2,260 views
0 votes
1 answer

Create an IAM service role for a Hybrid Environment

To create an IAM service role for ...READ MORE

Jan 11, 2019 in AWS by Nikita
590 views
0 votes
1 answer

What are the benefits of setting up systems manager in Hybrid Environment?

There are several benefits: It creates a secure ...READ MORE

Jan 11, 2019 in AWS by Ananya
535 views
0 votes
1 answer

set up an AWS system manager that manages and configures my existing ec2 instance

Follow these steps to create a system ...READ MORE

Jan 10, 2019 in AWS by Amilia
484 views
0 votes
1 answer

Creating AWS Elasticache Redis ReadReplica in EC2 instance

Please follow the steps mentioned here:- https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/Replication.AddReadReplica.html This ...READ MORE

Feb 6, 2019 in AWS by Chinu
1,193 views
0 votes
1 answer

How to send HTML mails using Amazon SNS?

It's not possible to send HTML emails ...READ MORE

Jan 8, 2019 in AWS by Archana
• 5,640 points
18,077 views
0 votes
1 answer

How to import big data public data sets AWS?

One solution is to create an EBS ...READ MORE

Jan 8, 2019 in AWS by Archana
• 5,640 points
625 views
0 votes
1 answer

Monitoring bandwidth of an object in Amazon S3

The detailed bandwidth details are with respect ...READ MORE

Jan 5, 2019 in AWS by Archana
• 5,640 points
913 views
0 votes
1 answer

AWS Cloud Watch Dashboard using AWS Cloud Formation

Hai. It was not possible before. Well, ...READ MORE

Jan 4, 2019 in AWS by Archana
• 5,640 points
1,031 views
0 votes
1 answer

Javascript code to download a file from Amazon S3

Hai, I was thinking along the same ...READ MORE

Dec 31, 2018 in AWS by Archana
• 5,640 points
12,925 views
0 votes
1 answer

Set environment variables in AWS Lambda

You can specify environment variables for AWS ...READ MORE

Dec 31, 2018 in AWS by Archana
• 5,640 points
3,648 views
0 votes
1 answer

How to use Google's mod_pagespeed module with AWS Beanstalk?

It's simple. You need to first download the ...READ MORE

Dec 28, 2018 in AWS by datageek
• 3,090 points
974 views
0 votes
1 answer

How to upgrade AWS CLI to latest version?

Usually, you will encounter this error if ...READ MORE

Dec 28, 2018 in AWS by Archana
• 5,640 points
2,109 views
0 votes
1 answer

How to enable Amazon Simple Queue Service (SQS)

Please follow the below steps in order ...READ MORE

Dec 28, 2018 in AWS by Shuvodip
573 views
0 votes
1 answer

Use external template to create AMI in AWS.

Hey @user, Amazon provides a feature called VM ...READ MORE

Dec 28, 2018 in AWS by Nabarupa
500 views
0 votes
1 answer

AWS Migration JSON Error

You can use the code below: { ...READ MORE

Dec 28, 2018 in AWS by Sujata
387 views
0 votes
1 answer

How are aws ops work and cloud formation different?

Hey @Sradha, AWS OpsWorks  is an application management service ...READ MORE

Dec 28, 2018 in AWS by Supreme Commander
384 views
0 votes
1 answer

What is the AWS EBS limit?

Hey @Sradha, Amazon EBS volumes are billed by ...READ MORE

Dec 28, 2018 in AWS by Samprit Mishra
632 views
+1 vote
1 answer

Web Hosting on Amazon AWS (PHP + MySQL)

You can do this using AWS RDS Follow ...READ MORE

Dec 28, 2018 in AWS by ArchanaNagur
• 2,360 points
4,850 views
0 votes
1 answer

What does the log file of a lambda function contains?

A simple lambda function contains the following ...READ MORE

Dec 28, 2018 in AWS by Rachna
454 views
0 votes
1 answer

What is the meaning of def lambda_handler(event, context):

Hey @sradha,  def lambda_handler(event, context):  Here def is for ...READ MORE

Dec 27, 2018 in AWS by Nabarupa
13,591 views
0 votes
1 answer

How to get API Gateway function output from a step-function

First of all the step functions executes ...READ MORE

Dec 27, 2018 in AWS by Archana
• 5,640 points
3,738 views
0 votes
1 answer

How to use AWS as Google App Engine back end?

Well, there are two ways. One, you ...READ MORE

Dec 27, 2018 in AWS by Archana
• 5,640 points
811 views
0 votes
1 answer

How to make ApiGateway point to specific Lambda bias

You actually need to make changes to ...READ MORE

Dec 21, 2018 in AWS by Archana
• 5,640 points
1,030 views
0 votes
1 answer

How to delete a lambda function?

You can simply do it from the ...READ MORE

Dec 21, 2018 in AWS by Nabarupa
3,062 views
+4 votes
1 answer

How to create a lambda fucntion using Python?

Hey @Jino, I will tell you the ...READ MORE

Dec 20, 2018 in AWS by Nabarupa

edited Jun 9, 2020 by MD 765 views
0 votes
1 answer

Unable to create a function in Lambda.

Hey @Jino, the error that you are ...READ MORE

Dec 20, 2018 in AWS by Shuvodip
857 views
0 votes
1 answer

How to find out current region with AWS Lambda?

You can read the AWS_DEFAULT_REGION environment variable and use ...READ MORE

Dec 20, 2018 in AWS by Archana
• 5,640 points
4,104 views
0 votes
1 answer

Polling the queue in Amazon SQS

One way is you could create a ...READ MORE

Dec 20, 2018 in AWS by Archana
• 5,640 points
964 views