Latest questions in Cloud Computing

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,498 views
0 votes
1 answer

How to create a VPC in AWS using Terraform?

Hi@akhtar, You can find the script in the ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
1,122 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,885 views
0 votes
1 answer

How to create a variable in Terraform?

Hi@akhtar, Terraform has an inbuilt variable keyword to ...READ MORE

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

How to launch EC2 windows instance with powershell script using terraform?

Hi, In your Terraform code, you have written ...READ MORE

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

How to manage AWS multiple regions and availability zones using terraform?

Hi, When you run your Terraform code it ...READ MORE

Jul 21, 2020 in Terraform by MD
• 95,440 points
6,167 views
+1 vote
2 answers

Distrusted computing using Google Cloud Compuitng

You should use autoscaling to add or ...READ MORE

Jul 20, 2020 in GCP by Rajendra Gajbhiye
565 views
0 votes
1 answer

AWS Boto3 ec2 inventory script

Hi@khyatl, You need to remove the newline character. ...READ MORE

Jul 20, 2020 in AWS by MD
• 95,440 points
3,610 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,458 views
+1 vote
1 answer

what is the pre-requisite AWS Certified Solutions Architect

Hi, According to AWS, you need to know ...READ MORE

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

DMS failing to connect to Source endpoint.

Hi@Gaurav, You may get this error if your ...READ MORE

Jul 17, 2020 in AWS by MD
• 95,440 points
967 views
0 votes
1 answer

How to access vm instance of Google cloud from laptop's browser?

Hey @Amitabh, you could make use of ...READ MORE

Jul 17, 2020 in GCP by Kim
1,139 views
0 votes
1 answer

Lost connection between VM Instance and Wordpress Deployment

If your software deployment hosts content on ...READ MORE

Jul 28, 2020 in GCP by Karan
• 19,610 points
750 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,400 views
0 votes
1 answer

dynamodb.ServiceResource' object has no attribute 'exceptions'.

Hi@akhtar, You'll need to use boto3.client('dynamodb') to be able to ...READ MORE

Jul 13, 2020 in AWS by MD
• 95,440 points
13,449 views
+1 vote
1 answer

Can we apply MFA to certain actions like delete on a particular resource?

Yes, you can certainly apply MFA to ...READ MORE

Jul 13, 2020 in Azure by Sirajul
• 59,230 points
611 views
0 votes
1 answer

predefined roles for a user

Are you referring to the billing model ...READ MORE

Jul 13, 2020 in Azure by Lyana
543 views
0 votes
0 answers

How is ADCS achieved in WAAD?

How is ADCS achieved in WAAD , esp ...READ MORE

Jul 12, 2020 in Azure by bhaskar
• 170 points
389 views
0 votes
1 answer
0 votes
1 answer

How to automate AWS Appstream Service

Hi, It may be possible. For example we ...READ MORE

Jul 28, 2020 in AWS by MD
• 95,440 points
1,102 views
0 votes
1 answer

error: You must be logged in to the server (Unauthorized)

Hi@akhtar, It seems you did not set your ...READ MORE

Jul 9, 2020 in AWS by MD
• 95,440 points
7,633 views
0 votes
1 answer

could not get token: AccessDenied: Access denied

Hi@akhtar, You may get this error if your ...READ MORE

Jul 9, 2020 in AWS by MD
• 95,440 points
1,149 views
0 votes
1 answer

aws-vault: error: Failed to start credential server: listen tcp 127.0.0.1:9099: bind: address already in use

Hi@akhtar, This is usually caused by another geodesic shell running. ...READ MORE

Jul 9, 2020 in AWS by MD
• 95,440 points
1,136 views
0 votes
1 answer

Which Azure database is more suitable to me?

Hello @ Lakshminarayanan, Both the Azure SQL Database and ...READ MORE

Jul 8, 2020 in Azure by Niroj
• 82,880 points

edited Jul 4, 2023 by Khan Sarfaraz 615 views
0 votes
1 answer

How to remove a rule from a security group from AWS CLI?

Hi@akhtar, You can remove the ingress rule from ...READ MORE

Jul 7, 2020 in AWS by MD
• 95,440 points
5,012 views
0 votes
1 answer

Terraform template to create SNS topic with subscription of mail id

Hi@Lakshminarayanan, For SNS topic, you can use aws_sns_topic_subscription resource ...READ MORE

