Most answered questions in Cloud Computing

0 votes
1 answer

AWS : Stateless Applications

Inevitably, there will be layers of your ...READ MORE

Jul 31, 2018 in Cloud Computing by Meci Matt
• 9,460 points
1,133 views
0 votes
1 answer

Not able to stream PDF, using AWS gateway/Lambda setup

I had a similar problem with trying ...READ MORE

Jul 31, 2018 in AWS by Priyaj
• 58,090 points
3,053 views
+1 vote
1 answer

New Exam AWS Certified Solutions Architect - Associate

Amazon publishes details of both exams on ...READ MORE

Jul 31, 2018 in AWS by Priyaj
• 58,090 points
1,232 views
0 votes
1 answer

Differentiate between stopping and terminating an instance

When an instance is stopped, the instance ...READ MORE

Jul 31, 2018 in AWS by Priyaj
• 58,090 points
8,783 views
0 votes
1 answer

Explain how the buffer is used in Amazon web services?

In order to make system more efficient ...READ MORE

Jul 31, 2018 in AWS by Priyaj
• 58,090 points
4,988 views
0 votes
1 answer

Amazon SimpleDB vs Amazon DynamoDB

Using either Simple DB or Dynamo DB ...READ MORE

Jul 31, 2018 in AWS by Priyaj
• 58,090 points
938 views
0 votes
1 answer

What does High Availability Zone exactly mean?

It is best practice to replicate the ...READ MORE

Jul 31, 2018 in Cloud Computing by Gopalan
• 1,360 points
742 views
+1 vote
1 answer

EC2 instance has no public DNS

Follow the given steps: Go to console.aws.amazon.com Go To Services ...READ MORE

Jul 31, 2018 in Cloud Computing by Gopalan
• 1,360 points
24,885 views
0 votes
1 answer

Cannot launch from template in AWS CLI?

You are using an older version of ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
686 views
0 votes
1 answer

AWS buckets and regions

In spite of appearances, and AWS account ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
372 views
+1 vote
1 answer

Can AWS CloudFormation templates for AWS Inspector add an SNS Topic

I see the SNS option is available ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
1,733 views
0 votes
1 answer

AWS ElasticSearch with cakephp/elastic-search plugin

CakePHP is an open source, MVC framework ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
847 views
0 votes
1 answer

RDS instance in private subnet

You need to create a new subnet ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
1,392 views
0 votes
1 answer

S3 user cannot access objects in his own bucket if created by another user. Why?

I think you have to  re-write the ...READ MORE

Jul 30, 2018 in Cloud Computing by Gopalan
• 1,360 points
761 views
0 votes
1 answer

How to delete the files from AWS S3 except the recently 5 added/updated files?

Use AWS s3 rm command with multiple --exclude options as shown: aws ...READ MORE

Jul 30, 2018 in Cloud Computing by Gopalan
• 1,360 points
3,560 views
0 votes
1 answer

How do you implement service discovery in AWS?

For an Amazon EC2 hosted service a ...READ MORE

Jul 27, 2018 in Cloud Computing by code_ninja
• 6,290 points
700 views
+1 vote
1 answer

AWS: Can some one tell me what is a golden image?

Golden Images Certain AWS resource types like Amazon ...READ MORE

Jul 27, 2018 in Cloud Computing by DragonLord999
• 8,450 points
5,323 views
0 votes
1 answer

Install RStudio on AWS EC2 instance

Amazon Linux AMI 2017.09.1 is based on ...READ MORE

Jul 27, 2018 in AWS by Priyaj
• 58,090 points
2,337 views
0 votes
1 answer

Training data in S3 in AWS Sagemaker

If your IAM roles are setup correctly, ...READ MORE

Jul 27, 2018 in AWS by Priyaj
• 58,090 points
3,604 views
0 votes
1 answer

finding best deployment locations in aws regions

You can certainly launch and terminate Amazon ...READ MORE

Jul 27, 2018 in AWS by Priyaj
• 58,090 points
408 views
+1 vote
1 answer

How many times can one receive the AWS free tier?

Yes, it is possible to create a ...READ MORE

Jul 27, 2018 in AWS by Priyaj
• 58,090 points
1,334 views
0 votes
1 answer

How to provide tags for the stack in CloudFormation Template?

In the template anatomy, you cant set ...READ MORE

Aug 13, 2018 in AWS by bug_seeker
• 15,520 points
18,866 views
0 votes
1 answer

How to generate temporary URL to upload files to S3 using boto?

Use the following code to do so: import ...READ MORE

Jul 27, 2018 in Cloud Computing by Gopalan
• 1,360 points
1,178 views
+2 votes
1 answer

How to connect to EC2 file directory using SFTP and Filezilla?

To connect to EC2 instance using Filezilla, ...READ MORE

Jul 27, 2018 in Cloud Computing by Gopalan
• 1,360 points
25,098 views
+1 vote
1 answer

Can I have a shared drive between Azure Virtual Machines?

In Azure Resource Manager "Storage Account" you ...READ MORE

Jul 26, 2018 in Azure by cloudie_crank
• 1,610 points
7,694 views
0 votes
1 answer

How to set content-type of media files stored on blob?

You can use the below way: var storageAccount ...READ MORE

Jul 26, 2018 in Azure by null_void
• 3,220 points
6,229 views
0 votes
1 answer

