Most viewed questions in Cloud Computing

0 votes
3 answers

How to replace/add key pair for a Windows EC2 instance

Stop the EC2 instance for which you ...READ MORE

Nov 30, 2018 in AWS by Abhinav
7,455 views
0 votes
1 answer

AWS SSL security error : [curl] 60: SSL certificate prob…: unable to get local issuer certificate

the solution for AWS SDK v2 is ...READ MORE

Nov 2, 2018 in AWS by Priyaj
• 58,090 points
7,430 views
0 votes
1 answer

How are Java lambda functions compiled?

For Lambda expressions, the compiler doesn’t translate ...READ MORE

Mar 6, 2019 in Cloud Computing by Avantika
• 1,520 points
7,429 views
0 votes
1 answer

How to set up AWS credentials in AWS Powershell?

First, of all the tools installed to ...READ MORE

Nov 22, 2018 in AWS by Archana
• 5,640 points
7,428 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,090 points
7,405 views
0 votes
1 answer

AWS CodePipeline error "YAML_FILE_ERROR Message: Wrong number of container tags, expected 1"

Show your spec.yaml file. Most probably the ...READ MORE

Jun 28, 2019 in AWS by Himanshu
7,380 views
0 votes
1 answer

How to get the Azure table Row count?

Unfortunately there's no other way to do ...READ MORE

Sep 25, 2018 in Azure by null_void
• 3,220 points
7,352 views
0 votes
1 answer

Stream uploaded file to Azure blob storage with Node

Using Multiparty(npm install multiparty), a fork of ...READ MORE

Sep 24, 2018 in Azure by club_seesharp
• 3,450 points
7,330 views
+2 votes
3 answers

I am not able to stream PDF, using AWS gateway/Lambda setup

I got a discussion on aws forum ...READ MORE

Aug 2, 2018 in AWS by bug_seeker
• 15,520 points
7,292 views
+2 votes
1 answer

can we start and stop EC2 instance using Terraform?

Hi@Lakshminarayanan, You can use command inside your local-exec ...READ MORE

Aug 17, 2020 in Terraform by MD
• 95,440 points
7,269 views
0 votes
2 answers

Reading PDF file from Azure blob storage

For pdf reading and manipulating Itextsharp libraby is fine. For ...READ MORE

Aug 17, 2018 in Azure by Priyaj
• 58,090 points
7,233 views
0 votes
1 answer

You must specify a region. You can also configure your region by running "aws configure".

Hi@akhtar, When you installed AWS CLI first time ...READ MORE

Jun 1, 2020 in AWS by MD
• 95,440 points
7,209 views
0 votes
1 answer

ERROR 1045 (28000): Access denied for user in AWS.

Hi@akhtar, You need to reset the password for this. ...READ MORE

Apr 2, 2020 in AWS by MD
• 95,440 points
7,196 views
0 votes
2 answers

In AWS Cloud formation when I upload template it shows error: At least one Resources member must be defined

that's because you have resources defined in ...READ MORE

Oct 25, 2020 in AWS by Spyder
7,149 views
0 votes
1 answer

How to connect Amazon RedShift in Apache Spark?

It turns out you just need a ...READ MORE

Aug 22, 2018 in AWS by Archana
• 4,170 points
7,110 views
0 votes
1 answer

How can I install curl 7.34 or later on Amazon linux old instance

got answer from this link https://www.digitalocean.com/community/questions/how-to-upgrade-curl-in-centos6 worked for ...READ MORE

Aug 9, 2018 in AWS by Priyaj
• 58,090 points
7,070 views
0 votes
1 answer

How to list all the objects in Amazon S3?

As stated already, Amazon S3 indeed requires ...READ MORE

Oct 5, 2018 in AWS by Archana
• 4,170 points
7,059 views
0 votes
1 answer

Is Elastic IP available for free-tier?

Elastic IP is not available for free ...READ MORE

Jan 24, 2019 in AWS by Riju
7,026 views
0 votes
2 answers

In Azure powershell Select-AzureSubscription command fetching error: the subscription name doesn't exist

The problem you're having is that the ...READ MORE

Aug 16, 2018 in Azure by Priyaj
• 58,090 points
7,020 views
0 votes
1 answer

How to upload files to azure?

To access Azure Storage, you'll need an ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
6,956 views
+1 vote
2 answers

Create an EC2 Instance using AWS CLI

You can get the command here:- https://docs.aws.amazon.com/cli/latest/ ...READ MORE

Feb 15, 2019 in AWS by Dev
• 360 points
6,935 views
+1 vote
1 answer

AttributeError: 'ec2.ServiceResource' object has no attribute 'create_instance'

This is an attribute error. There are ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
6,925 views
0 votes
1 answer

Is there a way to mount a cloud storage as a local disk?

You could probably try using Gcsfuse for ...READ MORE

