Latest questions in Cloud Computing

0 votes
1 answer

How to forward https traffic to launching new instances?

Hi@Lakshminarayanan, You can do this with the routing ...READ MORE

Dec 3, 2020 in AWS by MD
• 95,440 points
766 views
0 votes
1 answer

how do i copy/move incremental aws snapshot to s3 bucket ?

Hi@gorie, You can do this in two ways. ...READ MORE

Dec 3, 2020 in AWS by MD
• 95,440 points
1,477 views
0 votes
1 answer

How to find exact stopped time of AWS EC2 instances?

Hi@Lakshminarayanan, You can use InstanceState Data Types in your ...READ MORE

Dec 3, 2020 in AWS by MD
• 95,440 points
2,731 views
0 votes
1 answer

An argument named "versioning" is not expected here. Did you mean to define a block of type "versioning"?

Hi@akhtar, The error is telling that you need ...READ MORE

Dec 1, 2020 in Terraform by MD
• 95,440 points
2,535 views
0 votes
1 answer

How to create GCS bucket with versioning using Terraform?

Hi@MD, You can create a new bucket in Google ...READ MORE

Dec 1, 2020 in Terraform by akhtar
• 38,230 points
1,469 views
0 votes
1 answer

How to add a DNS record in GCP using Terraform?

Hi@akhtar, You can use the google_dns_managed_zone resource to ...READ MORE

Dec 1, 2020 in Terraform by MD
• 95,440 points
1,825 views
0 votes
0 answers

How to create a Kubernetes cluster on Google Cloud using Terraform?

Hi Team, I am new to Terraform. I ...READ MORE

Dec 1, 2020 in Terraform by akhtar
• 38,230 points
605 views
0 votes
1 answer

How to create GCP instance with public IP with terraform?

Hi@akhtar, You need to specify "access_config" under "network_interface" ...READ MORE

Dec 1, 2020 in Terraform by MD
• 95,440 points
1,776 views
0 votes
1 answer

GCP Custom IAM role creation with Terraform.

Hi@akhtar, You can use the google_project_iam_custom_role resource in Terraform. ...READ MORE

Dec 1, 2020 in Terraform by MD
• 95,440 points
1,147 views
0 votes
1 answer

In gcp service account had created manually, right now i need to add the members to service account through terraform

Hi@poorna, You can find one resource named google_service_account_iam_member in ...READ MORE

Dec 1, 2020 in Terraform by MD
• 95,440 points
1,566 views
0 votes
1 answer

How to resize a RedShift cluster in AWS?

Hi@akhtar, You can change the size of the cluster. ...READ MORE

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

How to reboot a RedShift Cluster?

Hi@akhtar, You can reboot a cluster. with the CLI ...READ MORE

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

How to disable snapshot copy for a cluster in RedShift?

Hi@akhtar, You can disable the automatic copying of snapshots ...READ MORE

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

How to delete a Cluster Snapshot in AWS RedShift?

Hi@akhtar, You can delete the specified manual snapshot. The ...READ MORE

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

How to delete a Cluster Security Group in RedShift?

Hi@akhtar, You can delete an Amazon Redshift security group. The ...READ MORE

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

How to delete a Cluster with No Final Cluster Snapshot in RedShift?

Hi@akhtar, You can delete a previously provisioned cluster without ...READ MORE

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

How to create tags for a cluster in AWS RedShift?

Hi@akhtar, You can add tags to a cluster. A ...READ MORE

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

How to create an HSM client certificate in AWS RedShift?

Hi@akhtar, You can create an HSM client certificate that ...READ MORE

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

How to create a notification subscription for an event in AWS RedShift?

Hi@akhtar, You can create an Amazon Redshift event notification ...READ MORE

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

How to create a Cluster Subnet Group in AWS RedShift?

Hi@akhtar, You can create a new Amazon Redshift subnet ...READ MORE

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

How to create a Cluster Snapshot in AWS RedShift?

Hi@akhtar, You can create a manual snapshot of the ...READ MORE

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

How to create a Cluster Security Group in RedShift?

Hi@akhtar, You can create a new Amazon Redshift security ...READ MORE

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

How to create a RedShift Cluster using command line?

Hi@akhtar, To create a cluster in Virtual Private ...READ MORE

Nov 26, 2020 in AWS by MD
• 95,440 points
743 views
0 votes
1 answer

How to create an endpoint in AWS DMS?

Hi@akhtar, First, you need to give the public ...READ MORE

Nov 26, 2020 in AWS by MD
• 95,440 points
556 views
0 votes
1 answer

How to add metadata tags to an AWS DMS resource?

Hi@akhtar, You can add metadata tags to an AWS ...READ MORE

Nov 26, 2020 in AWS by MD
• 95,440 points
656 views
0 votes
1 answer

