Most answered questions in Cloud Computing

+8 votes
25 answers

What is an “Edge Location” in AWS?

Let us start with brief explanation to ...READ MORE

Apr 3, 2018 in Cloud Computing by brat_1
• 7,200 points
111,317 views
+9 votes
17 answers

AWS VPC - What is the difference between Internet Gateway & NAT

Internet Gateway An Internet Gateway is a logical connection ...READ MORE

Apr 24, 2018 in AWS by Flying geek
• 3,280 points

edited Jul 10, 2023 by Khan Sarfaraz 126,891 views
+5 votes
14 answers

Python AWS Boto3: How do i read files from S3 Bucket?

You can use the following code, import boto3 s3 ...READ MORE

Dec 7, 2018 in AWS by Nitesh
313,520 views
+7 votes
12 answers

How do I delete my Google Cloud Platform Account?

How do I delete me cloud and ...READ MORE

Jan 18, 2019 in GCP by dodge123@yahoo.com
161,514 views
+1 vote
10 answers

How can the NuGet packages be used in Azure Functions?

Yes! Although the Azure Functions portal does ...READ MORE

Jun 8, 2018 in Azure by club_seesharp
• 3,450 points
16,189 views
+1 vote
10 answers

HTTP request not working with AWS Lambda, please help?

context.done has to be included after the ...READ MORE

Apr 13, 2018 in AWS by brat_1
• 7,200 points
15,841 views
+2 votes
10 answers

Querying DynamoDB by date

You can use the "day" portion in ...READ MORE

Oct 25, 2018 in Cloud Computing by abc
31,137 views
+3 votes
10 answers

Difference between s3n, s3a and s3?

S3 Native FileSystem (URI scheme: s3n) A ...READ MORE

Oct 25, 2018 in AWS by Rishab rohan
39,559 views
0 votes
8 answers

Exam Dumps Required

Hi Naveed, You can get the Exam Dumps ...READ MORE

Apr 24, 2019 in Azure by Prerna
• 1,960 points
2,585 views
+4 votes
7 answers

Creating Amazon Web Service (AWS) account (trial version) without giving up credit card details

Unfortunately, you can’t create an account on ...READ MORE

Mar 30, 2018 in Cloud Computing by brat_1
• 7,200 points
18,105 views
+3 votes
6 answers

How to move files from amazon ec2 to s3 bucket using command line

Hey, 3 ways you can do this: To ...READ MORE

Oct 9, 2018 in AWS by Omkar
• 69,210 points
19,248 views
+2 votes
6 answers

Can we download an entire S3 bucket?

Use this command with the AWS CLI: aws ...READ MORE

Oct 25, 2018 in Cloud Computing by tryhard
3,693 views
+5 votes
6 answers

Benefits of EBS vs. instance-store

As of now all AMI's in quickstart ...READ MORE

Oct 16, 2018 in AWS by Ashwat Singh
13,112 views
+3 votes
6 answers

Renaming files in S3

You can either use AWS CLI or ...READ MORE

Oct 16, 2018 in AWS by petter dj
29,915 views
+3 votes
6 answers

Are the S3 buckets in AWS, Region Specific?

Yes S3 buckets are region specific. When you ...READ MORE

Oct 16, 2018 in Cloud Computing by Rijo
28,113 views
+1 vote
5 answers

Using IAM user account how can I login to AWS Console?

Hi, Here for the above mentioned IAM user ...READ MORE

Jan 27, 2020 in AWS by vivek
• 530 points
6,831 views
+1 vote
5 answers

Java 8 application on EC2

This set of command will serve the ...READ MORE

Oct 25, 2018 in Cloud Computing by gionete
1,716 views
+1 vote
5 answers

Can Celery be used with Amazon SQS

I regenerated the credentials in the IAM ...READ MORE

Oct 25, 2018 in AWS by triedntested
3,459 views
+2 votes
5 answers

Possibility of Querying EC2 tags from within instance

You can use the describe-instances cli call ...READ MORE

Oct 25, 2018 in Cloud Computing by nabarupa
2,026 views
+3 votes
5 answers

AWS EFS vs EBS vs S3 (differences & when to use?)

EFS is: May not yet be available in ...READ MORE

Apr 9, 2018 in Cloud Computing by hemant
• 5,790 points
4,218 views
+4 votes
5 answers

Usage of Amazon Cloudfront or S3

When to use S3? S3 is like many ...READ MORE

Apr 3, 2018 in AWS by brat_1
• 7,200 points
1,554 views
+4 votes
5 answers

How to do parallel uploads to the same s3 bucket directory with s3cmd?

Is your problem is not with the ...READ MORE

Oct 11, 2018 in Cloud Computing by findingbugs
• 4,780 points
4,115 views
+1 vote
4 answers

AWS CLI - couldn't connect to endpoint URL

You probably have something wrong in your ...READ MORE

Oct 5, 2018 in AWS by Archana
• 4,170 points
32,720 views
+5 votes
4 answers

