Most answered questions in Cloud Computing

+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,020 points
2,586 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,020 points
1,228 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,020 points
1,771 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
1,264 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
4,121 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,300 points
1,229 views
+1 vote
1 answer

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

A golden AMI is an AMI that you standardize ...READ MORE

Apr 1, 2021 in Cloud Computing by Akram

edited Mar 5 5,927 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,020 points
2,843 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,020 points
4,142 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,020 points
868 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,020 points
1,804 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,510 points
20,033 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,634 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
26,853 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
8,339 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,879 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,885 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,020 points
5,118 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,020 points
3,523 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,020 points
1,003 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,635 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
3,383 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
5,087 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,766 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
1,078 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
1,235 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,715 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
620 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
817 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,755 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,367 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
1,075 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
1,081 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
1,264 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
7,821 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
995 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,783 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
1,042 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,020 points
5,578 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,020 points
2,446 views
0 votes
1 answer

Amazon AWS - simple email service for Sydney region

SES is just an authenticated endpoint on ...READ MORE

Jul 20, 2018 in AWS by Priyaj
• 58,020 points
836 views
0 votes
1 answer

AWS free tier account providing 30GB storage to create an instance

There is no such thing as a ...READ MORE

Jul 20, 2018 in AWS by Priyaj
• 58,020 points
2,375 views
0 votes
1 answer

Unable to connect to putty and winscp

Check if the FTP ports are enabled ...READ MORE

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

How to create a folder in AWS CodeCommit repository?

Follow the steps to create a folder ...READ MORE

Jul 20, 2018 in Cloud Computing by Gopalan
• 1,360 points
12,220 views
+1 vote
1 answer

AWS Pricing VS Google-Cloud-Platform Pricing

The lowest config cost according Google Cloud ...READ MORE

Jul 19, 2018 in AWS by Priyaj
• 58,020 points
1,058 views
0 votes
1 answer

Tutorial on AWS

This is a interactive demo and hands-on ...READ MORE

Jul 19, 2018 in AWS by Priyaj
• 58,020 points
1,067 views
+1 vote
1 answer

How to add SSL certificate to AWS EC2 with the help of new AWS Certificate Manager service

refer this link  https://aws.amazon.com/certificate-manager/faqs/ You can't install the certificates ...READ MORE

Jul 19, 2018 in AWS by Priyaj
• 58,020 points
2,096 views
0 votes
1 answer

What is MFA and how to use it with AWS CLI?

To get the temporary session token use ...READ MORE

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

What is the difference between s3cmd, AWS CLI and boto?

If you are writing a shell script ...READ MORE

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

AWS: Migration Of data

This is what AWS has to say: ...READ MORE

Jul 19, 2018 in Cloud Computing by code_ninja
• 6,300 points
1,404 views