Trending questions in Cloud Computing

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,924 views
0 votes
1 answer

Is there a limit on using EFS?

There are no such limits with Amazon ...READ MORE

Jan 31, 2019 in AWS by Suresh Kumar
1,185 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,020 points
7,378 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
4,341 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
1,360 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,020 points
5,562 views
0 votes
1 answer

Use of Elastic Fabric Adapter

Elastic Fabric Adapter is used for the ...READ MORE

Feb 4, 2019 in AWS by Heena
1,027 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,605 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
8,130 views
+1 vote
3 answers

Where to find the Microsoft.IdentityModel dll?

Include Microsoft.IdentityModel.Extensions for WIF runtime support by following the following ...READ MORE

Oct 23, 2018 in Azure by Progbaaa
9,522 views
0 votes
1 answer

Does Amazon Lex come under managed services?

Yes, Amazon lex is a completely managed ...READ MORE

Feb 9, 2019 in AWS by Zeeshan
745 views
0 votes
1 answer

How to view the snapshots that are shared to me?

All the snapshots that are shared with ...READ MORE

Jan 31, 2019 in AWS by Subhash
1,131 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,700 views
+1 vote
2 answers

How do I run python script on aws EC2 instance(ubuntu)?

I believe that you are using the ...READ MORE

Apr 17, 2018 in AWS by Cloud gunner
• 4,670 points
10,876 views
0 votes
1 answer

Data source supported by AWS Glue?

The data source supported by AWS Glue ...READ MORE

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

Can I access a file system outside my VPC?

If you want to access file system ...READ MORE

Jan 31, 2019 in AWS by deeksha
1,046 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
1,102 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
898 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,660 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
1,040 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
1,123 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
1,291 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
1,114 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
1,067 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
1,094 views
0 votes
3 answers

How to replace/add key pair for a Windows EC2 instance

Stop the EC2 instance for which you ...READ MORE

Nov 30, 2018 in AWS by Abhinav
8,555 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
1,009 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
841 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
1,256 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,955 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
3,367 views
+5 votes
2 answers

Can we migrate the AWS Cognito users between the user pools?

Yes, it is possible that this scenario ...READ MORE

Apr 13, 2018 in AWS by Cloud gunner
• 4,670 points
10,938 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,726 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
1,178 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 1,174 views
0 votes
1 answer

Monitor Lambda function

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

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

NameError: name 'nitesh1995' is not defined. Error while creating a bucket

Hello @nitesh, You are getting the error because ...READ MORE

Nov 30, 2018 in AWS by Aniket
3,549 views
0 votes
1 answer

Scaling lambda functions

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

Jan 25, 2019 in AWS by satyam
1,145 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
861 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 1,143 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
919 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
865 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
813 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
923 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,497 views
+1 vote
3 answers

Not able to pass params POST to AWS Lambda from Amazon API Gateway

For this template : application/x-www-form-urlencoded  This line below will ...READ MORE

Jun 13, 2018 in AWS by Cloud gunner
• 4,670 points
9,194 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
913 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
860 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
1,118 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
1,099 views