Trending questions in Cloud Computing

0 votes
1 answer

How will you disable the traffic in AWS when you deploying In production??

You could probably use a Network LoadBalancer ...READ MORE

Sep 28, 2020 in AWS by Kannan T
552 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,460 points
5,578 views
0 votes
1 answer

How to specify credentials when connecting to boto3 S3?

Hi@akhtar, You need to create a session in ...READ MORE

Sep 22, 2020 in AWS by MD
• 95,460 points
804 views
+2 votes
1 answer

How to redirect EC2 Elastic Load Balancer from HTTP to HTTPS?

Hi@akhtar, AWS Application Load Balancers now support native ...READ MORE

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

How to create a project from GCP Cloud Shell?

Hi@akhtar, GCP shell has a command named gcloud. ...READ MORE

Aug 23, 2020 in GCP by MD
• 95,460 points
2,005 views
0 votes
1 answer

What configurations are required with minimal cost in EC2 when I have exponential growth in the users?

Hi, It depends on your requirement. If you ...READ MORE

Sep 24, 2020 in AWS by MD
• 95,460 points
679 views
+2 votes
1 answer

What is the difference between modules and workspaces in Terraform?

Hi@akhtar, I think a key difference between Terraform ...READ MORE

Aug 17, 2020 in Terraform by MD
• 95,460 points
2,251 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,547 views
0 votes
1 answer

How to launch one MySQL instance using Terraform code?

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

Sep 9, 2020 in Terraform by MD
• 95,460 points
1,278 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,460 points
5,514 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,460 points
1,465 views
0 votes
1 answer

How to authenticate with the correct account in GCP from Command Line?

Hi@akhtar, You can check your accounts from the ...READ MORE

Sep 24, 2020 in GCP by MD
• 95,460 points
566 views
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,460 points
996 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,460 points
1,707 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,460 points
1,601 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
561 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
584 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,260 points
1,546 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,460 points
768 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,460 points
840 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,460 points
1,617 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,460 points
2,956 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
512 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,898 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,460 points
852 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,460 points
1,447 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,460 points
1,472 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,460 points
709 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,260 points
621 views
+2 votes
1 answer
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,460 points
7,638 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,460 points
2,427 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,460 points
2,856 views
+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,460 points
1,214 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,460 points
8,093 views
+1 vote
1 answer
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,460 points
1,627 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
23,464 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,663 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,460 points
1,086 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,460 points
1,076 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,460 points
2,666 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,460 points
4,228 views
+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,460 points
1,034 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,460 points
1,076 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,460 points
2,753 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,460 points
923 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,840 points
2,179 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,840 points
1,696 views