Most answered questions in Cloud Computing

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

Can you scale an Amazon instance vertically?

You definately can. It is one of the ...READ MORE

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

Can Some one tell me what are the Various Layers in Cloud Architecture?

These are the layers you should know ...READ MORE

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

Do you get charged for a security group in AWS EC2?

There is no charge applicable to Security ...READ MORE

Jul 18, 2018 in AWS by Priyaj
• 58,020 points
13,712 views
0 votes
1 answer

AWS instance storage pricing and selection & Reserved Instance

You have two storage options with instances. ...READ MORE

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

Is there any way to use boto3 anonymously?

Yes. Your credentials are used to sign ...READ MORE

Jul 18, 2018 in AWS by Cloud gunner
• 4,670 points
3,935 views
0 votes
1 answer

Directory Listing in S3 Static Website

There is also a solution: https://github.com/caussourd/aws-s3-bucket-listing Similar to https://github.com/rgrp/s3-bucket-listing but I couldn't ...READ MORE

Jul 18, 2018 in AWS by Cloud gunner
• 4,670 points
6,630 views
0 votes
1 answer

Creating A New MySQL User In Amazon RDS Environment

AWS RDS security groups documentation (a common ...READ MORE

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

Login to AWS from AWS Tools for Powershell

If your IAM user account doesn't already ...READ MORE

Jul 18, 2018 in AWS by Priyaj
• 58,020 points
3,672 views
0 votes
1 answer

sync --delete command removed all local files in AWS S3

aws sync is not used for deleting ...READ MORE

Jul 18, 2018 in Cloud Computing by Gopalan
• 1,360 points
8,672 views
0 votes
1 answer

What are the limitations of AWS lambda?

You can get a brief knowledge about ...READ MORE

Aug 9, 2018 in Cloud Computing by Priyaj
• 58,020 points
1,074 views
0 votes
1 answer

Amazon CloudWatch Monitoring

Cloudwatch collects data from the host OS, ...READ MORE

Aug 13, 2018 in Cloud Computing by bug_seeker
• 15,510 points
888 views
0 votes
1 answer

AWS VPN NATing basic

You cannot solve the problem of CIDR ...READ MORE

Jul 20, 2018 in AWS by datageek
• 2,540 points
854 views
0 votes
1 answer

How to link AWS Lambda function to Amazon CloudWatch ?

In order to create Log Group and ...READ MORE

Jul 20, 2018 in AWS by datageek
• 2,540 points
1,873 views
0 votes
1 answer

What is Cloud Formation?

Cloud Formation is a service which is ...READ MORE

Jul 17, 2018 in Cloud Computing by sunshine
• 1,300 points
1,058 views
0 votes
1 answer

How do secure data on cloud or cloud platforms like AWS?

The most efficient way of securing data ...READ MORE

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

Is there a way to simulate perimeter security using Amazon Web Services Model?

To start with,perimeter security is the using ...READ MORE

Jul 17, 2018 in Cloud Computing by code_ninja
• 6,300 points
958 views
0 votes
1 answer

AWS sigin loop - can't access the portal

I contacted AWS regarding the issue and ...READ MORE

Aug 7, 2018 in AWS by Priyaj
• 58,020 points
1,513 views
0 votes
1 answer

Cost of storing AMI

You are only charged for the storage ...READ MORE

Aug 7, 2018 in AWS by Priyaj
• 58,020 points
15,420 views
0 votes
1 answer

Web Hosting on Amazon AWS (PHP + MySQL)

You can simply refer the following link, ...READ MORE

Aug 7, 2018 in AWS by Priyaj
• 58,020 points
1,338 views
0 votes
1 answer

Comparing bare metal server with AWS servers

There is an Amazon Web Services Total ...READ MORE

Aug 7, 2018 in AWS by Priyaj
• 58,020 points
781 views
0 votes
1 answer

I am trying to launch an ec2 instance using aws-cli and i want to copy my code from a s3 bucket.

It might be throwing an error on ...READ MORE

Aug 7, 2018 in AWS by Priyaj
• 58,020 points
3,312 views
0 votes
1 answer

What does the units in an instance launching mean?

Ec2 provides the users with instances of ...READ MORE

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

How to increase the EBS volume size of an instance that is on running state ?

Unluckily, it is not possible to increase ...READ MORE

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

In what language is AWS Management Console developed or written?

Since AWS Management Console is a web ...READ MORE

Jul 16, 2018 in Cloud Computing by Gopalan
• 1,360 points
5,598 views
0 votes
1 answer

SSH access to Amazon EC2 instance shows permission denied

The error is an authentication error. The ...READ MORE

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

How do I create or build an AMI in AWS?

Building of an AMI can be initiated ...READ MORE

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

AWS: Can Someone brief me about Elastic Block Storage

EBS is virtual storage area network (SAN) ...READ MORE

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

What happens to data if the data center goes down in AWS?

When it comes to the security and ...READ MORE

Jul 13, 2018 in AWS by Priyaj
• 58,020 points

edited Jul 13, 2018 by Priyaj 2,656 views
0 votes
1 answer

What are the benefits of using Cloud over On-premise data centers ?

Cloud is also Data centers just with ...READ MORE

Jul 13, 2018 in Cloud Computing by Priyaj
• 58,020 points
1,817 views
0 votes
1 answer

nstalling phpMyAdmin in Amazon EC2 instance

I needed to update the /etc/httpd/conf.d/phpMyAdmin.conf to allow remote ...READ MORE

Jul 13, 2018 in AWS by Cloud gunner
• 4,670 points
2,077 views
0 votes
1 answer

How do I write an S3 Object to a file?

While IOUtils.copy() and IOUtils.copyLarge() are great, I would prefer the old ...READ MORE

Jul 13, 2018 in AWS by Hammer
• 360 points
4,909 views
0 votes
1 answer

A strange spark ERROR on AWS EMR

Those warning messages can be suppressed by ...READ MORE

Jul 13, 2018 in AWS by Flying geek
• 3,280 points
1,893 views
0 votes
1 answer

Amazon EC2 custom AMI not running bootstrap (user-data)

At the end of initial bootstrap (UserData) ...READ MORE

Jul 13, 2018 in AWS by Cloud gunner
• 4,670 points
3,951 views
0 votes
1 answer

What exactly is an AWS “Edge Location”? [closed]

An Edge location is basically a small ...READ MORE

Aug 9, 2018 in AWS by Priyaj
• 58,020 points
2,230 views
0 votes
1 answer

Amazon s3 Folders Problem

Amazon S3 is a flat file system. ...READ MORE

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

How to set the client certificate for AWS API gateway deployment stage using aws-cli

You'll need to use aws api-gateway update-domain-name. http://docs ...READ MORE

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

How to get AWS account/service cost using CloudWatch API?

You can check this link for a ...READ MORE

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

How to easy log user interaction with the aws cloudsearch api?

You can see the detailed information given ...READ MORE

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

Common APIs to launch EC2 and Openstack instances.

There is a api on github that ...READ MORE

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

AWS: Can anyone tell me how do I build an AMI?

Building of an AMI can be initiated ...READ MORE

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

How to create an additional access key for an IAM user?

It is not possible to create an ...READ MORE

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

Does it make sense to have an Amazon Elastic Load Balancer with just one EC2 instance?

ELB automatically distributes incoming application traffic across ...READ MORE

Jul 12, 2018 in Cloud Computing by ArchanaNagur
• 2,360 points
1,286 views
0 votes
1 answer

AWS: Should Encryption be done in S3?

Simple Storage Service is a proprietary service ...READ MORE

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

AWS: What is the relation between Instance and AMI?

Amazon Web Services provides various methods to ...READ MORE

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

What is CPU Credit Balance in EC2?

CPU Credit regulates the amount CPU burst ...READ MORE

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

Quick way to get AWS Account number from the cli tools?

Via "Secure Token Service" using the following ...READ MORE

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

Creating a Backup of AWS account configurations.

You can use AWS CloudFormer to create ...READ MORE

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

What are the books to refer while learning AWS?

You can begin with the courses that ...READ MORE

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

What are the interview questions that could be asked related to AWS?

Genuine answer would be that you never ...READ MORE

Jul 12, 2018 in AWS by Priyaj
• 58,020 points
3,304 views