Trending questions in Cloud Computing

0 votes
1 answer

Create a project in GCP using Terraform.

Hi@akhtar, Terraform has a resource named google_project. This ...READ MORE

Sep 13, 2020 in Terraform by MD
• 95,440 points
799 views
+1 vote
1 answer

How to find all instance Ids In AWS from command line?

Hi@akhtar, You can find one keyword --query in ...READ MORE

Jun 2, 2020 in AWS by MD
• 95,440 points
5,184 views
+2 votes
1 answer

Can anyone please help with the java code for connecting to a redshift database with IAM Authentication.

Hi, You can connect your Redshift database using ...READ MORE

Aug 25, 2020 in AWS by MD
• 95,440 points
1,493 views
0 votes
2 answers

What is Terraform?

Terraform is a provisioning tool that seems ...READ MORE

Aug 29, 2020 in Terraform by nbavis
• 380 points
2,111 views
0 votes
0 answers

Is there any way for accessing the pipeline in Azure VM

I want to know like I have ...READ MORE

Sep 22, 2020 in Azure by nidhi
• 120 points
364 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,380 views
0 votes
1 answer

Is there any way, where I can use one IP for 2 AWS instances?

You can use the Elastic IP, you ...READ MORE

Sep 18, 2020 in AWS by Karan
• 19,610 points
392 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,362 views
0 votes
1 answer

How to launch an instance in GCP using Terraform?

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

Sep 12, 2020 in Terraform by MD
• 95,440 points
659 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,328 views
0 votes
1 answer

Load key "key123.pem": invalid format ec2-user@13.127.118.117: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

Hi@akhtar, Actually the key you have created is ...READ MORE

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

How to connect to the Kubernetes cluster from Terraform?

Hi@akhtar, You need to install the plugins using ...READ MORE

Sep 14, 2020 in Terraform by MD
• 95,440 points
542 views
0 votes
0 answers

Is there any way, where I can use one IP for 2 AWS instances?

Is there any way, where I can ...READ MORE

Sep 18, 2020 in AWS by anonymous
• 19,610 points
316 views
0 votes
1 answer

How to launch one EC2 instance for WordPress using Terraform?

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

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

How to use GCP provider in Terraform?

Hi@akhtar, Terraform supports many providers to deploy the ...READ MORE

Sep 12, 2020 in Terraform by MD
• 95,440 points
530 views
+2 votes
1 answer

How to create a VPC on GCP from command line?

Hi@akhtar, To create a personal network, you need ...READ MORE

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

Create service in Kubernetes cluster using Terraform.

Hi@MD, To expose the pod to end-users, provision ...READ MORE

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

How to create a folder inside S3 Bucket using Terraform code?

Hi@akhtar, You can create a folder at the ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,440 points
2,691 views
+2 votes
1 answer

How to create a firewall rule in GCP Cloud?

Hi@akhtar, If you are using the default VPC ...READ MORE

Aug 23, 2020 in GCP by MD
• 95,440 points
1,283 views
+2 votes
1 answer

How to expose the deployment on GKE Cluster?

Hi@akhtar, After deploying the application, you need to ...READ MORE

Aug 25, 2020 in GCP by MD
• 95,440 points
1,191 views
0 votes
1 answer

How to convert String to Date in Amazon Athena?

You can use date_parse. All you need ...READ MORE

Jan 16, 2019 in AWS by chandan
26,587 views
+2 votes
1 answer
+2 votes
1 answer

What are the Requirements for AWS Developer associate certificate?

Hi@Md Safwathullah, The AWS Certified Cloud Practitioner examination ...READ MORE

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

Error: Error creating route: InvalidParameterValue: Route target is not supported. This route only supports interface and instance targets.

Hi@akhtar, In the route you use internet gateway ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
2,515 views
0 votes
2 answers

Can we use domain based Email in Google Cloud IAM?

Hi@Lakshinarayanan, Yes, you can use. Sometimes we need when ...READ MORE

Jul 30, 2020 in GCP by MD
• 95,440 points
2,065 views
0 votes
1 answer

ERROR 1045 (28000): Access denied for user in AWS.

Hi@akhtar, You need to reset the password for this. ...READ MORE

Apr 2, 2020 in AWS by MD
• 95,440 points
7,239 views
0 votes
1 answer
+2 votes
1 answer

How to decide which load balancer to select for any application?

Hi@akhtar, Elastic Load Balancing supports three types of ...READ MORE