Oct 9, 2019 in GCP by Sirajul
• 59,230 points
6,921 views
0 votes
1 answer

How to download data from a cloud storage bucket to my VM instance?

First of all, check the API access ...READ MORE

Nov 12, 2019 in GCP by Sirajul
• 59,230 points
6,914 views
0 votes
2 answers

How to process a file using Azure Function?

You don't really need a http trigger ...READ MORE

Jun 18, 2018 in Azure by club_seesharp
• 3,450 points
6,900 views
0 votes
1 answer

How do I stream videos from Azure Blob Storage?

What you are missing is a Shared Access ...READ MORE

Apr 25, 2019 in Azure by Prerna
• 1,960 points
6,886 views
0 votes
1 answer

Error: AWS specific parameters and EC2 SecurityGroupIds List String

The issue is that when pDefaultSg is accessed via ...READ MORE

Oct 22, 2018 in AWS by Priyaj
• 58,090 points
6,882 views
+1 vote
1 answer

AWS ssh access permission denied (public key issue)

For Ubuntu Instance, First, check whether you have ...READ MORE

May 13, 2019 in AWS by sunshine
• 1,300 points
6,875 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,867 views
0 votes
1 answer

Configuring Amazon Route 53 to Route Traffic to an ELB Load Balancer

To route traffic to an ELB load ...READ MORE

May 15, 2019 in AWS by Alok
6,831 views
0 votes
1 answer

How to do ssh in EC2 instance using Terraform?

Hi@akhtar, To ssh in your EC2 instance, you ...READ MORE

Jun 15, 2020 in Terraform by MD
• 95,440 points
6,790 views
0 votes
1 answer

How to download a file from Blob Storage to the browser?

If you use ASP.NET (core), you can ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
6,737 views
+1 vote
3 answers

Which is better ? AWS S3 bucket logs vs AWS cloudtrail

CloudTrail logs API calls accessed to your ...READ MORE

Aug 16, 2018 in AWS by Priyaj
• 58,090 points
6,726 views
0 votes
1 answer

deploying create-react-app to AWS Elastic Beanstalk

What you are looking for is eb deploy ...READ MORE

Sep 10, 2018 in AWS by Priyaj
• 58,090 points
6,719 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,090 points
6,712 views
0 votes
1 answer

Is it possible to get ARN of S3 bucket with CLI?

You don't actually need cli to get the ...READ MORE

Feb 19, 2019 in AWS by Archana
• 5,640 points
6,709 views
0 votes
1 answer

How to write a string to amazon s3 bucket?

without creating a file on S3, can ...READ MORE

Jun 14, 2019 in AWS by datageek
• 3,090 points
6,691 views
0 votes
2 answers

AWS Certificate Manager - How to download public key?

you can not download SSL Certificate from ...READ MORE

Jun 28, 2019 in AWS by salman
6,691 views
0 votes
1 answer

How to choose between Azure Webjobs and Azure Functions?

There are a couple options here within ...READ MORE

Jul 9, 2018 in Azure by club_seesharp
• 3,450 points
6,686 views
0 votes
1 answer

AWS error "Unable to locate credentials"

If you add --debug to the command ...READ MORE

Aug 28, 2019 in AWS by Faiza
6,649 views
0 votes
1 answer

Using a JSON Schema file in BigQuery for creating a Schema.

After creating your JSON schema file, you ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
6,609 views
0 votes
1 answer

Monitor network traffic on GCP.

In order to get the traffic usage info per VM instance, you'll check ...READ MORE

Sep 27, 2019 in GCP by Sirajul
• 59,230 points
6,602 views
0 votes
0 answers

I want to get file name from key in S3 bucket wanted to read single file from list of file present in bucket

1 <class 'boto.s3.key.Key'> <Key: numbers-email, staging/Procured_Numbers_Status/procured_numbers_status_2019-05-15:06:09:04.csv> I ...READ MORE

May 15, 2019 in AWS by anonymous
6,596 views
0 votes
1 answer

aws java sdk for ssm gives java.lang.NoSuchFieldError: SIGNING_REGION

You may start with Checking that you ...READ MORE

Aug 6, 2018 in AWS by Priyaj
• 58,090 points
6,577 views
0 votes
1 answer

Does Google cloud platform (GCP) offer IaaS ? Or just PaaS?

GCP provides IaaS as well, although it ...READ MORE

Sep 20, 2019 in GCP by Sirajul
• 59,230 points
6,566 views
0 votes
1 answer

How to load data into a table in DynamoDB using Java?

You can create a .json file with the ...READ MORE

Feb 26, 2019 in AWS by Priyaj
• 58,090 points
6,521 views
0 votes
1 answer

How can we connect Azure Web App to an Azure SQL Database?

Its easy now! Go to your Azure SQL ...READ MORE

Aug 9, 2018 in Azure by club_seesharp
• 3,450 points
6,513 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,448 views