Most viewed questions in Cloud Computing

0 votes
2 answers

What is serverless computing?

It is also known as cloud computing ...READ MORE

Jul 18, 2018 in Cloud Computing by bean987
• 140 points
1,348 views
0 votes
1 answer

How to run a run a BigQuery job programmatically?

To run a job programmatically: Start the job ...READ MORE

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

What are the advantages of using gcp?

Google Cloud Platform is a medium that ...READ MORE

Oct 4, 2019 in GCP by Sirajul
• 59,230 points
1,347 views
0 votes
2 answers

What is packstack in OpenStack?

Packstack is a utility that uses Puppet ...READ MORE

Apr 5, 2020 in OpenStack by anonymous
1,346 views
0 votes
1 answer

EC2 IAM policy to require tags

Use StringLike or StringNotLike to do your work ...READ MORE

May 15, 2019 in AWS by sunshine
• 1,300 points
1,344 views
0 votes
1 answer

Is it possible to write to file system on Azure Website?

Yes you can. It is possible to ...READ MORE

Jun 27, 2018 in Azure by null_void
• 3,220 points
1,344 views
0 votes
1 answer

Are the Reserved Instances available for Multi-AZ Deployments?

Reserved Instances is a pricing model, which ...READ MORE

Aug 8, 2019 in AWS by Diana
1,340 views
0 votes
1 answer

How to secure EC2 Instances runnuing within a VPC?

Security groups present in a VPC provides ...READ MORE

Feb 19, 2019 in AWS by Ritesh
1,339 views
0 votes
1 answer

CodePipeline error "ERROR: Failed to record SCM polling for hudson.model"

Register the jenkins custom pipeline custom action ...READ MORE

Jul 4, 2019 in AWS by Akki
1,338 views
+2 votes
2 answers

Authenticated users with STS and API Gateway

RoleSessionName being an identifier for a defined ...READ MORE

Mar 27, 2018 in Cloud Computing by brat_1
• 7,200 points
1,338 views
0 votes
1 answer

Unable to download aws s3 glacier objects

You can fix the issue with the ...READ MORE

Feb 15, 2022 in AWS by Rahul
• 2,080 points
1,336 views
0 votes
1 answer

Jenkins on Linuz(AWS AMI) error "java.lang.UnsupportedClassVersionError: 51.0"

I had a similar problem, i removed ...READ MORE

Feb 6, 2020 in AWS by Jacques Schmitz Junior
1,335 views
0 votes
1 answer

How to import an image from Docker Hub to a private registry in Azure?

Hi@akhtar, You can import any image from Docker ...READ MORE

Nov 13, 2020 in Azure by MD
• 95,440 points
1,334 views
0 votes
1 answer

GCP Error: Access denied for a webpage served by my website.

Check that the object is shared publicly. ...READ MORE

Oct 25, 2019 in GCP by Sirajul
• 59,230 points
1,334 views
+4 votes
2 answers

Running JAR file on Amazon EMR created using Hadoop 2.7.5

I suggest you recompile the code or ...READ MORE

Oct 11, 2018 in Cloud Computing by findingbugs
• 4,780 points
1,334 views
+2 votes
1 answer

How to get authentication credentials of GKE Cluster from command line?

Hi@akhtar, After creating your cluster, you need to ...READ MORE

Aug 25, 2020 in GCP by MD
• 95,440 points
1,331 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,330 views
0 votes
1 answer
0 votes
1 answer

Connecting to windows VM instance on GCP.

You can connect to Windows instances by ...READ MORE

Nov 8, 2019 in GCP by Sirajul
• 59,230 points
1,328 views
0 votes
1 answer

Cloud Identity aware proxy v/s Cloud Endpoint

Cloud IAP is an access management tool that enables folks to use ...READ MORE

Oct 11, 2019 in GCP by Sirajul
• 59,230 points
1,328 views
+1 vote
1 answer

What tools can be used to spin-up servers on AWS?

Yes. There are a lot of tools ...READ MORE

Dec 19, 2018 in AWS by Archana
• 5,640 points
1,328 views
0 votes
1 answer

How to upload a file on to Azure Blob storage without writing a code?

You can find the below tools useful ...READ MORE

Apr 13, 2018 in Azure by club_seesharp
• 3,450 points
1,328 views
0 votes
1 answer

How to create aws eks fargate profile using Terraform?

Hi@akhtar, You can find a resource for AWS ...READ MORE

Sep 14, 2020 in Terraform by MD
• 95,440 points
1,327 views
0 votes
1 answer

celery with sqs error "No module named 'sqs'"

It's using SQS as a result backend ...READ MORE