Aug 13, 2020 in AWS by MD
• 95,440 points
1,403 views
+2 votes
1 answer

How to do SSH in GCP instance from command line?

Hi@akhtar, You can do SSH to GCP instance ...READ MORE

Aug 24, 2020 in GCP by MD
• 95,440 points
898 views
0 votes
2 answers

How do i use wildcards to copy group of files in AWS CLI?

Here's a UNIX/Linux shell way. for f in ...READ MORE

Feb 24, 2020 in AWS by paul
17,290 views
0 votes
1 answer

How to create a rds snapshot from running rds instance in AWS using terraform?

Hi, I think you can use aws_db_instance resource to ...READ MORE

Jul 20, 2020 in Terraform by MD
• 95,440 points
2,466 views
+2 votes
1 answer

How to create a VPC in GCP Cloud?

Hi@akhtar, You can create a private network in ...READ MORE

Aug 24, 2020 in GCP by MD
• 95,440 points
859 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,359 views
+2 votes
1 answer

How to enable new services to a project in GCP Cloud?

Hi@akhtar, You can enable new services to your ...READ MORE

Aug 23, 2020 in GCP by MD
• 95,440 points
855 views
+1 vote
1 answer
+2 votes
1 answer

How to launch one instance on GCP Cloud from command line?

Hi@akhtar, You can compute service in GCP to launch ...READ MORE

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

error deleting S3 Bucket (example11225588): BucketNotEmpty: The bucket you tried to delete is not empty

Hi@akhtar, Your bucket is mounted to a folder. ...READ MORE

Jun 14, 2020 in Terraform by MD
• 95,440 points
3,915 views
+1 vote
1 answer

error: cannot uninstall 'simplejson', not able to install on Ubuntu 18.04,

Hi@akhtar, This error occurs because of pip install ...READ MORE

Mar 20, 2020 in OpenStack by MD
• 95,440 points
7,548 views
+2 votes
1 answer

How to do VPC peering in GCP Cloud?

Hi@akhtar, If you have created your VPC in ...READ MORE

Aug 24, 2020 in GCP by MD
• 95,440 points
724 views
+2 votes
1 answer

Can I create new fact tables in Redshift after the data is imported or I can just import data and run queries but can't change my schema in Redshift?

Hi@Anjani, You can change the definition of an existing ...READ MORE

Aug 18, 2020 in AWS by MD
• 95,440 points
966 views
+1 vote
1 answer

i have configure docker on AWS EC2 instance but commands are not working inside docker container.

Hello @Aniket , The docker exec command runs a new command ...READ MORE

Aug 5, 2020 in AWS by Niroj
• 82,880 points
1,464 views
0 votes
1 answer

Lambda function to mail notification using if condition

Hi, It seems you are passing the wrong ...READ MORE

Jul 15, 2020 in AWS by MD
• 95,440 points
2,411 views
+2 votes
1 answer

How to deploy one application on GKE cluster?

Hi@akhtar, GKE uses Kubernetes objects to create and ...READ MORE

Aug 25, 2020 in GCP by MD
• 95,440 points
524 views
+2 votes
1 answer

How to create a project in GCP Cloud?

Hi@akhtar, To deploy your app on App Engine, ...READ MORE

Aug 23, 2020 in GCP by MD
• 95,440 points
553 views
0 votes
1 answer

How to create one s3 bucket using terraform?

Hi@akhtar, You can use aws_s3_bucket resources to create ...READ MORE

Jun 12, 2020 in Terraform by MD
• 95,440 points
3,701 views
+2 votes
1 answer

How to create a workspace in terraform?

Hi@MD, Terraform has a command named terraform workspace. ...READ MORE

Aug 17, 2020 in Terraform by akhtar
• 38,230 points
767 views
0 votes
1 answer

How to perform Fargate Service failover testing

Hello, For your query you can refer this:https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ecs_run_task_fargate.html Hope ...READ MORE

Jul 28, 2020 in AWS by Niroj
• 82,880 points
1,701 views
0 votes
2 answers

How to kill a lambda function in AWS?

$ aws lambda put-function-concurrency --function-name my-function --reserved-concurrent-executions ...READ MORE

Mar 28, 2019 in AWS by Shashank
• 1,370 points
22,701 views
0 votes
1 answer

How to import module in Terraform code?

Hi@akhtar, A module is a container for multiple resources that ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
1,894 views
0 votes
1 answer

How to create Internet gateway in AWS usng Terraform?

Hi@akhtar, You can find one resource named aws_internet_gateway. ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
1,815 views