Most viewed questions in Cloud Computing

+1 vote
1 answer

Error: Private key must begin with "-----BEGIN RSA PRIVATE KEY-----" and end with "-----END RSA PRIVATE KEY-----"

Hi@akhtar, If you use a third-party tool, such ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,440 points
10,683 views
0 votes
1 answer

Can we use Terraform to execute SQL script on RDS MySQL?

I don't think remote-exec is what you ...READ MORE

Aug 21, 2018 in AWS by Priyaj
• 58,090 points
10,661 views
0 votes
1 answer

AWS S3 CLI : error while trying to copy files locally using terminal

For the first error you should add ...READ MORE

Aug 3, 2018 in AWS by Archana
• 4,170 points
10,614 views
+1 vote
1 answer

How to create an Ec2 instance using Python boto3?

You can use the following code, it ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
10,402 views
+1 vote
1 answer

Can I rename a Azure Storage Blob?

Though the approach I'm about to share ...READ MORE

May 11, 2018 in Azure by club_seesharp
• 3,450 points
10,398 views
0 votes
1 answer

Error in Adding LIMIT fixes “Invalid digit, Value N” in Amazon Redshift.

This could be expressed simply as: SELECT TOP ...READ MORE

Sep 4, 2018 in AWS by Priyaj
• 58,090 points
10,347 views
+2 votes
2 answers

AWS Autoscaling without Elastic load balancing

Yes, you can use Auto Scaling without ...READ MORE

Aug 1, 2018 in Cloud Computing by bug_seeker
• 15,520 points
10,244 views
0 votes
1 answer

bad permissions: ignore key: .ssh/my_private_key.pem Permission denied (publickey).

Hi@akhtar, In your error message it shows you ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,440 points
10,211 views
+5 votes
2 answers

Can we migrate the AWS Cognito users between the user pools?

Yes, it is possible that this scenario ...READ MORE

Apr 13, 2018 in AWS by Cloud gunner
• 4,670 points
10,159 views
0 votes
1 answer

What is the difference between EBS snapshots & AMI?

The major difference is between the type ...READ MORE

Oct 16, 2018 in AWS by Archana
• 4,170 points

edited Oct 16, 2018 by Archana 10,132 views
0 votes
1 answer

How to create a folder in S3 bucket using terraform?

Hi@akhtar, You can use aws_s3_bucket_object resource to create one ...READ MORE

Jun 11, 2020 in Terraform by MD
• 95,440 points
10,104 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,081 views
+1 vote
2 answers

CreateBucket operation: Access Denied

Make sure to add S3 Full access ...READ MORE

Apr 21, 2019 in AWS by Kesavan
• 460 points
10,027 views
0 votes
1 answer

What are the some small projects I can make using only AWS architecture solutions

There are uncountable projects that you can ...READ MORE

Sep 30, 2019 in Cloud Computing by Bob
9,967 views
0 votes
1 answer

CodePipeline error "Command did not exit successfully REPOSITORY_URI= xxxx.xxxx.ecr.us-east-xxx.amazonaws.com/python exit status 127"

You have a space between  = and xxxx.xxxx.ecr.us-east-xxx.amazonaws.com/python. Delete ...READ MORE

Jul 4, 2019 in AWS by Ashish
9,952 views
+1 vote
2 answers

How do I run python script on aws EC2 instance(ubuntu)?

I believe that you are using the ...READ MORE

Apr 17, 2018 in AWS by Cloud gunner
• 4,670 points
9,923 views
0 votes
1 answer

How to execute commands on AWS Instance using Boto3?

Hi@akhtar, Boto represents an Amazon Web Services (AWS) ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
9,892 views
+1 vote
1 answer

difference between client and resource in boto3

The main difference between Client and Resources ...READ MORE

Mar 1, 2019 in AWS by Priyaj
• 58,090 points
9,839 views
+2 votes
1 answer

How to fix 504 error on AWS CloudFront?

This usually happens if it couldn't either ...READ MORE

Aug 5, 2020 in AWS by Sirajul
• 59,230 points
9,724 views
+1 vote
1 answer

How to upload file from ec2 linux to s3 bucket using lambda function?

Hi@vijaykumar, You can transfer file from ec2 instance ...READ MORE

Mar 11, 2020 in AWS by MD
• 95,440 points
9,697 views
0 votes
1 answer

How to configure kubectl command to access remote kubernetes cluster on azure?

Found a way to access remote kubernetes ...READ MORE

Aug 11, 2018 in Azure by club_seesharp
• 3,450 points
9,680 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,665 views
0 votes
1 answer

How to fetch a list of items (like a SQL IN clause)

You can use this as this worked ...READ MORE

Oct 26, 2018 in AWS by Priyaj
• 58,090 points
9,651 views
0 votes
1 answer

how to access AWS S3 from Lambda in VPC

With boto3, the S3 urls are virtual by default, ...READ MORE

Sep 28, 2018 in AWS by Priyaj
• 58,090 points
9,600 views
0 votes
1 answer

