Trending questions in Cloud Computing

0 votes
1 answer

How to create a S3 bucket in AWS Console?

To create a S3 bucket in AWS, ...READ MORE

Feb 13, 2019 in AWS by Priyaj
• 58,020 points
1,360 views
0 votes
1 answer

Metadata for my AWS Glue data catalog

AWS Glue is used to provide a ...READ MORE

Feb 4, 2019 in AWS by Heena
1,772 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,687 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
2,546 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,510 points
11,560 views
0 votes
2 answers

Hybrid Cloud vs multi-Cloud

Hybrid cloud is an infrastructure while multi-cloud ...READ MORE

Feb 8, 2019 in Cloud Computing by sarosh
1,471 views
0 votes
1 answer

What is AFI?

AFI is nothing but the design that ...READ MORE

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

How to create a subnet inside a VPC using AWS CLI?

To create a subnet inside a VPC ...READ MORE

Feb 21, 2019 in AWS by Priyaj
• 58,020 points
895 views
0 votes
1 answer

What are the attributes used while ec2 instance creation using AWS CLI?

This is the list of attributes that ...READ MORE

Feb 16, 2019 in AWS by Lionel
1,141 views
0 votes
1 answer

Disabling CloudFormation in Spring Cloud AWS

I got the same error. You just ...READ MORE

Feb 4, 2019 in AWS by Archana
• 5,640 points
1,616 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,020 points
2,163 views
0 votes
1 answer

Deploying Lambda fucntion to Lambda@Edge

The suggested way can be that, you ...READ MORE

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

What is the job role for a AWS pre-sales architect?

The AWS Pre Sales Architect will be ...READ MORE

Nov 30, 2018 in AWS by Aniket
4,450 views
0 votes
1 answer

How to add Item into DynamoDB?

Adding an Item in DynamoDB is just ...READ MORE

Feb 22, 2019 in AWS by Priyaj
• 58,020 points
799 views
0 votes
1 answer
0 votes
1 answer

How to query in DyanmoDB?

Here is a simple query example to ...READ MORE

Feb 22, 2019 in AWS by Priyaj
• 58,020 points
788 views
0 votes
1 answer

How can I return binary body and http headers from an AWS lambda through API gateway

I recently got this working after facing ...READ MORE

Sep 4, 2018 in AWS by Priyaj
• 58,020 points
8,167 views
0 votes
1 answer

Will deleted EC2 instances be counted in the free tier?

Based on what you said, I am ...READ MORE

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

How to create a route table for a VPC?

To create a Route Table for your ...READ MORE

Feb 21, 2019 in AWS by Priyaj
• 58,020 points
791 views
0 votes
1 answer

How to create expiring URL links to Amazon S3 with ASP.net?

Yes, there is a solution. Well, using ...READ MORE

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

How to create subnets in a VPC in AWS Console?

To create a subnet inside a VPC ...READ MORE

Feb 11, 2019 in AWS by Priyaj
• 58,020 points
1,265 views
0 votes
1 answer

What is AWS Glue?

AWS Glue is a fully-managed service, it ...READ MORE

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

Is there a minimum throughput for a single provision in DynamoDB table?

The minimum provisioned throughput that a user ...READ MORE

Feb 15, 2019 in AWS by Heena
1,054 views
0 votes
1 answer

How to pipe (/stream) big file (video,pdf,any…) from aws s3 to node.js express res?

As far as I remember the limit ...READ MORE

Sep 24, 2018 in AWS by Priyaj
• 58,020 points
7,239 views
0 votes
1 answer

Why not run my own MPP data warehouse cluster on Amazon EC2 instead of Amaozn Redshift?

It's too much work to manage and run ...READ MORE

Feb 7, 2019 in AWS by Archana
• 5,640 points
1,327 views
0 votes
1 answer

What is stateless filetring in amazon VPC?

Stateless filtering is only used to examine ...READ MORE

Feb 19, 2019 in AWS by Ritesh
820 views
0 votes
1 answer

AWS S3 presigned URL limit

You can create as many signed URLs ...READ MORE

Nov 28, 2018 in AWS by Archana
• 5,640 points
4,375 views
0 votes
1 answer

What is the difference between EBS and EFS?

Amazon EBS are designed is such a ...READ MORE

Jan 31, 2019 in AWS by Subahsh
1,614 views
0 votes
1 answer

How to create a security group from AWS Console?

To create a security group all you ...READ MORE

Feb 12, 2019 in AWS by Priyaj
• 58,020 points
1,094 views
0 votes
2 answers

Replicate S3 bucket in different region.

Previously it was not possible but now ...READ MORE

Feb 13, 2019 in AWS by Shashank
• 1,370 points
981 views
0 votes
1 answer

What kind of query is supported by DynamoDB?

DynamoDB provides a huge range of query ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
977 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,020 points
1,939 views
0 votes
1 answer

What are the things taken care by DynamoDB?

The things taken care by DynamoDB are ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
962 views
0 votes
1 answer

How to make a S3 bucket public?

You can change the setting according to ...READ MORE

Feb 13, 2019 in AWS by Priyaj
• 58,020 points
995 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,907 views
0 votes
1 answer

What is DynamoDB?

DynamoDB is a database service provided by ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
889 views
0 votes
1 answer

Accelerated Computing Instances in AWS

Accelerated Computing instance are types of instances ...READ MORE

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

How to get AWS Bandwidth fora year?

It's very easy. Just click on your account ...READ MORE

Feb 12, 2019 in AWS by Archana
• 5,640 points
935 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,020 points
3,329 views
0 votes
0 answers

what are route53 exceptions

Feb 17, 2019 in AWS by anonymous
769 views
+1 vote
4 answers

How do I cache my images which are stored in Amazon S3?

when caching ec2 instance these can be ...READ MORE

Oct 23, 2018 in AWS by Nabarupa
9,786 views
0 votes
2 answers

What is multi cloud and why is it being used?

Multi-cloud strategy is used for the following ...READ MORE

Feb 8, 2019 in Cloud Computing by Dee
1,017 views
0 votes
1 answer

What is Amazon EFS and how does it work?

Amazon EFS is a file system that ...READ MORE

Jan 31, 2019 in AWS by ritu radhika
1,385 views
0 votes
1 answer

Throttle limit for Lambda Function

Once you exceed the throttle limit, Lambda ...READ MORE

Jan 28, 2019 in AWS by sushmita
1,586 views
0 votes
1 answer

What is hybrid cloud?

Hybrid cloud is a cloud computing environment which ...READ MORE

Feb 8, 2019 in Cloud Computing by Aru
1,027 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
1,467 views
0 votes
1 answer

Error while connecting AWS EC2 instance via a browser

Even I was facing the same issue. ...READ MORE

Jan 11, 2019 in Azure by Archana
• 5,640 points
2,225 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,657 views
0 votes
1 answer

What is the use of Amazon Lex?

The most common use-cases include: It is used ...READ MORE

Feb 9, 2019 in AWS by Radha
967 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,879 views