Most viewed questions in Cloud Computing

0 votes
1 answer

Is there a limit on the number of attributes in DynamoDB Table?

Actually, there is no limit to the ...READ MORE

Feb 21, 2019 in AWS by Archana
• 5,640 points
4,042 views
+1 vote
2 answers

AWS: Long Distance Movement to S3 buckets

This description may interest you, check the ...READ MORE

Aug 30, 2018 in Cloud Computing by eatcodesleeprepeat
• 4,710 points
4,039 views
0 votes
1 answer

what php API can be used to upload and download files to Amazon S3

Amazon have a PHPSDK , check the sample code // ...READ MORE

Oct 17, 2018 in AWS by Priyaj
• 58,090 points
4,036 views
0 votes
0 answers
0 votes
1 answer

What are Compute Optimized Instance?

Compute Optimized instances are the instance designed ...READ MORE

Jan 30, 2019 in AWS by sukesh
4,019 views
0 votes
1 answer

How to disable actions for an alarm in AWS?

Hi@akhtar, You can disable the actions for the specified ...READ MORE

Nov 18, 2020 in AWS by MD
• 95,440 points
3,999 views
0 votes
1 answer

How to connect to Azure VM from the command line?

Hi@akhtar, You can connect to your Azure VM ...READ MORE

Nov 11, 2020 in Azure by MD
• 95,440 points
3,995 views
0 votes
1 answer

Is it possible to restore a deleted service account on Gcloud?

It's sometimes possible to restore a deleted ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
3,984 views
0 votes
1 answer

Copy file from EC2 instance to my local machine.

You can use a tool called FileZilla.  You ...READ MORE

Dec 14, 2018 in AWS by Shuvodip
3,982 views
+1 vote
1 answer

Invalid hostname error when connecting to S3 using secret key

Hey, it works perfectly fine you just ...READ MORE

Oct 11, 2018 in AWS by Archana
• 4,170 points
3,963 views
0 votes
1 answer

How can I use “Azure File Storage” with Web App Service?

If you're looking for mapping a drive ...READ MORE

Aug 11, 2018 in Azure by null_void
• 3,220 points
3,957 views
+1 vote
1 answer

How do you upload data to AWS Glacier?

Amazon Glacier provides a management console, which ...READ MORE

Oct 11, 2018 in Cloud Computing by DragonLord999
• 8,450 points
3,946 views
0 votes
2 answers

What is the difference between VPC security group and EC2 security group?

EC2-Classic Security Group When the instance is launched, ...READ MORE

Feb 11, 2019 in AWS by Ramaya
3,945 views
0 votes
1 answer

How to clear the credentials in AWS Configure?

Hi@akhtar, You need to remove the configuration file ...READ MORE

Nov 17, 2020 in AWS by MD
• 95,440 points
3,943 views
0 votes
1 answer

How to perform a dry run of a query so as to get a cost estimate of the query beforehand?

To perform a dry run: Enter a query ...READ MORE

Nov 21, 2019 in GCP by Sirajul
• 59,230 points
3,938 views
+2 votes
1 answer

How to install AWS CLI on Mac?

Hi @Hannah, the best way to install ...READ MORE

Jan 24, 2020 in AWS by Travis

edited Sep 6, 2023 by Khan Sarfaraz 3,927 views
+1 vote
1 answer

What is the difference between an Instance, AMI and Snaphots in AWS?

AMI is the Amazon Machine Image which provides ...READ MORE

May 24, 2019 in AWS by ArchanaNagur
• 2,360 points
3,924 views
0 votes
1 answer

How to change my machine type for an instance running on GCP?

You can only change the machine type ...READ MORE

Nov 4, 2019 in GCP by Sirajul
• 59,230 points
3,917 views
0 votes
1 answer

How to open S3 object as a string with Boto3?

Hi@akhtar, If you want to return a string, you ...READ MORE

Sep 21, 2020 in AWS by MD
• 95,440 points
3,904 views
0 votes
1 answer

Connecting AWS EC2 instance using Java

An Amazon EC2 instance is just like ...READ MORE

Mar 28, 2019 in AWS by Disha
3,891 views
+1 vote
1 answer

In GoDaddy how to validate a Domain For AWS ACM

For validate www.example.com you have to write just the ...READ MORE

Oct 29, 2018 in AWS by Priyaj
• 58,090 points
3,879 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,876 views
0 votes
1 answer

Is there a calculator for calculating the price of DynamoDB for my purpose?

DynamoDB has provisioned throughput that a user ...READ MORE

Feb 15, 2019 in AWS by Heena
3,876 views
+3 votes
1 answer

How to download aws sdk in my eclipse?

To use AWS SDK simply follow the ...READ MORE

Dec 11, 2018 in AWS by Priyaj
• 58,090 points
3,860 views
0 votes
2 answers

What is the difference between Google App Engine and Google Compute Engine?

In App Engine we have limited facility ...READ MORE

Dec 25, 2018 in GCP by anonymous
3,855 views
0 votes
1 answer

How to add a route for IGW in AWS using Terraform code?