What are the practical differences between AWS EFS, EBS and S3?

EFS  It is a file storage connected with ...READ MORE

Aug 8, 2018 in AWS by sunshine
• 1,300 points
1,355 views
+1 vote
1 answer

How to load CSV data to RDS Aurora table using lambda?

Launch an Amazon RDS MySQL database engine ...READ MORE

Jul 26, 2018 in AWS by Priyaj
• 58,090 points
4,304 views
0 votes
1 answer

How to access AWS ElasticSearch Service automated snapshots/backups?

You can't get to the S3 bucket ...READ MORE

Jul 26, 2018 in AWS by Priyaj
• 58,090 points
2,913 views
+1 vote
1 answer

AWS billing information using AWS java sdk

There are no APIs to get AWS ...READ MORE

Jul 26, 2018 in AWS by Priyaj
• 58,090 points
649 views
0 votes
1 answer

AWS: What is an API Gateway in AWS?

Amazon API Gateway is a fully managed ...READ MORE

Jul 26, 2018 in Cloud Computing by Meci Matt
• 9,460 points
1,071 views
+1 vote
1 answer

How to configure SSL for Amazon S3 bucket?

You can access your S3 bucket via ...READ MORE

Jul 26, 2018 in Cloud Computing by Gopalan
• 1,360 points
2,764 views
0 votes
1 answer

How to self terminate an EC2 instance?

To self-terminate an EC2 instance, follow the ...READ MORE

Jul 26, 2018 in Cloud Computing by Gopalan
• 1,360 points
4,426 views
0 votes
1 answer

What is vertical and horizontal scalability in aws?

Vertical Scalability: Scaling vertically takes place through an ...READ MORE

Jul 25, 2018 in Cloud Computing by hemant
• 5,790 points
1,311 views
0 votes
1 answer

How to give full access to a S3 user for a single bucket?

Add "s3: ListBucket" permission to the bucket { ...READ MORE

Jul 25, 2018 in Cloud Computing by Gopalan
• 1,360 points
570 views
+1 vote
1 answer

How to add cache control in AWS S3?

Use modify command along with s3cmd  to ...READ MORE

Jul 25, 2018 in Cloud Computing by Gopalan
• 1,360 points
912 views
0 votes
1 answer

AWS HTTP error: Client error: 403 RequestTimeTooSkewed. How to solve this error

This error has occurred because your servers ...READ MORE

Jul 24, 2018 in Cloud Computing by sunshine
• 1,300 points
2,074 views
0 votes
1 answer

AWS: Dealing with latencies

Hi, I hope this helps: Amazon CloudFront is ...READ MORE

Jul 24, 2018 in Cloud Computing by DragonLord999
• 8,450 points
349 views
0 votes
1 answer

How to restrict read access to named clients in AWS S3 when you are serving several clients ?

The best practice is to have pre-signed ...READ MORE

Jul 24, 2018 in Cloud Computing by Gopalan
• 1,360 points
437 views
0 votes
1 answer

How to duplicate AWS EC2 instance without any downtime?

Technically it is not possible, because the ...READ MORE

Jul 24, 2018 in Cloud Computing by Gopalan
• 1,360 points
1,306 views
0 votes
1 answer

How to Restrict AWS Resource Access to a Specific IAM Role

You can use iam get-role to find the Role-Id and add ...READ MORE

Aug 13, 2018 in AWS by Archana
• 4,170 points
1,005 views
0 votes
1 answer

What are the different ways to send a request to Simple Storage Service in AWS?

There  are two ways: Using REST API Using AWS ...READ MORE

Jul 23, 2018 in Cloud Computing by brat_1
• 7,200 points
606 views
0 votes
1 answer

What are some of the popular DevOps Tools we can use or we should learn?

If you ask me, I would say ...READ MORE

Jul 23, 2018 in Cloud Computing by hemant
• 5,790 points
593 views
0 votes
1 answer

Create Amazon EC2 instance with API

If you are looking for a method ...READ MORE

Jul 20, 2018 in AWS by Archana
• 4,170 points
902 views
0 votes
1 answer

Difference between AWS S3 and Amazon Storage Gateway

Basically AWS S3 is a file system. It ...READ MORE

Aug 4, 2018 in AWS by Archana
• 4,170 points
6,500 views
0 votes
1 answer

AWS: Why is EC2 so popular?

See if some of these features make ...READ MORE

Jul 20, 2018 in Cloud Computing by DragonLord999
• 8,450 points
495 views
0 votes
1 answer

How can I return XML from boto calls?

I don't think there's an officially supported ...READ MORE

Jul 20, 2018 in AWS by Cloud gunner
• 4,670 points
1,253 views
0 votes
1 answer

AWS:Which automatic gears help us with spinup services?

API tools that are normally used for ...READ MORE

Jul 20, 2018 in Cloud Computing by DragonLord999
• 8,450 points
468 views
0 votes
1 answer

How to access an AWS Lambda environment variable from Python

Try this code hope it will work ...READ MORE

Jul 20, 2018 in AWS by Priyaj
• 58,090 points
5,110 views
+1 vote
1 answer

How to clear all data from AWS CloudSearch?

Best answer I've been able to find ...READ MORE

Jul 20, 2018 in AWS by Priyaj
• 58,090 points
1,980 views