Mounting a Google cloud storage bucket to a GKE pod as a persistent disk.

Yes, its possible. There's a similar project,follow ...READ MORE

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

What is Google Cloud SDK? How do I install it?

Google Cloud SDK (Software Development Kit), in ...READ MORE

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

Aws-elb health check failing at 302 code

In the event that the condition of ...READ MORE

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

What is the difference between Amazon Athena and S3 Select?

Athena can be used by AWS Console, ...READ MORE

Jan 17, 2019 in AWS by Edureka
• 4,220 points
9,448 views
0 votes
1 answer

Is there any equivalent to AWS Config in Azure?

Azure Policy is not exactly same but ...READ MORE

Dec 6, 2018 in AWS by Nitesh
9,444 views
0 votes
2 answers

What is the difference between CloudWatch and CloudTrail?

CloudWatch is mostly used to monitor operational ...READ MORE

Jun 1, 2019 in AWS by Javed Ali
9,405 views
+1 vote
1 answer

How to put up a maintenance page in AWS when I want to deploy the new versions of own applications behind an ELB?

You can try these steps to put ...READ MORE

Apr 13, 2018 in AWS by Cloud gunner
• 4,670 points
9,404 views
0 votes
1 answer

Is it possible to directly go for AWS professional certification exam without associate certifications?

Yes you can do that- Let me guide ...READ MORE

Jun 14, 2019 in AWS by Damon Salvatore
• 5,980 points
9,375 views
0 votes
1 answer

Trying to Determine Amazon EC2 instance creation date/time

You can't find as such attribute called ...READ MORE

May 29, 2018 in AWS by Flying geek
• 3,280 points
9,334 views
0 votes
1 answer

How to Fix OpenStack’s Keystone Authentication Error – HTTP 500?

Hi@akhtar, To avoid this error, you can follow ...READ MORE

Mar 26, 2020 in OpenStack by MD
• 95,440 points
9,332 views
0 votes
1 answer

Can I set a hard limit on the budget that I spend on the google cloud platform?

It is possible to cap costs and ...READ MORE

Nov 5, 2019 in GCP by Sirajul
• 59,230 points
9,332 views
0 votes
1 answer

What are the naming rules to be followed in DynamoDB?

There are certain rules that needs to ...READ MORE

Feb 15, 2019 in AWS by heena
9,262 views
0 votes
1 answer

How to install eksctl command in Windows?

Hi@akhtar, You can use the below-given steps to ...READ MORE

Jul 5, 2020 in AWS by MD
• 95,440 points
9,229 views
0 votes
1 answer

How can I call Amazon's AWS kms decrypt function without using a binary file?

Not sure if you've already found this, ...READ MORE

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

Azure ASP .net WebApp The request timed out

"230 seconds". That's it. That's the in-flight ...READ MORE

Sep 24, 2018 in Azure by null_void
• 3,220 points
9,120 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
0 votes
1 answer

what is virtual private gateway and customer gateway??

A customer gateway is a resource that ...READ MORE

Apr 30, 2019 in Cloud Computing by Iyra
9,063 views
0 votes
1 answer

Can't create a new resource group using Azure portal despite of having owner role assigned.

It is a by design behavior because ...READ MORE

Dec 27, 2019 in Azure by Sirajul
• 59,230 points
9,057 views
0 votes
1 answer

Nodejs AWS SDK S3 Generate Presigned URL

Your code is correct, double check following: Your ...READ MORE

Sep 18, 2018 in AWS by Priyaj
• 58,090 points
9,035 views
0 votes
2 answers

how to import numpy and pandas inside aws lambda function?

I had good luck using pre-made pandas ...READ MORE

Nov 3, 2020 in AWS by anonymous

reshown Nov 3, 2020 by Sirajul 9,031 views
0 votes
1 answer

How to edit files in the AWS S3 bucket from CLI?

Hi@akhtar, According to my knowledge,  you can't edit ...READ MORE

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

Fail to enable CORS for API Gateway functions

Firstly please select your root resource and ...READ MORE

Oct 9, 2018 in AWS by Priyaj
• 58,090 points
8,903 views
0 votes
1 answer

How to create EMR cluster using Python boto3?

The python boto3 code for creating a ...READ MORE

Feb 27, 2019 in AWS by Priyaj
• 58,090 points
8,871 views
–1 vote
1 answer

How to copy files between Cloud Shell and the local machine in GCP?

Hi@akhtar, You can copy files from the remote ...READ MORE

Nov 9, 2020 in GCP by MD
• 95,440 points
8,820 views
0 votes
1 answer

How to reset error state of a instance into active in OpenStack env?

Hi@akhtar, There are some scenarios where some instances ...READ MORE

Mar 17, 2020 in OpenStack by MD
• 95,440 points
8,768 views
0 votes
1 answer

How to create an EC2 instance using Python?

Hey JunDevOps, Have a look these scripts: 1. ...READ MORE

Jun 24, 2019 in AWS by Aysha

edited Jun 25, 2019 8,735 views