Facing rendering issue in AWS EC2 instance

Hey @Vanshika there could be many factors ...READ MORE

Aug 21, 2018 in AWS by Priyaj
• 58,090 points
1,068 views
+1 vote
4 answers

What is the difference between Amazon ECS and Amazon EC2?

EC2 allows you to launch individual instances ...READ MORE

Jul 11, 2018 in AWS by Priyaj
• 58,090 points
42,598 views
0 votes
4 answers

Renaming AWS Lambda function

Nope- the function name is immutable READ MORE

Mar 7, 2019 in AWS by anonymous
13,225 views
0 votes
4 answers

How can I rename a SQL Azure database?

This command serves the purpose ALTER DATABASE [oldname] ...READ MORE

Nov 30, 2018 in Azure by Abhinav
1,950 views
+1 vote
4 answers

How do Connect to Azure website via FTP?

First set up your FTP credentials are ...READ MORE

Oct 23, 2018 in Azure by abc
3,822 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
8,472 views
+1 vote
4 answers

Can a URL be directly uploaded to S3 using POST?

You can read this blog and get ...READ MORE

Oct 25, 2018 in AWS by chamunda
2,745 views
+2 votes
4 answers

Scaling Amazon EBS Volume sizes

You can grow the storage or compress ...READ MORE

Oct 25, 2018 in Cloud Computing by prashant
972 views
+2 votes
4 answers

S3 REST API PUT/ POST method

The POST verb is most-often utilized to ...READ MORE

Oct 25, 2018 in AWS by regina phillange
10,082 views
+3 votes
4 answers

Generating AWS billing details using aws java applications

There definitely are no applications that give ...READ MORE

Apr 9, 2018 in AWS by hemant
• 5,790 points
1,697 views
+3 votes
4 answers

How to host a website on AWS?

Certainly, it can be used to do ...READ MORE

Mar 30, 2018 in AWS by brat_1
• 7,200 points
2,518 views
+4 votes
4 answers

AWS S3 cli isn’t working on Windows server

The error message has nothing to do ...READ MORE

Aug 20, 2018 in Cloud Computing by Priyaj
• 58,090 points
1,229 views
0 votes
3 answers

How to check instance state and status via Lambda function in AWS?

import boto3 from pprint import pprint def lambda_handler(event, context):          # ...READ MORE

Sep 8, 2020 in AWS by Shrikant
• 180 points
9,666 views
+1 vote
3 answers

AWS Error "The address with allocation id [allocation id] cannot be released because it is locked to your account"

Do you see any associations for the ...READ MORE

Oct 10, 2019 in AWS by Pratap
2,098 views
0 votes
3 answers

Sharing an AMI with other accounts

You can share it by specifying your ...READ MORE

Sep 3, 2019 in AWS by Maris
1,750 views
+1 vote
3 answers

Is it possible to get platform and OS information from EC2 instances?

Yes it is possible to get the ...READ MORE

Feb 6, 2019 in AWS by Priyaj
• 58,090 points
9,072 views
+2 votes
3 answers

Where to buy good TEST Exam based scenarios samples ? ( Solution Architect Associated ) SAA-C01, AWS exam,

The user Leonardofed from github has put a lot ...READ MORE

Feb 6, 2019 in AWS by Disha
1,252 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,090 points
2,275 views
+2 votes
3 answers

AWS S3 - Listing all objects inside a folder without the prefix

For Scala developers, here it is recursive ...READ MORE

Sep 20, 2018 in AWS by Priyaj
• 58,090 points
48,032 views
+1 vote
3 answers

AWS Pricing for upgrading reserved instances

Depending on your situation, you may be ...READ MORE

Sep 3, 2018 in AWS by findingbugs
• 4,780 points
732 views
+2 votes
3 answers

How to send email to non-verified email address using AWS SES

While running in sandbox mode you can ...READ MORE

Jul 26, 2018 in AWS by Priyaj
• 58,090 points
8,483 views
+2 votes
3 answers

How do we list all the resources in AWS for all regions?

Yes. I had the same issue, trying to ...READ MORE

Feb 25, 2019 in Cloud Computing by anonymous
14,879 views
+2 votes
3 answers

What is an Edge Location? [closed]

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

Jul 13, 2018 in AWS by Priyaj
• 58,090 points
1,760 views
+7 votes
3 answers

How to download folder from AWS S3?

To Download using AWS S3 CLI : aws ...READ MORE

Sep 7, 2018 in Cloud Computing by eatcodesleeprepeat
• 4,710 points
274,423 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
8,368 views
+1 vote
3 answers

How to get ARN for s3 Bucket using aws cli .

An ARN is a non-opaque, constructible identifier, ...READ MORE

Aug 16, 2018 in AWS by Priyaj
• 58,090 points
5,043 views
+1 vote
3 answers

AWS EC2: Is it possible to edit httpd.conf file in

It would be prompting you a alert, ...READ MORE

Aug 17, 2018 in Cloud Computing by Priyaj
• 58,090 points
2,601 views