Trending questions in Cloud Computing

0 votes
1 answer

How do I transfer files to a windows instance on GCP?

You could probably use Windows RDP client for ...READ MORE

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

How to create a Cloud dataproc cluster withn custom machne type using gcloud?

Run the gcloud dataproc clusters create command with the ...READ MORE

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

Add a network interface to an existing VM.

No, you cannot add network interfaces to, ...READ MORE

Nov 12, 2019 in GCP by Sirajul
• 59,230 points
2,318 views
0 votes
1 answer

How to use this persistent volume claim with my GKE cluster?

After the PersistentVolume and PersistentVolumeClaim exist in ...READ MORE

Nov 12, 2019 in GCP by Sirajul
• 59,230 points
2,322 views
0 votes
1 answer

Enable a virtual display device for a VM instance.

Before you can enable or disable a ...READ MORE

Nov 7, 2019 in GCP by anonymous
• 59,230 points
2,504 views
+1 vote
1 answer

Hi could you plz help me on creating appspec file for code deploy .

Hi @Sri, you could use something like ...READ MORE

Dec 3, 2019 in AWS by Kalgi
• 52,360 points
1,339 views
0 votes
1 answer

Cannot connect to my VM instance on GCP via SSH.

This might be because UFW is installed. ...READ MORE

Sep 27, 2019 in GCP by Sirajul
• 59,230 points
4,249 views
0 votes
1 answer

How do I stream uploads to cloud storage from a process?

To use gsutil to perform a streaming ...READ MORE

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

Error while boot of a VM instance on GCP

Secure Boot helps ensure that the system ...READ MORE

Oct 23, 2019 in GCP by Sirajul
• 59,230 points
3,145 views
0 votes
1 answer

How to remove Google Cloud SDK credentials?

A user whose Google Cloud SDK credentials ...READ MORE

Oct 23, 2019 in GCP by Sirajul
• 59,230 points
3,135 views
0 votes
1 answer

Connection draining in GCP

Connection draining is a process that ensures ...READ MORE

Oct 10, 2019 in GCP by Sirajul
• 59,230 points
3,669 views
0 votes
1 answer

How to create a VM instance with multiple network interfaces?

You add multiple network interfaces when you ...READ MORE

Nov 12, 2019 in GCP by Sirajul
• 59,230 points
2,227 views
+1 vote
2 answers

Use AWS CloudWatch to start/stop EC2 instances. How to implement it?

What you can do is set a ...READ MORE

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

Can I run actions in parallel in codepipeline? - AWS

Yes. You can configure one or more ...READ MORE

Jul 1, 2019 in AWS by Garima
8,004 views
0 votes
1 answer

GCP Error: 403: Access Denied

Check that your credentials are correct. For ...READ MORE

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

Which one to use Storage transfer service or gsutil command for transfer jobs?

The gsutil command-line tool also enables you to transfer ...READ MORE

Oct 24, 2019 in GCP by Sirajul
• 59,230 points
3,015 views
0 votes
2 answers

How and Why AWS bill comes after i suspended the account

While your account is suspended, you will ...READ MORE

Oct 18, 2020 in AWS by anonymous
5,140 views
0 votes
1 answer

Create a VM instance with GPU.

Before you create an instance with a ...READ MORE

Nov 7, 2019 in GCP by Sirajul
• 59,230 points
2,381 views
0 votes
1 answer

Nginx error "502 Bad Gateway nginx/1.16.0"

This typically indicates that a back-end service ...READ MORE

Jul 4, 2019 in AWS by Isha
7,842 views
+1 vote
0 answers

Can we use Amazon S3 URL of Parent template in TemplateURL to call Child template

I have a Parent template and it ...READ MORE

Dec 17, 2019 in AWS by Amit
• 130 points
636 views
0 votes
1 answer

How to create a sub directory in a blob container?

There are two ways:  using the GetDirectoryReference looping through a containers ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
12,068 views
0 votes
1 answer

Download a specific folder and all subfolders recursively from s3 - aws cli

Use the recursive function for this purpose: $ ...READ MORE

Aug 23, 2019 in AWS by Alia
5,514 views
0 votes
1 answer

