Most viewed questions in Cloud Computing

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,717 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,712 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,710 views
0 votes
1 answer

AWS boto3 — Difference between `batch_writer` and `batch_write_item`

As far as I understand and use ...READ MORE

Sep 25, 2018 in AWS by Priyaj
• 58,090 points
3,706 views
0 votes
2 answers

Adding Cache-Control and Expires headers to Azure Storage Blobs

Here's an updated version of the previous ...READ MORE

Aug 7, 2018 in Azure by null_void
• 3,220 points
3,706 views
0 votes
1 answer

Difference between openstack and redhat openstack ?

Hi, There are no difference between RedHat OpenStack ...READ MORE

Mar 13, 2020 in OpenStack by MD
• 95,440 points
3,702 views
0 votes
1 answer

AWS S3 presigned URL limit

You can create as many signed URLs ...READ MORE

Nov 28, 2018 in AWS by Archana
• 5,640 points
3,701 views
+1 vote
2 answers

How to open a port on google compute engine

You need to set the firewall rule ...READ MORE

Jul 10, 2019 in GCP by K sagar
3,700 views
0 votes
1 answer

How to support more than one trigger in AWS Lambda in Golang?

In approach one, you are directly calling ...READ MORE

Sep 12, 2018 in AWS by Priyaj
• 58,090 points
3,695 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,440 points
3,694 views
0 votes
0 answers

How to upload a file in to aws s3 by using programmatically?? [closed]

Sep 13, 2019 in AWS by anonymous

closed Sep 16, 2019 by Kalgi 3,694 views
0 votes
1 answer

Connection draining in GCP

Connection draining is a process that ensures ...READ MORE

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

GCP Error: 403: Access Denied

Check that your credentials are correct. For ...READ MORE

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

How to set Multiple locations in Athena?

Unfortunately you can use athena with just ...READ MORE

Jan 16, 2019 in AWS by william
3,664 views
0 votes
1 answer

Error: Install-Module : The term 'Install-Module' is not recognized as the name of a cmdlet

Since you are using the lower version ...READ MORE

Jun 20, 2018 in Azure by null_void
• 3,220 points
3,662 views
0 votes
1 answer

How to create new stack using create-change-set in AWS Cloudformation

The type of change set operation. To ...READ MORE

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

Error : [SSL : CERTIFICATION_VERIFY_FAILED] while trying to connect to S3

Probably your bucket name contains a dot, ...READ MORE

Aug 6, 2018 in AWS by Archana
• 4,170 points
3,661 views
0 votes
1 answer

How to copy files from the Windows system to Azure VM?

Hi@akhtar, You can use WinSCP software to transfer ...READ MORE

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

Set environment variables in AWS Lambda

You can specify environment variables for AWS ...READ MORE

Dec 31, 2018 in AWS by Archana
• 5,640 points
3,654 views
0 votes
2 answers

Unable to insert item to DynamoDb from command Line

Basically your command line here is unable ...READ MORE

Feb 23, 2019 in AWS by Shashank
• 1,370 points
3,653 views
0 votes
1 answer

How to delete image in OpenStack?

Hi@akhtar, There are two ways to delete an ...READ MORE

Mar 16, 2020 in OpenStack by MD
• 95,440 points
3,652 views
+2 votes
1 answer

How to list down all the projects in GCP Cloud?

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

Aug 23, 2020 in GCP by MD
• 95,440 points
3,651 views
0 votes
1 answer

I am closing my billing account on GCP but have unused credits. Will I be eligible for a refund?

If you cancel your billing account and ...READ MORE

Nov 5, 2019 in GCP by anonymous
• 59,230 points
3,644 views
+4 votes
2 answers

How come AWS S3 is erasing my extension from PDF files?

I think the problem should be with ...READ MORE

Mar 27, 2018 in Cloud Computing by code_ninja
• 6,290 points
3,640 views
0 votes
0 answers

CodeBuild failed, error "CLIENT_ERROR: no matching artifact paths found"

I've created a BuildPipeline and my build ...READ MORE

Jul 1, 2019 in AWS by Jiggs
3,639 views
0 votes
1 answer

How to install Python on my ec2 instance?

