Trending questions in Cloud Computing

+1 vote
2 answers

How to launch and access an instance using AWS-CLI?

aws ec2 run-instances --image-id ami-id --key-name yourkeyname ...READ MORE

Feb 23, 2019 in AWS by Shashank
• 1,370 points
1,606 views
0 votes
1 answer

Compile AWS function in Java

Standard tools like Maven or Gradle can ...READ MORE

Jan 29, 2019 in AWS by Arunima
736 views
0 votes
1 answer

Difference between Reserved RI and Convertable RI?

Some of the attributes, such as instance ...READ MORE

Jan 29, 2019 in AWS by hussain
723 views
0 votes
1 answer

How to install redis on AWS Micro instance?

Maybe you can spin up an EC2 ...READ MORE

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

How to execute scheduled SQL scripts in on Amazon Redshift?

I had faced the same problem earlier. ...READ MORE

Nov 19, 2018 in AWS by Archana
• 5,640 points
3,745 views
+2 votes
2 answers

AWS Autoscaling without Elastic load balancing

Yes, you can use Auto Scaling without ...READ MORE

Aug 1, 2018 in Cloud Computing by bug_seeker
• 15,520 points
10,270 views
0 votes
1 answer

Different EBS Volume in AWS

Amazon EBS provides two major categories of ...READ MORE

Jan 31, 2019 in AWS by Subhash
573 views
0 votes
1 answer

Components of AWS Glue

AWS Glue consists of Data Catalog that ...READ MORE

Feb 4, 2019 in AWS by Heena
414 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,726 views
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
728 views
0 votes
1 answer

What is the use of an EBS Volume?

Amazon EBS provides the four current generation ...READ MORE

Jan 31, 2019 in AWS by Subhash
542 views
0 votes
1 answer

Working of EFA communication

EFA devices provides all the ENA device's ...READ MORE

Feb 4, 2019 in AWS by Heena
373 views
0 votes
1 answer

GPU Graphics Instance in AWS

GPU instances are the instances provided by ...READ MORE

Jan 30, 2019 in AWS by gunni
559 views
0 votes
1 answer

Charges on using Amazon EBS Shared snapshot

You can calculate the charges from the ...READ MORE

Jan 31, 2019 in AWS by Subhash
514 views
0 votes
1 answer

Encrypting EBS Volume in AWS

Yes. EBS offers a seamless encryption of ...READ MORE

Jan 31, 2019 in AWS by ekta
481 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
757 views
0 votes
1 answer

EC2 F1 in AWS

Amazon EC2 F1 is a compute instance ...READ MORE

Jan 30, 2019 in AWS by sukesh
537 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,108 views
–1 vote
1 answer

How to decrypt the encrypted S3 file using aws-encryption-cli --decrypt

Use command : aws s3 presign s3://mybucket/abc_count.png you get ...READ MORE

Oct 22, 2018 in AWS by Priyaj
• 58,090 points
4,871 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,180 views
0 votes
1 answer

What is instance size and availability zone flexibility?

Availability Zone and instance size flexibility are ...READ MORE

Jan 29, 2019 in AWS by rishan
552 views
0 votes
1 answer

Can we make hadoop cluster in AWS?

Yes it is possible to make Hadoop ...READ MORE

Jan 31, 2019 in AWS by Rishu
429 views
0 votes
1 answer

Lambda function failed during processing an Event.

Once the failure occurs, Lambda functions that ...READ MORE

Jan 28, 2019 in AWS by trisha
616 views
0 votes
1 answer

Use case of P3 instance in AWS

P3 instance are the instances that use ...READ MORE

Jan 30, 2019 in AWS by sukesh
471 views
0 votes
1 answer

Attaching multiple instance with same EBS Volume

Attaching multiple instances to one volume is ...READ MORE

Jan 31, 2019 in AWS by Subhash
423 views
+6 votes
3 answers

How to host a static website on AWS using S3 bucket?

Hosting a website using S3 bucket is ...READ MORE

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

Method of loading a file to AWS Instance

You can load data into an EFS ...READ MORE

Jan 31, 2019 in AWS by bhushan
389 views
0 votes
2 answers

Is it possible to change the pem file after creating an Instance?

Here are the steps you can follow:- ...READ MORE

Jan 14, 2019 in AWS by Sukesh
1,075 views
0 votes
1 answer

AWS Lambda with Zappa fails on “Unable to import module 'handler': No module named builtins”

I solved the problem. I'm using pipenv ...READ MORE

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

Limit of using spot instances

A user can request for Spot instances ...READ MORE

Jan 29, 2019 in AWS by Rishu
477 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
560 views
0 votes
1 answer

Access EBS Snapshot

You can read this article to get ...READ MORE

Jan 31, 2019 in AWS by Subhash
384 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
683 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,820 views
0 votes
1 answer

Exclude multiple folders using AWS S3 syn

Try this sudo aws s3 sync ...READ MORE

Nov 22, 2018 in AWS by Archana
• 5,640 points
3,368 views
0 votes
1 answer

Benefits of using P3 instances

P3 instances are the instance with their ...READ MORE

Jan 30, 2019 in AWS by sukesh
399 views
0 votes
1 answer

What is a Spot Instance?

Spot instances are the spare EC2 capacity ...READ MORE

Jan 29, 2019 in AWS by rishu
437 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
643 views
0 votes
1 answer

AWS S3 uploading hidden files by default

versioning is enabled in your bucket. docs.aws.amazon.com/AmazonS3/latest/user-guide/….... the ...READ MORE

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

Scaling lambda functions

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

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

JVM environment used in Java for AWS

openjdk 1.8. is provided by lambda for ...READ MORE

Jan 29, 2019 in AWS by sukanya
419 views
0 votes
1 answer

Enable VPC support using Lambda Function

Steps that you need to follow to ...READ MORE

Jan 29, 2019 in AWS by william
414 views
0 votes
1 answer

List hardware acceleration in AWS Marketplace

A user can develop their personalized AFI ...READ MORE

Jan 30, 2019 in AWS by sukesh
366 views
0 votes
1 answer

Instance preffered for AI/ML in AWS

The GPU-based compute instances are preferred for ...READ MORE

Jan 30, 2019 in AWS by sukesh
366 views
0 votes
1 answer

Can users change the EBS Shared Snapshots data?

This all depends on the permission granted ...READ MORE

Jan 31, 2019 in AWS by Subhash
320 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
620 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,155 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
445 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 513 views
0 votes
2 answers

How does Athena work?

Here is a blog by edureka itself. ...READ MORE

Jan 11, 2019 in AWS by Prawin
1,060 views