Trending questions in Cloud Computing

+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,460 points
772 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,460 points
1,124 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,460 points
3,909 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,260 points
1,001 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,460 points
722 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,460 points
2,161 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,460 points
2,134 views
0 votes
1 answer

Scan dynamodb table in sorted order based on a attribute

If you are aware of the HashKey, ...READ MORE

Apr 4, 2019 in AWS by datageek
• 3,090 points
22,595 views
0 votes
1 answer

Why AWS DMS service?

Hi@Lakshminarayanan, Every service has some use cases. To ...READ MORE

Aug 17, 2020 in AWS by MD
• 95,460 points
868 views
+1 vote
1 answer
+1 vote
1 answer

What is worth of AWS cloud practitioner certificate?

Hi@Safwathullah, The AWS Cloud Practitioner Certificate Exam is ...READ MORE

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

What are the steps to get an SSL certificate?

Hi@akhtar, You can either use AWS Certificate Manager to provision ...READ MORE

Aug 13, 2020 in AWS by MD
• 95,460 points
839 views
0 votes
1 answer

What is data source in Terraform?

Hi@akhtar, Data sources allow data to be fetched or ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,460 points
1,819 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,460 points
3,393 views
+1 vote
1 answer

[WinError 2] The system cannot find the file specified

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

Jun 1, 2020 in AWS by MD
• 95,460 points
4,014 views
0 votes
1 answer

"errorMessage": "An error occurred (UnauthorizedOperation) when calling the DescribeInstanceStatus operation: You are not authorized

Hi@akhtar, You are not able to access your ...READ MORE

Apr 2, 2020 in AWS by MD
• 95,460 points
6,619 views
+2 votes
1 answer

Value of the Cloud Architect Masters Proram from EDUREKA

Hi, @Md Safwathullah  You can visit here for ...READ MORE

Aug 10, 2020 in Cloud Computing by Gitika
• 65,770 points
761 views
0 votes
1 answer

Load key "key1234.pem": Permission denied ec2-user@13.126.141.194: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).

Hi@akhtar, It seems you didn't set permissions to ...READ MORE

Jun 3, 2020 in AWS by MD
• 95,460 points
3,621 views
0 votes
1 answer

ImportError: No module named botocore.session

Hi@akhtar, I think you are using previous version ...READ MORE

Apr 27, 2020 in AWS by MD
• 95,460 points
5,187 views
0 votes
1 answer

ImportError: No module named 'awscli'

Hi@akhtar, To install aws cli in your system, ...READ MORE

Apr 27, 2020 in AWS by MD
• 95,460 points
5,172 views
0 votes
1 answer

How to create one S3 bucket in AWS using Terraform?

Hi@akhtar, You need to set aws provider name ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,460 points
1,406 views
+2 votes
9 answers

Querying DynamoDB by date

You can use the "day" portion in ...READ MORE

Oct 25, 2018 in Cloud Computing by abc
31,814 views
0 votes
1 answer

How to delete DB instance in AWS?

Hi@akhtar, To delate a Database instance in AWS, ...READ MORE

Jul 26, 2020 in AWS by MD
• 95,460 points
1,268 views
+1 vote
1 answer
0 votes
1 answer

How to measure the total size of an S3 bucket using python?

Hi@akhtar, You can do this tasks using Boto. ...READ MORE

Apr 15, 2020 in AWS by MD
• 95,460 points
5,645 views
+1 vote
1 answer

How To Migrate a CodeStar Project into a different Account

Hello @ cloudkatha , You can initiate deployments that belong ...READ MORE

Aug 6, 2020 in Cloud Computing by Niroj
• 82,840 points
709 views
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,460 points
2,049 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,460 points
1,347 views
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,460 points
1,407 views
0 votes
1 answer

Is it possible to migrate EIP to another AWS account? If yes, how?

Yes, it is possible to move an ...READ MORE

Oct 9, 2019 in AWS by Neel
13,660 views
0 votes
2 answers

Invalid bucket name "s3:\\testdm": Bucket name must match the regex "^[a-zA-Z0-9.\-_]{1,255}$"

Instead of backslashes, use forward slashes C:\Users\jino>aws s3 ...READ MORE

Apr 24, 2019 in AWS by anonymous
24,059 views
+1 vote
1 answer

How to determine the project associated with a cloud storage bucket?

To find which project contains a specific ...READ MORE

Nov 18, 2019 in GCP by Sirajul
• 59,230 points
11,856 views
0 votes
2 answers

What is the difference between the Red Hat OpenStack and Red Hat Virtualization, and how can they work together?

Hello, Red Hat OpenStack Platform is a commercially supported ...READ MORE

Jul 18, 2020 in OpenStack by Lily
• 260 points
3,991 views
0 votes
1 answer

Error: Error putting object in S3 bucket (example11225588): AccessDenied: Access Denied

Hi@akhtar, To upload your file in the s3 ...READ MORE

Jun 11, 2020 in Terraform by MD
• 95,460 points
2,955 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,360 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
979 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,460 points
1,219 views
0 votes
1 answer

-bash: systemctl: command not found

Hi@akhtar, I think systemctl command is not supported ...READ MORE

Jun 8, 2020 in AWS by MD
• 95,460 points
2,980 views
0 votes
1 answer

How to create MariaDB DB instance in AWS?

Hi@akhtar, To create a MariaDB DB instance with ...READ MORE

Jul 26, 2020 in AWS by MD
• 95,460 points
872 views
0 votes
1 answer

Instance is not pingable from outside in OpenStack!

Ho@akhtar, There is nothing wrong. But when you ...READ MORE

Mar 17, 2020 in OpenStack by MD
• 95,460 points
6,441 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,460 points
1,686 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,460 points
1,141 views
0 votes
1 answer

What is a Terraform provider?

Hi@akhtar, Terraform is agnostic to the underlying cloud ...READ MORE

Jul 23, 2020 in Terraform by MD
• 95,460 points
872 views
0 votes
1 answer

Error: Inappropriate value for attribute "content": string required.

Hi@MD, You have to pass in which format ...READ MORE

Jun 15, 2020 in Terraform by akhtar
• 38,260 points
2,488 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
923 views
0 votes
1 answer
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,460 points
1,419 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
785 views
0 votes
1 answer

Correct way to configure API client to manage resources on GCP account

Here's how you could do the installation: On ...READ MORE

Jul 28, 2020 in GCP by Sirajul
• 59,230 points
657 views