Jul 7, 2020 in Terraform by MD
• 95,440 points
4,119 views
0 votes
1 answer

An error occurred (ResourceNotFoundException) when calling the DescribeCluster operation: No cluster found for name: fargate-cluster.

Hi@akhtar, I think you need to tell your ...READ MORE

Jul 6, 2020 in AWS by MD
• 95,440 points
16,027 views
0 votes
1 answer

How to create Fargate Profile in AWS EKS?

Hi@akhtar, You can use eksctl command to create ...READ MORE

Jul 6, 2020 in AWS by MD
• 95,440 points
1,142 views
0 votes
1 answer
0 votes
1 answer

How to create an image in OpenStack from CLI?

Hi@akhtar, You have to first download one preinstalled ...READ MORE

Jul 6, 2020 in OpenStack by MD
• 95,440 points
1,721 views
0 votes
1 answer

How to setup EKS Cluster in AWS using eksctl command?

Hi@akhtar, Before creating the cluster, you need to ...READ MORE

Jul 6, 2020 in AWS by MD
• 95,440 points
938 views
0 votes
2 answers

Is it possible to setup container-based SFTP service in GCP - Urgent

You can create custom container of your ...READ MORE

Jul 7, 2020 in GCP by Amit Kumar
903 views
0 votes
1 answer

How to install eksctl command in Windows?

Hi@akhtar, You can use the below-given steps to ...READ MORE

Jul 5, 2020 in AWS by MD
• 95,440 points
9,315 views
0 votes
2 answers

How does Amazon EKS work?

Amazon Elastic Kubernetes Service (Amazon EKS) is ...READ MORE

Aug 13, 2020 in AWS by nbavis
• 380 points
802 views
0 votes
1 answer

How to launch an instance in OpenStack using Terraform?

Hi@akhtar, You need to use openstack_compute_instance_v2 resource to launch ...READ MORE

Jul 5, 2020 in OpenStack by MD
• 95,440 points
1,500 views
0 votes
1 answer

How to connect OpenStack Cloud with Terraform?

Hi@akhtar, To connect any Cloud, Terraform has a ...READ MORE

Jul 5, 2020 in OpenStack by MD
• 95,440 points
836 views
0 votes
1 answer

How to launch one instance in OpenStack from CLI?

Hi@akhtar, You need to login to your OpenStack ...READ MORE

Jul 5, 2020 in OpenStack by MD
• 95,440 points
878 views
0 votes
1 answer

How to login with demo account in OpenStack from CLI?

Hi@akhtar, Packstack program will generate to file when ...READ MORE

Jul 3, 2020 in OpenStack by MD
• 95,440 points
758 views
+1 vote
1 answer
0 votes
1 answer

List down all namespaces in minikube using Terraform.

Hi@akhtar, You can use data source in Terraform. ...READ MORE

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

How to create a namespace in minikube using Terraform?

Hi@akhtar, You can use kubernetes_namespace resource. It is used ...READ MORE

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

Where i can see the monitoring data in Azure? Can we get that data locally in SQL or NoSQL?

You can check the logs for the ...READ MORE

Jun 30, 2020 in Azure by Shivangi Namgyal
456 views
0 votes
1 answer

How to create EFS in AWS?

Hi@akhtar, You can follow the below-given steps to ...READ MORE

Jun 20, 2020 in AWS by akhtar
• 38,230 points
740 views
0 votes
1 answer

How to launch one Pod in Minikube using Terraform?

Hi@akhtar, You can use kubernetes_pod resource to launch ...READ MORE

Jun 16, 2020 in Terraform by MD
• 95,440 points
3,146 views
0 votes
1 answer

How to integrate kubernetes with Terraform?

Hi@akhtar, You can use Kubernetes as your Terraform ...READ MORE

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

How to generate .pem and .ppk from AWS?

Hi@akhtar, .pem and .ppk files are used to ...READ MORE

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

How to get the last stopped time & date of EC2 instance?

Hi@akhtar, To get the details of your last ...READ MORE

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

Pinging to AWP EC2 Instance

Hi@Misterlo, Check your VPC settings. Sometimes Network ACLs also ...READ MORE

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

Not able to browse image from s3 bucket, image downloading instead of displaying in browser.

Hi@akhtar, You have to pass the content_type of ...READ MORE

Jun 16, 2020 in AWS by MD
• 95,440 points
12,829 views