EC2 on linux machine currently supports python3.4 ...READ MORE

Mar 27, 2019 in AWS by Ritesh
3,627 views
+1 vote
1 answer

Cannot create a Default VPC

Okay so from a document from AWS, ...READ MORE

Oct 23, 2018 in AWS by Priyaj
• 58,090 points

edited Oct 24, 2018 by Priyaj 3,617 views
0 votes
2 answers

Adding swagger to existing aws lambda (API Gateway)

I have only used Swagger with API ...READ MORE

Aug 20, 2018 in AWS by Priyaj
• 58,090 points
3,616 views
0 votes
1 answer

Difference between EFA ENI and ENA ENI?

An ENA ENI is used to serve ...READ MORE

Feb 4, 2019 in AWS by Heena
3,607 views
+1 vote
1 answer
0 votes
1 answer

What is the job role for a AWS pre-sales architect?

The AWS Pre Sales Architect will be ...READ MORE

Nov 30, 2018 in AWS by Aniket
3,605 views
0 votes
1 answer

403: API Gateway using custom API

Try setting up a CNAME with your ...READ MORE

May 4, 2018 in Cloud Computing by brat_1
• 7,200 points
3,605 views
0 votes
1 answer

Google cloud: How to list all service-accounts from all Projects in GCP

Your code sample suggests you want the ...READ MORE

Mar 14, 2022 in GCP by Korak
• 5,820 points
3,602 views
0 votes
1 answer

What is the null resource in Terraform?

Hi@akhtar, The null_resource resource implements the standard resource ...READ MORE

Sep 29, 2020 in Terraform by MD
• 95,440 points
3,599 views
0 votes
1 answer

Training data in S3 in AWS Sagemaker

If your IAM roles are setup correctly, ...READ MORE

Jul 27, 2018 in AWS by Priyaj
• 58,090 points
3,598 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,593 views
0 votes
2 answers

How to read a file from one ec2 instance make some changes and save in another ec2 instance using lambda function.(python)

Muchas gracias. ?Como puedo iniciar sesion? READ MORE

May 2, 2020 in AWS by ohisktvmlv
3,587 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,584 views
0 votes
1 answer

Amazon SES Email address is not verified

Amazon SES is a service by which ...READ MORE

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

How to delete a file from a branch in AWS CodeCommit?

Hi@akhtar, The following delete-file example demonstrates how to ...READ MORE

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

Validate a jwt token from cognito

Here is a documentation on how to ...READ MORE

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

How to delete the files from AWS S3 except the recently 5 added/updated files?

Use AWS s3 rm command with multiple --exclude options as shown: aws ...READ MORE

Jul 30, 2018 in Cloud Computing by Gopalan
• 1,360 points
3,556 views
0 votes
1 answer

Google Cloud Storage Bucket Backup

There are multiple options for you to ...READ MORE

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

Amazon EC2 custom AMI not running bootstrap (user-data)

At the end of initial bootstrap (UserData) ...READ MORE

Jul 13, 2018 in AWS by Cloud gunner
• 4,670 points
3,545 views
0 votes
1 answer

AWS Elastic Beanstalk - How to increase instance disk capacity?

The 8 GB diskthat you are seeing ...READ MORE

Sep 3, 2018 in AWS by anonymous
3,532 views
0 votes
1 answer

How to create a public network in OpenStack?

Hi@akhtar,  In OpenStack you are the admin of ...READ MORE

Mar 18, 2020 in OpenStack by MD
• 95,440 points
3,530 views
0 votes
1 answer

Cloud SQL of google cloud is IaaS or PaaS?

Cloud SQL is PAAS (Plaform As A ...READ MORE

Sep 23, 2019 in GCP by Sirajul
• 59,230 points
3,530 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,440 points
3,529 views
+4 votes
2 answers

Amazon S3 Permission problem - How to set permissions for all files at once?

This can be done by setting the ...READ MORE

Mar 27, 2018 in Cloud Computing by brat_1
• 7,200 points
3,528 views
0 votes
1 answer

AWS EC2 ERR_CONNECTION_TIMED_OUT

The most probable fix for getting a ...READ MORE

Mar 28, 2019 in AWS by Razig
3,527 views