Hi@akhtar, Terraform has one keyword named route. It allows ...READ MORE

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

Send a file in post method in aws lambda?

Looks like you're already using request module. in this case ...READ MORE

Oct 5, 2018 in AWS by Priyaj
• 58,090 points
3,850 views
0 votes
1 answer

How to reset EC2 ubuntu instance?

AWS doesn't have a feature like VmWare's ...READ MORE

Feb 23, 2022 in AWS by Korak
• 5,820 points
3,844 views
0 votes
1 answer

Getting ORA-01882: timezone region not found with Oracle UCP, on aws ec2 instance?

You can pass command line argument -Duser.timezone=<Database Time ...READ MORE

Oct 3, 2018 in AWS by Priyaj
• 58,090 points
3,844 views
0 votes
1 answer

Amazon Ec2 FTP Write Permission error

The ec2-user don't have permission to write ...READ MORE

Sep 18, 2018 in AWS by Archana
• 4,170 points
3,840 views
0 votes
1 answer

Not a valid S3 folder location. Valid ones are of the format: s3://bucket/folder/

You need to mention the path completely. ...READ MORE

Nov 27, 2018 in AWS by Shuvodip Ghosh
3,838 views
+1 vote
2 answers

Use AWS CloudWatch to start/stop EC2 instances. How to implement it?

What you can do is set a ...READ MORE

Oct 26, 2018 in AWS by Priyaj
• 58,090 points
3,836 views
0 votes
1 answer

Does amazon charge you if your instance is stopped?

No, you are not charged for the ...READ MORE

Mar 27, 2019 in AWS by Dushyant
3,835 views
0 votes
1 answer

Creating password for a windows instance on GCP

Windows Server instances use password authentication instead ...READ MORE

Sep 24, 2019 in GCP by Sirajul
• 59,230 points
3,822 views
+1 vote
4 answers

How do Connect to Azure website via FTP?

First set up your FTP credentials are ...READ MORE

Oct 23, 2018 in Azure by abc
3,820 views
0 votes
1 answer

CORS in AWS API Gateway + AWS Lambda

You could try downloading the AWS APIG ...READ MORE

Oct 9, 2018 in AWS by Priyaj
• 58,090 points
3,816 views
0 votes
1 answer

How to install azure powershell? in which operating system, we can use azure powershell?

Azure PowerShell is a set of cmdlets ...READ MORE

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

A characteristic of edge locations is

Hi@anjali, An edge location is where end-users access services located ...READ MORE

Nov 19, 2020 in AWS by MD
• 95,440 points
3,797 views
0 votes
1 answer

When should one use a boto3 client and when boot3 resource?

I referred a similar answer somewhere. I ...READ MORE

Apr 17, 2018 in Cloud Computing by hemant
• 5,790 points
3,794 views
0 votes
1 answer

How to Enable CORS for an AWS API Gateway Resource

Since you're using Lambda Proxy integration for ...READ MORE

Jul 10, 2018 in AWS by Hammer
• 360 points
3,777 views
0 votes
1 answer

How to create a security group in AWS with Boto3?

Hi@akhtar, You can create a new security group ...READ MORE

Oct 11, 2020 in AWS by MD
• 95,440 points
3,772 views
0 votes
1 answer

How to setup an alarm when Lambda function fails in AWS?

Hi@akhtar, To create an Alarm for Lambda function, ...READ MORE

Apr 2, 2020 in AWS by MD
• 95,440 points
3,767 views
+1 vote
1 answer

Error: Save Batch Record throws @DynamoDBTyped or @DynamoDBTypeConverted

There is simpler way by use annotation @DynamoDBDocument For ...READ MORE

Sep 26, 2018 in AWS by Priyaj
• 58,090 points
3,767 views
0 votes
1 answer

How to use CloudFormation to create an ECS cluster?

Looks like there is nothing special about ...READ MORE

Sep 24, 2018 in AWS by Archana
• 4,170 points
3,738 views
0 votes
1 answer

Failure uploading Image on AmazonS3 with PHP SDK

Try this, I took it out from ...READ MORE

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

How to execute scheduled SQL scripts in on Amazon Redshift?

I had faced the same problem earlier. ...READ MORE

Nov 19, 2018 in AWS by Archana
• 5,640 points
3,735 views
0 votes
1 answer

How to get API Gateway function output from a step-function

First of all the step functions executes ...READ MORE

Dec 27, 2018 in AWS by Archana
• 5,640 points
3,728 views
0 votes
1 answer

What checksums does Amazon S3 employ to detect data corruption?

Amazon S3 uses a combination of Content-MD5 ...READ MORE

Oct 25, 2018 in AWS by Archana
• 5,640 points
3,703 views
0 votes
1 answer

How to delete an origin access identity in Cloudfront?

Hi@akhtar, You can delete your origin access identity ...READ MORE

Nov 2, 2020 in AWS by MD
• 95,440 points
3,700 views
0 votes
1 answer

Can we have a custom login page for Azure Active Directory?

Hey there! Feel Lucky. Custom company branding is ...READ MORE

Aug 9, 2018 in Azure by null_void
• 3,220 points
3,692 views