Most viewed questions in Cloud Computing

0 votes
1 answer

Amazon Web Services: RDS + Web Service vs DynamoDB API for Mobile App. What's Easiest/Best for Security?

There is no solution to use IAM ...READ MORE

Aug 27, 2018 in AWS by Priyaj
• 58,090 points
764 views
0 votes
1 answer

Amazon Web Services: Delete item on DynamoDB Database from Lambda Function

Omitting the Lambda boilerplate      var tablename= "Users" dynamodb.deleteItem({ "TableName": tableName "Key": ...READ MORE

Feb 16, 2022 in AWS by anonymous
763 views
0 votes
1 answer

Create repository on AWS CodeCommit

Go to your AWS login page and ...READ MORE

Jun 13, 2019 in AWS by Hannah
763 views
0 votes
1 answer

What is event in Lambda function?

An event source is an AWS service ...READ MORE

Jan 25, 2019 in AWS by esha
763 views
0 votes
1 answer

Is it possible to override default inactive timeout setting enabled by the admin?

Yes, If an admin has made a ...READ MORE

Dec 26, 2019 in Azure by Sirajul
• 59,230 points
762 views
0 votes
1 answer

What is Alarm service in OpenStack? Is it same as CloudWatch Alarm in AWS?

Hi@akhtar, The definition of an Alarm provides the ...READ MORE

Mar 20, 2020 in OpenStack by MD
• 95,440 points
761 views
0 votes
1 answer

What is AWS S3?

Amazon Simple Storage Service (S3) is a ...READ MORE

Jan 27, 2020 in AWS by Hemant
761 views
0 votes
1 answer

Migrate WordPress from on-prem VM to AWS

Hi @hannah, its a good decision to ...READ MORE

Oct 17, 2019 in AWS by Aleesha
760 views
0 votes
1 answer

Point root of the domain to my Elastic Load balancer

You can use Route 53 for this ...READ MORE

May 15, 2019 in AWS by Takeshi
760 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
758 views
0 votes
1 answer

Is it possible to access performance counter in Microsoft Azure Web App?

No, it is not supported on Azure ...READ MORE

Jul 4, 2019 in Azure by Perry
• 17,100 points
758 views
0 votes
1 answer

S3 user cannot access objects in his own bucket if created by another user. Why?

I think you have to  re-write the ...READ MORE

Jul 30, 2018 in Cloud Computing by Gopalan
• 1,360 points
758 views
0 votes
0 answers

AWS RDS disaster recovery using cross-account

We are running AWS RDS PostgreSQL, with ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,670 points
757 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
757 views
0 votes
1 answer

Azure: Getting error in loading 'Microsoft.TeamFoundation.WorkItemTracking.Client.Cache'

The error is occurring because you are trying ...READ MORE

Mar 26, 2019 in Azure by Prerna
• 1,960 points
756 views
0 votes
1 answer

Change the pem file - AWS

You need to take the ami and ...READ MORE

Aug 23, 2019 in AWS by Mahesh
754 views
+2 votes
1 answer

How to Use Amazon AWS Credentials to Access/Query Tables in AWS RDS Instance through Mobile App

You should make your backend functions to ...READ MORE

Aug 28, 2018 in AWS by Priyaj
• 58,090 points
754 views
+1 vote
3 answers

AWS Pricing for upgrading reserved instances

Depending on your situation, you may be ...READ MORE

Sep 3, 2018 in AWS by findingbugs
• 4,780 points
754 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
753 views
0 votes
1 answer

AWS: If EBS is Using RDS database can it be dropped?

EBS will run your software. It is ...READ MORE

May 24, 2018 in Cloud Computing by code_ninja
• 6,290 points
753 views
0 votes
1 answer

CloudWatch alarm to monitor RDS

have a look at this: https://aws.amazon.com/premiumsupport/knowledge ...READ MORE

Oct 11, 2019 in AWS by Rishi
• 210 points
749 views
0 votes
1 answer

Consistency Model in DynamoDB

The consistency model of DynamoDB can be ...READ MORE

Feb 14, 2019 in AWS by Esha Gupta
749 views
0 votes
1 answer

Can I create a free tier account without a credit card?

Previously, credit card was mandatory. Now, you ...READ MORE

Dec 13, 2018 in AWS by Neha
749 views
0 votes
1 answer

Which cloud hosting is best ( AWS or Azure or Google)

Hello @Hammer, This totally depends on your needs, ...READ MORE

Aug 10, 2018 in AWS by Priyaj
• 58,090 points
749 views
0 votes
1 answer

How to connect to an existing CloudSearch domain in boto?

You can use conn.list_domains() which will return a list ...READ MORE

Mar 14, 2019 in AWS by Archana
• 5,640 points
748 views
0 votes
1 answer

What is EBS Snapshot and how it is used?

EBS Snapshot plays a vital role in ...READ MORE

Jan 17, 2019 in AWS by Rishab
• 1,490 points
748 views
0 votes
1 answer

Locating Scala installation for Spark

First of all, spark doesn't come with ...READ MORE

May 25, 2018 in AWS by Cloud gunner
• 4,670 points
748 views
0 votes
1 answer

How to update a snapshot in Azure?

Hi@akhtar, Sometimes it is required to update a ...READ MORE

Nov 17, 2020 in Azure by MD
• 95,440 points
747 views
0 votes
2 answers

Hybrid Cloud vs multi-Cloud

Hybrid cloud is an infrastructure while multi-cloud ...READ MORE

Feb 8, 2019 in Cloud Computing by sarosh
747 views
0 votes
1 answer

How to add a node pool to the managed Kubernetes cluster in Azure?

Hi@akhtar, You can add an extra node pool ...READ MORE

Nov 17, 2020 in Azure by MD
• 95,440 points
746 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
745 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
745 views
0 votes
1 answer

Compile AWS function in Java

Standard tools like Maven or Gradle can ...READ MORE

Jan 29, 2019 in AWS by Arunima
745 views
0 votes
1 answer

Steps in creating a lambda function in AWS

To create a Lambda function, you first ...READ MORE

May 20, 2019 in AWS by Taragan
744 views
0 votes
1 answer

Azure portal doesn't display the SDK version of my Cloud Service. How can I get to know it?

You can use following PowerShell commands to ...READ MORE

Jan 3, 2020 in Azure by Sirajul
• 59,230 points
742 views
0 votes
1 answer

Isn't the Google Compute engine has the same features as Google app engine's flexible environment?

They are having certain set of differences. The ...READ MORE

Sep 25, 2019 in GCP by Sirajul
• 59,230 points
742 views
0 votes
2 answers

AWS: What is the number of buckets that are created in by default?

By Default,100 s3  buckets can be created ...READ MORE

Aug 5, 2020 in Cloud Computing by cloudkatha
• 210 points
742 views
0 votes
1 answer

How to make a S3 bucket public?

create a bucket policy with the following ...READ MORE

Mar 12, 2019 in AWS by Reena
741 views
0 votes
1 answer

What does High Availability Zone exactly mean?

It is best practice to replicate the ...READ MORE

Jul 31, 2018 in Cloud Computing by Gopalan
• 1,360 points
741 views
0 votes
1 answer

How to get a CloudFront origin access identity?

Hi@MD, The following example gets the CloudFront origin ...READ MORE

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

Use AWS Lambd@Edge

Lambda@Edge is easy to use all you ...READ MORE

Jan 28, 2019 in AWS by Rohit
740 views
0 votes
1 answer

How to view the snapshots that are shared to me?

All the snapshots that are shared with ...READ MORE

Jan 31, 2019 in AWS by Subhash
739 views
0 votes
0 answers

How to use AWS S3 REST API ListObjects(v2) with multiple parent/child bucket directories?

What am I missing here? I'm able to ...READ MORE

Apr 25, 2022 in AWS by Rahul
• 9,670 points
738 views
0 votes
1 answer

How to kill a process in GCP

 GCP does not provide you any tool ...READ MORE

Apr 6, 2022 in GCP by Korak
• 5,820 points
737 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,440 points
737 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
737 views
0 votes
1 answer

Unable to fetch the last coloumn using Athena

the error that i found was with ...READ MORE

Nov 27, 2018 in AWS by Priyaj
• 58,090 points
736 views
0 votes
1 answer

What are the data sources that AWS Quicksight support?

You can connect to AWS data sources ...READ MORE

Oct 23, 2018 in AWS by Archana
• 4,170 points
736 views