How to create a file on GCP storage?

In case you are using Cloud storage ...READ MORE

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

Can I use a service account outside of GCP on other platforms?

To use a service account outside of ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
2,564 views
+1 vote
1 answer

How to store uploaded files in the S3 bucket when using elastic beanstalk (PHP App)

Hey! You can just use S3 are ...READ MORE

Oct 18, 2019 in AWS by Kalgi
• 52,360 points
3,031 views
0 votes
1 answer

Why is AWS rdp slower than GCP rdp?

This might not be the case usually. ...READ MORE

Nov 25, 2019 in GCP by Sirajul
• 59,230 points
1,427 views
0 votes
0 answers

Generate reports using Lambda function with ses, sns, sqs and s3

HI, I have a task description about lambda ...READ MORE

Oct 29, 2019 in AWS by Lakshminarayanan
• 1,370 points
2,606 views
0 votes
1 answer

Create a Windows VM instance using Google Compute Engine (GCE).

To create a Windows virtual machine instance ...READ MORE

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

Resizing a GKE cluster.

Remember the following when you increase the ...READ MORE

Oct 17, 2019 in GCP by Sirajul
• 59,230 points
3,083 views
+1 vote
2 answers

What is a dead letter queue in AWS?

SQS dead letter queue is provided by ...READ MORE

Jul 23, 2020 in AWS by Preeti
2,662 views
0 votes
1 answer

log X-Amzn-Trace-Id to trace requests through my Application Load Balancer - AWS

Hey use the following steps to log ...READ MORE

Oct 15, 2019 in AWS by Tanya
3,151 views
+1 vote
0 answers

This is the lambda function .. I want to add a new function here . delete the original file

Here I have a lmabda funtion that ...READ MORE

Dec 4, 2019 in AWS by Mritunjoy
• 130 points
957 views
0 votes
1 answer

Connect networks from different GCP projects.

You could probably use Shared VPC for ...READ MORE

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

How to format and mount a local SSD device?

The easiest way to connect local SSDs ...READ MORE

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

Will I be charged for creating, updating, or deleting a BigQuery dataset on GCP?

You are not charged for creating, updating, ...READ MORE

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

How many cloud spanner instances should I have for a database? I want to have a single database along with a single instance.

To provide high availability and low latency ...READ MORE

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

How do I share storage resources across projects in my organization?

You can share access to images and ...READ MORE

Oct 18, 2019 in GCP by Sirajul
• 59,230 points
2,871 views
0 votes
1 answer

Access public data from cloud storage without any authentication using google account.

Accessing public data with gsutil or a Cloud Storage ...READ MORE

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

Set read-write storage scope for a GKE cluster

By default, new Google Kubernetes Engine clusters ...READ MORE

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

Assign access control to a BigQuery Dataset.

You can apply access controls during dataset creation by ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
1,632 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,349 views
0 votes
1 answer

Install Jenkins on an ec2 instance

Hey @Yamini, follow these steps: 1. Install Java yum ...READ MORE

Aug 1, 2019 in AWS by Varsha
6,213 views
0 votes
1 answer

Cloud spanner instance auto-scaling

As the instance's workload changes, Cloud Spanner ...READ MORE

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

Is it possible to require labels on creation of any of the GCP resources?

The labels are a simple way to group resources that are connected or related to others. For example you'll ...READ MORE

Nov 5, 2019 in GCP by anonymous
• 59,230 points
2,024 views
0 votes
1 answer

Is there a way to estimate the cost for BigQuery storage in GCP?

Yes, you could do this using Google ...READ MORE

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

Creating password for a windows instance on GCP

Windows Server instances use password authentication instead ...READ MORE

Sep 24, 2019 in GCP by Sirajul
• 59,230 points
3,825 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,361 views
0 votes
1 answer

Permissions required to update a dataset.

At a minimum, to update dataset properties, ...READ MORE

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

How to check the queries which have taken the most CPU utilization?

To display the recent queries that used ...READ MORE

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

Getting a 503 HTTP response code while making a BigQuery API request.

This error returns when there is a ...READ MORE

Nov 15, 2019 in GCP by Sirajul
• 59,230 points
1,567 views