Aug 20, 2019 in AWS by Vijay
1,326 views
0 votes
1 answer

Delete data from RDS on the onSuccess of a copyActivity in AWS Data Pipeline?

onSuccess/onFailure are primarily for status reporting. DPL doesn't ...READ MORE

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

Connection fails when an instance tries to connect NLB - AWS

Hey @Hannah, so sometimes what happens is ...READ MORE

Oct 15, 2019 in AWS by Tanya
1,323 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,323 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,322 views
0 votes
1 answer

python-magic on GCP App Engine - failing to deploy

If you want to use the python-magic library you ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
1,321 views
0 votes
1 answer

How to create a new service in ECS cluster behind a load balancer?

Hi@akhtar, The following create-service example shows how to create a ...READ MORE

Nov 8, 2020 in AWS by MD
• 95,440 points
1,320 views
0 votes
2 answers

Cloud Custodian Policies not working for EC2 and S3

There are no straight up examples. Best ...READ MORE

Mar 1, 2019 in AWS by anonymous
1,314 views
+2 votes
0 answers

How to migrate my GCP Instance to AWS

Hi There, Need ur help can anyone guide ...READ MORE

Feb 3, 2020 in AWS by antonyjohnson
• 140 points
1,312 views
0 votes
1 answer

How to describe a key pair using Boto3?

Hi@akhtar, You can find one method in your ...READ MORE

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

How to Https to Https AWS ElasticBeanstalk?

As you've already tested HTTPS working fine ...READ MORE

Jun 18, 2018 in AWS by Cloud gunner
• 4,670 points
1,307 views
0 votes
1 answer

Can anyone explain me the Architecture of Glance service in OpenStack?

Hi, OpenStack Glance has a client-server architecture that ...READ MORE

Mar 16, 2020 in OpenStack by akhtar
• 38,230 points
1,304 views
0 votes
1 answer

Difference between Amazon SNS and Amazon MQ

Let me give you a situation to ...READ MORE

Jul 24, 2019 in AWS by Tanishq
1,304 views
0 votes
1 answer

Access SQL Server on Azure VM via SQL Server Management Studio

Following these steps might help you: Add a ...READ MORE

Apr 10, 2019 in Azure by Prerna
• 1,960 points
1,304 views
0 votes
0 answers

Broken image from image upload to Amazon s3 via base64 string

Feb 18, 2022 in AWS by Rahul
• 2,080 points
1,303 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,302 views
0 votes
1 answer

Why AWS auto scaling grroup removed instance from standby without putting in InService

AFAIK, The instance state transition must go ...READ MORE

Nov 16, 2018 in AWS by Jino
• 5,820 points
1,302 views
0 votes
1 answer

How to create a windows virtual machine on Azure?

Azure virtual machines (VMs) can be created ...READ MORE

Jan 10, 2020 in Azure by Sirajul
• 59,230 points
1,301 views
0 votes
1 answer

Remove the terminated instances from the auto-scaling group in AWS?

Once you terminate the instance, detach it ...READ MORE

Oct 9, 2019 in AWS by Neel
1,300 views
0 votes
1 answer

How to delete GCP project from command line?

Hi@akhtar, You can create a project from your ...READ MORE

Sep 24, 2020 in GCP by MD
• 95,440 points
1,299 views
0 votes
1 answer

Moving bulk data out of google cloud spanner database.

Yes, you could probably use the Cloud ...READ MORE

Nov 20, 2019 in GCP by Sirajul
• 59,230 points
1,299 views
0 votes
1 answer

Getting memory leak error on AWS EMR - Saving Dataframe into hive external table on S3 -

You can start by creating  a temp ...READ MORE

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

How to specify `logs:CreateLogGroup` permission for AWS ECS Fargate container in CloudFormation YAML?

To specify the logs:CreateLogGroup permission for an ...READ MORE

Feb 17, 2023 in AWS by sarit
• 1,830 points
1,297 views
0 votes
0 answers

AWS IAM user receive 401 when accessing to ECR repository, works with root user

I've started using AWS ECR to store ...READ MORE

Apr 25, 2022 in AWS by Aditya
• 7,680 points
1,294 views
0 votes
1 answer

How do I create a GKE cluster that can autoscale when needed?

The following command creates a cluster of ...READ MORE

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

Lambda + RDS Postgres not working

Have you verified your security group for ...READ MORE

Sep 3, 2018 in AWS by Priyaj
• 58,090 points
1,294 views
0 votes
1 answer

Terraform output: Error: module “rds”: “monitoring_role_arn” is not a valid argument

Hi@mgb, I have checked the document. You are ...READ MORE

Sep 3, 2020 in Terraform by MD
• 95,440 points
1,293 views