Most answered questions in AWS

0 votes
1 answer

Use AWS Lambd@Edge

Lambda@Edge is easy to use all you ...READ MORE

Jan 28, 2019 in AWS by Rohit
744 views
0 votes
1 answer

What is Lambda Edge?

Lambda@Edge is a feature of AWS Cloudfront ...READ MORE

Jan 28, 2019 in AWS by Trisha
565 views
0 votes
1 answer

How to Pass the VPC ID while creating the Ec2 instance in AWS using Python Boto3

import boto3 ec2 = boto3.resource('ec2') instance = ec2.create_instances( ...READ MORE

Jan 29, 2019 in AWS by Priyaj
• 58,090 points
2,987 views
0 votes
1 answer

Process to build serverless application

When working with Python you can simply ...READ MORE

Jan 25, 2019 in AWS by Esha
504 views
0 votes
1 answer

Serverless application in AWS

All the Lambda-based applications which are also ...READ MORE

Jan 25, 2019 in AWS by Esha
417 views
0 votes
1 answer

Function failed while processing event

Talking about S3's bucket notification tasks the ...READ MORE

Jan 25, 2019 in AWS by Esha

edited Jan 25, 2019 441 views
0 votes
1 answer

What does event represent in AWS Lambda?

The Events that are passed to Lambda function as ...READ MORE

Jan 25, 2019 in AWS by Esha

edited Jan 25, 2019 525 views
0 votes
1 answer

What is event in Lambda function?

An event source is an AWS service ...READ MORE

Jan 25, 2019 in AWS by esha
764 views
0 votes
1 answer

Time taken to execute uploaded code in Lambda.

Yes @Rishab you are correct. The time ...READ MORE

Jan 25, 2019 in AWS by esha

edited Jan 25, 2019 507 views
0 votes
1 answer

Cost for using Lambda function

AWS Lambda is a pay as you ...READ MORE

Jan 25, 2019 in AWS by Risu
1,072 views
0 votes
1 answer

Scaling lambda functions

You actually do not require to scale ...READ MORE

Jan 25, 2019 in AWS by satyam
601 views
0 votes
1 answer

Monitor Lambda function

Yes, AWS Lambda automatically monitors Lambda functions ...READ MORE

Jan 25, 2019 in AWS by hemant
494 views
0 votes
1 answer

How to upload a file from S3 in Lambda?

Yes there is an option where you ...READ MORE

Jan 24, 2019 in AWS by Priyaj
• 58,090 points
4,841 views
0 votes
1 answer

External or customized machine in AWS

Yes, amazon gives you the liberty of ...READ MORE

Jan 24, 2019 in AWS by Nabarupa
344 views
0 votes
1 answer

Using EC2 Instance in a better way

You have complete control over the visibility ...READ MORE

Jan 24, 2019 in AWS by ritwik
409 views
0 votes
1 answer

Billing on EC2 Instance

AWS is a pay as you use ...READ MORE

Jan 24, 2019 in AWS by trisha
694 views
0 votes
1 answer

EC2 instance creation in AWS

Yes, the general limit for creating on-demand ...READ MORE

Jan 24, 2019 in AWS by himanshu
388 views
0 votes
1 answer

Does EC2 have a relation with S3?

Yes, Amazon EC2 is used jointly with ...READ MORE

Jan 24, 2019 in AWS by riyansh
557 views
0 votes
1 answer

Working of Availability Zone

Availability Zone, they run on their own physically ...READ MORE

Jan 24, 2019 in AWS by ritwik
536 views
0 votes
1 answer

Re-use of Elastic IP

Elastic IP is a scarce service. AWS ...READ MORE

Jan 24, 2019 in AWS by jitendra
646 views
0 votes
1 answer

IP allotment for EC2 Instance in AWS

No, you don't need an Elastic IP address for ...READ MORE

Jan 24, 2019 in AWS by ritwik
630 views
0 votes
1 answer

Billing for Elastic IP

AWS is a pay as you use ...READ MORE

Jan 24, 2019 in AWS by himanshu
546 views
0 votes
1 answer

Is Elastic IP available for free-tier?

Elastic IP is not available for free ...READ MORE

Jan 24, 2019 in AWS by Riju
7,041 views
+1 vote
1 answer

Create S3 bucket using Java AWS SDK

Hey @Anjali, Creating a bucket using Java AWS-SDK ...READ MORE

Jan 23, 2019 in AWS by Priyaj
• 58,090 points
2,213 views
0 votes
1 answer

Terminating an EC2 Intsance in Java

You can terminate the EC2 Instance in ...READ MORE

Jan 22, 2019 in AWS by Priyaj
• 58,090 points
1,815 views
0 votes
1 answer

Stopping EC2 Instance using Java AWS SDK

You can follow the following steps:- 1. Create ...READ MORE

Jan 22, 2019 in AWS by Priyaj
• 58,090 points
1,411 views
0 votes
1 answer

Why are AWS Lambda function stateless?

Keeping functions stateless enables AWS Lambda to ...READ MORE

Jan 22, 2019 in AWS by tina
2,592 views
0 votes
1 answer

Is AWS Lambda code isolated to others and how?

AWS Lambda functions execute in a container ...READ MORE

Jan 22, 2019 in AWS by Fitinai
551 views
0 votes
1 answer

Languages supported by AWS Lambda.

AWS Lambda natively supports Java Go PowerShell Node.js C# Python Ruby AWS also provides ...READ MORE

Jan 22, 2019 in AWS by Subhkanth
1,583 views
0 votes
1 answer

Launching an AMI in AWS

Both the process of creating an EC2 ...READ MORE

Jan 19, 2019 in AWS by Edureka
• 4,220 points
388 views
0 votes
1 answer

AMI using screenshot?

Creating an AMI is a very easy ...READ MORE

Jan 19, 2019 in AWS by Edureka
• 4,220 points
393 views
0 votes
1 answer

Enterprise Cloud operation phase in AWS Migration

Yes @rishab, Enterprise Cloud Operation is a ...READ MORE

Jan 19, 2019 in AWS by Edureka
• 4,220 points
468 views
0 votes
1 answer

How migrating to Cloud Platform helps?

There are different aspects of Migration. The major ...READ MORE

Jan 19, 2019 in AWS by Edureka
• 4,220 points
378 views
0 votes
1 answer

Application Migration phase and Discovery Phase in AWS Migration

Both Application Migration and Discovery Phase are ...READ MORE

Jan 19, 2019 in AWS by Edureka
• 4,220 points
566 views
0 votes
1 answer

Assessment Phase of AWS Migration

In Assessment Phase, according to your business ...READ MORE

Jan 19, 2019 in AWS by Edureka
• 4,220 points
603 views
0 votes
1 answer

How is discovery phase important for migration?

In the discovery phase, you figure out ...READ MORE

Jan 19, 2019 in AWS by Edureka
• 4,220 points
1,337 views
0 votes
1 answer

Services offered for Migration by AWS

Migration is a process that is assisted ...READ MORE

Jan 18, 2019 in AWS by Edureka
• 4,220 points
319 views
0 votes
1 answer

What are the benefits of Migration?

Answering your second question first, Data Centers ...READ MORE

Jan 18, 2019 in AWS by Edureka
• 4,220 points
439 views
0 votes
1 answer

6 R's invovled in Migration

Hello @Rishab, migration is a big decision ...READ MORE

Jan 18, 2019 in AWS by Edureka
• 4,220 points
735 views
0 votes
1 answer

Error: Elastic Beanstalk could not find any platform

Did you check if you have assigned ...READ MORE

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

How to reduce bill for Athena?

You can save almost 90% on your ...READ MORE

Jan 17, 2019 in AWS by Edureka
• 4,220 points
563 views
0 votes
1 answer

What is the difference between Amazon Athena and S3 Select?

Athena can be used by AWS Console, ...READ MORE

Jan 17, 2019 in AWS by Edureka
• 4,220 points
9,480 views
0 votes
1 answer

How to delete / drop multiple tables in AWS athena?

It is not possible to run multiple ...READ MORE

Jan 17, 2019 in AWS by Edureka
• 4,220 points
7,553 views
0 votes
1 answer

How to update or insert data using Athena?

Athena is a query language and as ...READ MORE

Jan 17, 2019 in AWS by Edureka
• 4,220 points
11,585 views
0 votes
1 answer

How can I create tables in Athena?

Creating tables in Athena is very easy. ...READ MORE

Jan 17, 2019 in AWS by Edureka
• 4,220 points
1,283 views
0 votes
1 answer

What is EBS Snapshot and how it is used?

EBS Snapshot plays a vital role in ...READ MORE

Jan 17, 2019 in AWS by Rishab
• 1,490 points
750 views
+1 vote
1 answer

What is EBS Volume?

Amazon EBS (Elastic Block Storage) provides raw ...READ MORE

Jan 17, 2019 in AWS by Rishab
• 1,490 points
782 views
0 votes
1 answer

Query NaN double values in Athena?

Try using the following command to query ...READ MORE

Jan 17, 2019 in AWS by farhan
2,363 views
0 votes
1 answer

Renaming column name in Athena

You can use :- ALTER TABLE %%table-name%% CHANGE ...READ MORE

Jan 17, 2019 in AWS by julie
5,648 views
0 votes
1 answer

Is it possible to create view in Athena?

AWS Athena does not support creating any ...READ MORE

Jan 16, 2019 in AWS by Zullu
1,132 views