Most viewed questions in Cloud Computing

0 votes
1 answer

How to copy a file from my on-prem machine to Linux EC2 Instance?

You can use a tool called FileZilla. You ...READ MORE

Dec 14, 2018 in AWS by Shuvodip
1,405 views
0 votes
1 answer

Azure DevOps: Can't switch between organisations in Azure AD.

When you use two or more organizations ...READ MORE

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

What does AWS stand for?

Hahaha! AWS stands for Amazon Web Services.  Amazon Web ...READ MORE

Jan 23, 2020 in AWS by Hemanth Sharma
1,400 views
0 votes
1 answer

As a DevOps student, which AWS certification should I consider?

Well let me start with the set ...READ MORE

Jun 14, 2019 in AWS by ArchanaNagur
• 2,360 points

edited Jul 10, 2023 by Khan Sarfaraz 1,400 views
0 votes
1 answer

How to appoint a sub-domain in a S3 bucket?

You need to rename your bucket to ...READ MORE

Oct 12, 2018 in AWS by Archana
• 4,170 points
1,400 views
0 votes
1 answer

Pass account id of an AWS sub account using a variable as an argument in CloudWatch Alarm Actions with python (boto3)?

Python String and Integer concatenation >>> print("arn:aws:swf:us-east-2:{0}:action/actions/AWS_EC2.InstanceId.Stop/1.0".format(acccnum)) arn:aws:swf:us-east-2:12312312312312:action/actions/AWS_EC2.InstanceId.Stop/1.0 >>> print("arn:aws:swf:us-east-2:" ...READ MORE

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

Amazon RDS MySQL and Mater-Master replication

Yes, AWS doesn’t support master-master replication on ...READ MORE

Feb 22, 2019 in AWS by Archana
• 5,640 points
1,399 views
0 votes
1 answer

RDS instance in private subnet

You need to create a new subnet ...READ MORE

Jul 30, 2018 in AWS by Priyaj
• 58,090 points
1,399 views
0 votes
1 answer

Can anyone explain, how nova works internally?

Hi@akhtar, Nova is comprised of multiple server process, ...READ MORE

Mar 17, 2020 in OpenStack by MD
• 95,440 points
1,397 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,090 points
1,397 views
0 votes
1 answer

How to find out what index Cloud Spanner is using to process a query?

To find out what index Cloud Spanner ...READ MORE

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

Is there any other way for migrating from Amazon S3 to Cloud storage without having to use API's?

If you are new to Cloud Storage ...READ MORE

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

List all the existing buckets for the AWS account using Boto3.

Hi@akhtar, You need to create a client using ...READ MORE

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

How do I create an alarm for my load balancer using the Amazon EC2 console?

Follow these steps: Open the Amazon EC2 console On ...READ MORE

May 17, 2019 in AWS by Rhea
1,383 views
+1 vote
1 answer

Error: software caused connection abort in Putty.

Hi@akhtar, I think there is a problem with ...READ MORE

Aug 27, 2020 in AWS by MD
• 95,440 points
1,382 views
0 votes
1 answer

Configuring GKE cluster nodes with auto-repair functionality.

To create a cluster or node pool ...READ MORE

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

Select all text currently in a textbox and overwrite it?

You can achieve this with the Javascript command.  It ...READ MORE

Nov 14, 2018 in AWS by Theodor
• 740 points
1,381 views
+1 vote
1 answer

Can I estimate query cost before running it on GCP?

Yes, you can certainly estimate the query ...READ MORE

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

How to create one key in AWS using terraform?

Hi@akhtar, You can use aws_key_pair resource n terraform. ...READ MORE

Jun 11, 2020 in Terraform by MD
• 95,440 points
1,378 views
0 votes
1 answer

Chrome's default HTML5 player is not working when video is uploaded to Azure Storage.

I don't know much about Windows Storage, ...READ MORE

Apr 23, 2019 in Azure by Prerna
• 1,960 points
1,378 views
0 votes
1 answer

Getting error while creating VPC in AWS using Python boto3.

The error clearly says the error you ...READ MORE

Dec 4, 2018 in AWS by Aniket
1,378 views
0 votes
1 answer

Unable to restore deleted service account on GCP.

You will be unable to restore a ...READ MORE

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

How to write 5000 records into DynamoDB Table?

According to documentation use the batchSave() command  Indeed, ...READ MORE

Feb 17, 2022 in AWS by anonymous
1,374 views
0 votes
1 answer

How to achieve zero downtime in AWS?

In DevOps, one can use blue-green deployments ...READ MORE

Sep 24, 2020 in AWS by lohith
1,374 views
+1 vote
1 answer

Need Permissions You don't have permission to access billing information for this account

Hi@akhtar, To see your billing details, you have ...READ MORE

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

Update and query on data using DynamoDB

Once the database is created using DynamoDB ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
1,374 views
0 votes
1 answer

How To Upload Images to Amazon S3 Using Perl?

That code won't upload the file - it's simply ...READ MORE

Mar 15, 2019 in AWS by datageek
• 3,090 points
1,372 views
0 votes
1 answer

How do i manage firewall settings for my instance in Lightsail?

Yes. You can control the data traffic ...READ MORE

Sep 12, 2018 in AWS by Archana
• 4,170 points
1,372 views
0 votes
1 answer

AWS: Accessing Internet without IP address

There are two ways in which instances ...READ MORE

Jun 8, 2018 in Cloud Computing by DragonLord999
• 8,450 points
1,371 views
0 votes
1 answer

How do I access cloud filestore in datastore mode from my application running on apache server?

To access your Datastore mode database from ...READ MORE

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

Kinesis video consumer in android

You can use Kinesis Data Firehouse service ...READ MORE

Oct 10, 2018 in AWS by Priyaj
• 58,090 points
1,368 views
+3 votes
1 answer

Windows service equivalent

You can probably look at continuously-running web ...READ MORE

Aug 10, 2020 in Azure by Sirajul
• 59,230 points
1,367 views
+2 votes
1 answer

How to create a GKE cluster from command line?

Hi@MD, A cluster consists of at least one cluster master machine ...READ MORE

Aug 25, 2020 in GCP by akhtar
• 38,230 points
1,365 views
0 votes
1 answer

What is the difference between AWS Ops Work and Cloud Formation?

AWS Ops Work is an application management ...READ MORE

Dec 14, 2018 in AWS by Shuvodip
1,364 views
0 votes
1 answer

Differentiating Amazon EC2 API tools and AMI tools?

This is what AWS FAQ’s have to ...READ MORE

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

Why would you choose Blob Storage over File Storage which also has ability to store file(s) and folder(s)

Azure Files: Azure File storage provides shared ...READ MORE

Apr 13, 2018 in Azure by null_void
• 3,220 points

edited Apr 13, 2018 by null_void 1,363 views
0 votes
1 answer

What are the practical differences between AWS EFS, EBS and S3?

EFS  It is a file storage connected with ...READ MORE

Aug 8, 2018 in AWS by sunshine
• 1,300 points
1,361 views
+1 vote
1 answer

How many times can one receive the AWS free tier?

Yes, it is possible to create a ...READ MORE

Jul 27, 2018 in AWS by Priyaj
• 58,090 points
1,359 views
0 votes
1 answer

What are the attributes used while s3 bucket creation using AWS CLI?

These are the attributes that can be ...READ MORE

Feb 16, 2019 in AWS by Lionel
1,358 views
0 votes
1 answer

How to set an IAM policy for a project in GCP using Terraform?

Hi@akhtar, You can create a policy and give ...READ MORE

Sep 13, 2020 in Terraform by akhtar
• 38,230 points
1,357 views
0 votes
1 answer

Unable to connect through SSH with VS-Code in Mac to a remote GCP VM

It looks to be a specific error ...READ MORE

Mar 20, 2022 in GCP by Korak
• 5,820 points
1,356 views
0 votes
1 answer

How is discovery phase important for migration?

In the discovery phase, you figure out ...READ MORE

Jan 19, 2019 in AWS by Edureka
• 4,220 points
1,356 views
0 votes
0 answers

Cron runs twice in cluster environment

I've a cluster in GCP. which has ...READ MORE

Sep 12, 2019 in GCP by anonymous
1,355 views
0 votes
1 answer

Can EC2 Instance communicate outside VPC?

Yes. If an Internet gateway has been ...READ MORE

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

AWS ECS Service for Wordpress

If your container needs access to the ...READ MORE

Sep 20, 2018 in AWS by Priyaj
• 58,090 points
1,355 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,530 points
1,354 views
0 votes
1 answer

Error: The subscription is not registered to use namespace 'Microsoft.DataFactory

In Azure, for each functionality there's a ...READ MORE

Aug 24, 2018 in Azure by null_void
• 3,220 points
1,353 views
0 votes
2 answers

Receiving SMS from users and stores in AWS

As far as I know, receiving international ...READ MORE

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

How to sync upload in multiparts using AWS S3 CLI

sync uses multipart upload by default. Refer ...READ MORE

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

Get User Group in Swift using AWS Cognito

The groups are exposed in the ID ...READ MORE

Nov 12, 2018 in AWS by Priyaj
• 58,090 points
1,349 views