How to delete an Auto Scaling group in AWS?

You can delete the specified Auto Scaling group. ...READ MORE

Nov 26, 2020 in AWS by MD
• 95,440 points
933 views
0 votes
1 answer

How to create or update tags for an Auto Scaling group in AWS?

Hi@akhtar, You can create or update tags for the specified ...READ MORE

Nov 26, 2020 in AWS by MD
• 95,440 points
1,631 views
0 votes
1 answer

How to create an Auto Scaling group using a launch configuration in AWS?

Hi@akhtar, You can create an Auto Scaling group with ...READ MORE

Nov 26, 2020 in AWS by MD
• 95,440 points
658 views
0 votes
1 answer

How to attach a load balancer to an Auto Scaling group in AWS?

Hi@akhtar, You can attach one or more Classic Load ...READ MORE

Nov 26, 2020 in AWS by MD
• 95,440 points
705 views
0 votes
1 answer

How to attach an instance to an Auto Scaling group in AWS?

Hi@akhtar, You can attach one or more EC2 instances ...READ MORE

Nov 26, 2020 in AWS by MD
• 95,440 points
1,523 views
0 votes
1 answer

How to get the contents of a folder in an AWS CodeCommit repository?

Hi@akhtar, The following get-folder example demonstrates how to get the ...READ MORE

Nov 25, 2020 in AWS by MD
• 95,440 points

edited Aug 4, 2023 by Khan Sarfaraz 2,181 views
0 votes
1 answer

How to add AWS tags to an existing repository in AWS CodeCommit?

Hi@akhtar, You can add or update tags for a resource ...READ MORE

Nov 25, 2020 in AWS by MD
• 95,440 points
502 views
0 votes
1 answer

How to change the name of a repository in AWS CodeCommit?

Hi@akhtar, You can rename a repository. The repository name ...READ MORE

Nov 25, 2020 in AWS by MD
• 95,440 points
2,297 views
0 votes
1 answer

How to update a comment on a commit in AWS CodeCommit?

Hi@akhtar, You can replace the contents of a comment. The ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
412 views
0 votes
1 answer

How to change the default branch for a repository in AWS CodeCommit?

Hi@akhtar, You can set or change the default branch name ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
2,102 views
0 votes
1 answer

How to add or update a trigger in a repository in AWS CodeCommit?

Hi@akhtar, The below example demonstrates how to update triggers ...READ MORE

Nov 25, 2020 in AWS by MD
• 95,440 points
480 views
0 votes
1 answer

How to add a file to a repository in AWS CodeCommit?

Hi@akhtar, You can add or update a file in a ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
1,434 views
0 votes
1 answer

How to merge two branches using the squash merge strategy in AWS CodeCommit?

Hi@akhtar, You can merge two branches using the ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
1,261 views
0 votes
1 answer

How to view a list of repositories in AWS CodeCommit?

Hi@akhtar, You can lists all AWS CodeCommit repositories ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
1,641 views
0 votes
1 answer

How to view a list of branch names in AWS CodeCommit?

Hi@akhtar, You can get information about one or more ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
611 views
0 votes
1 answer

How to merge two branches using the fast-forward merge strategy in AWS CodeCommit?

Hi@akhtar, The following merge-branches-by-fast-forward example merges the specified ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
703 views
0 votes
1 answer

How to get information about a repository in AWS CodeCommit?

Hi@akhtar, You can get all the information about ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
351 views
0 votes
1 answer

How to get information about differences for a commit specifier in a repository in AWS CodeCommit?

Hi@akhtar, You can get information about the differences ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
711 views
0 votes
1 answer

How to view information about a commit in a repository in AWS CodeCommit?

Hi@akhtar, You can get information about a commit, ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
383 views
0 votes
1 answer

How to get information about a branch in AWS CodeCommit?

Hi@akhtar, You can get information about a repository ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
785 views
0 votes
1 answer

How to delete a repository in AWS CodeCommit?

Hi@akhtar, You can delete a repository in AWS CodeCommit. ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
737 views
0 votes
1 answer

How to delete a file from a branch in AWS CodeCommit?

Hi@akhtar, The following delete-file example demonstrates how to ...READ MORE

Nov 24, 2020 in AWS by MD
• 95,440 points
3,558 views
0 votes
1 answer

Is it possible to preview the .pdf file from GCP using java through the signed urls?

Hi@ajith, You can preview something if it is ...READ MORE

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

How to delete a branch in AWS CodeCommit?

Hi@akhtar, You can delete a branch from a repository ...READ MORE

Nov 23, 2020 in AWS by MD
• 95,440 points
987 views
0 votes
1 answer

How to create a new, empty repository in AWS CodeCommit?

Hi@akhtar, You can create a repository and associate it with ...READ MORE

Nov 23, 2020 in AWS by MD
• 95,440 points
621 views