Trending questions in Cloud Computing

+1 vote
2 answers

Read file content from S3 bucket with boto3

s3_client=boto3.resource('s3') bucket = s3_client.Bucket('test') for obj in bucket.objects.all(): contents=obj.get()['Body'].read().decode(encoding="utf-8",errors="ignore") for line ...READ MORE

Jul 4, 2019 in AWS by reddy

edited Jul 4, 2019 by Kalgi 44,607 views
0 votes
0 answers

how to learn aws?

Dec 17, 2021 in AWS by Edureka
• 13,620 points
432 views
0 votes
0 answers

We have a query regarding GCP buckets, Can we put the GCS bucket behind the VPN, is it feasible in GCP

We have a query regarding GCP buckets, ...READ MORE

Dec 24, 2021 in GCP by Vanita

edited Mar 4 48 views
0 votes
0 answers

CloudFormation Updating the SecurityGroupIds of an ec2 instance it recreates the instance instead of modifying the same.

I created ec2 instance with cloudformation. When ...READ MORE

Dec 17, 2021 in AWS by Goural

edited Mar 4 22 views
0 votes
6 answers

Exam Dumps Required

Hi Naveed, Numerous resources are available online to ...READ MORE

Apr 24, 2019 in Azure by Prerna
• 1,960 points
3,502 views
0 votes
1 answer

ImportError: No module named boto3

Hi@akhtar, I think boto3 module is missing from ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,460 points
25,310 views
0 votes
0 answers

what is a cloud gaming backend? and I want to know cloud backend

Oct 31, 2021 in GCP by anonymous
• 120 points
387 views
0 votes
2 answers

An error occurred (AuthFailure) when calling the DescribeInstances operation: AWS was not able to validate the provided access credentials

After checking time and aws configure settings, ...READ MORE

Apr 11, 2020 in AWS by Arun Kumar
25,618 views
0 votes
0 answers

Can't delete a cluster created using kops

I keep getting the below message when ...READ MORE

Oct 6, 2021 in Cloud Computing by anonymous
• 120 points
958 views
+2 votes
1 answer

AWS ec2 instance "no supported authentication methods available(server sent: publickey,gssapi-keyex,gssapi-with-mic)"

I had the same issue, there could ...READ MORE

Sep 16, 2021 in AWS by marc

edited Mar 5 17,807 views
+1 vote
1 answer

bash: aws: command not found...

sudo amazon-linux-extras install ansible2 READ MORE

May 29, 2021 in AWS by ganesh

edited Mar 5 14,325 views
0 votes
2 answers

How to recover lost private key of an EC2 instance?

I'm afraid it's not possible When you launch ...READ MORE

Sep 25, 2018 in AWS by Archana
• 4,170 points
22,711 views
0 votes
2 answers

CreateBucket operation: InvalidBucketName

Baranaghasemi READ MORE

Nov 8, 2022 in AWS by Baranaghasemi

edited Mar 5 13,654 views
0 votes
1 answer

How to connect to Azure windows VM?

You'll use the Connect button in the Azure portal ...READ MORE

Jan 21, 2020 in Azure by Sirajul
• 59,230 points
26,129 views
0 votes
0 answers

I want to download the specific file based on pattern from s3

I want to download a file from ...READ MORE

Sep 16, 2021 in AWS by Revathi

edited Mar 4 47 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,460 points
18,150 views
0 votes
1 answer

How to install Azure CLI with yum?

Hi@akhtar, For Linux distributions with yum such as RHEL, Fedora, ...READ MORE

Nov 13, 2020 in Azure by MD
• 95,460 points
12,312 views
0 votes
0 answers

How to add inbound rules to an existing security group using Lambda function python3?

I'm trying to update AWS security group ...READ MORE

Aug 16, 2021 in AWS by Lakshminarayanan

edited Mar 4 28 views
0 votes
1 answer

How to connect an EC2 linux instance to another Linux instance?

AWS EC2 instances are more like a ...READ MORE

Jul 16, 2019 in AWS by ArchanaNagur
• 2,360 points
32,727 views
+1 vote
1 answer

How to delete a folder in S3 bucket using boto3 using Python?

You can delete the folder by using ...READ MORE

Nov 30, 2018 in AWS by Aniket
42,170 views
0 votes
1 answer

How to list contents of a bucket with boto3?

Hi@akhtar, You can create a session for an ...READ MORE

Sep 21, 2020 in AWS by MD
• 95,460 points
13,517 views
0 votes
1 answer

A characteristic of edge locations is

help lower latency and improve performance for ...READ MORE

Sep 15, 2021 in AWS by anonymous

edited Mar 5 4,394 views
0 votes
1 answer

How to block public access to S3 bucket using Terraform?

Hi@akhtar, To control the access of the S3 ...READ MORE

Sep 9, 2020 in Terraform by MD
• 95,460 points
13,896 views
0 votes
1 answer

Error refreshing state: AccessDenied: Access Denied status code: 403

Hi@akhtar, I also faced the same issue. Then ...READ MORE

Sep 9, 2020 in Terraform by MD
• 95,460 points
13,606 views
+1 vote
1 answer

How to backup Azure SQL Database?

In Azure SQL Database, you can configure ...READ MORE

Jan 22, 2020 in Azure by Sirajul
• 59,230 points
23,539 views
0 votes
0 answers

How to use variables in a policy to replace the AccountId

Hi Folks, please how can replace AwsAccountId in ...READ MORE

Jul 18, 2021 in AWS by bibi

edited Mar 4 53 views
0 votes
1 answer

How to update a user account in Azure?

cÓDIGO EFRGJGTUZ READ MORE

Jan 13, 2022 in Azure by Beatriz

edited Mar 5 1,085 views
0 votes
1 answer
0 votes
1 answer

How to import manually created s3 bucket in Terraform?

Hi@akhtar, Terraform will not able to get the ...READ MORE

Sep 11, 2020 in Terraform by MD
• 95,460 points
12,851 views
0 votes
1 answer

Can I create a GCP account for free tier without having to provide the credit card details?

You're always required to provide a credit ...READ MORE

Sep 23, 2019 in GCP by Sirajul
• 59,230 points
27,998 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,460 points
15,199 views
–1 vote
1 answer

How to copy files between Cloud Shell and the local machine in GCP?

Hi@akhtar, You can copy files from the remote ...READ MORE

Nov 9, 2020 in GCP by MD
• 95,460 points
9,876 views
0 votes
1 answer

How to execute commands on AWS Instance using Boto3?

Hi@akhtar, Boto represents an Amazon Web Services (AWS) ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,460 points
11,011 views
0 votes
1 answer

fedora Image is booted and active, but what is the username and password to login to the terminal in OpenStack?

You need to create a keypair in ...READ MORE

Jan 25, 2022 in OpenStack by Chu

edited Mar 5 4,916 views
+1 vote
0 answers

How can i start my AWS - glue job from my java application

i want to start and stop my ...READ MORE

Jul 15, 2019 in AWS by Dhanesh
1,512 views
0 votes
1 answer

How to read data from a file in Terraform?

Hi@akhtar, You can use the file function in Terraform. This file function ...READ MORE

Jul 27, 2020 in Terraform by MD
• 95,460 points
13,762 views
0 votes
0 answers

Moving files based on file-name to designated folder with same name

Hi everyone, I am working on a AWS ...READ MORE

Jun 9, 2021 in Cloud Computing by anonymous

edited Mar 4 25 views
0 votes
0 answers

How do i backup of Azure Sql database using Azure Automation?

HI, I have two Azure SQL database as ...READ MORE

Jun 4, 2021 in Azure by Lakshminarayanan
• 1,370 points

edited Mar 4 26 views
0 votes
0 answers

How do I customize SNS notification that has been sent to Slack

We have a setup to send the ...READ MORE

May 26, 2021 in AWS by Sasank

edited Mar 4 26 views
+1 vote
4 answers

AWS CLI - couldn't connect to endpoint URL

You probably have something wrong in your ...READ MORE

Oct 5, 2018 in AWS by Archana
• 4,170 points
35,114 views
+1 vote
1 answer

'No module named 'requests'' on the AWS Python Lambda function?

Hi@akhtar, For a detailed, You can even check ...READ MORE

Apr 15, 2020 in AWS by MD
• 95,460 points
17,346 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,460 points
14,538 views
0 votes
1 answer

An error occurred (InvalidBucketName) when calling the CreateBucket operation: The specified bucket is not valid.

Hi@akhtar, You can't use an uppercase letter in ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,460 points
9,640 views
0 votes
0 answers

How can I write a python code to set tags in all VMs in google cloud platform.?

I want to write a python code ...READ MORE

May 17, 2021 in GCP by anonymous

edited Mar 4 39 views
+1 vote
1 answer

How to host a dynamic website on aws?

For hosting a dynamic website on AWS, ...READ MORE

Jan 27, 2020 in AWS by Oliver
20,233 views
0 votes
1 answer

GCP- Will I be charged for a VM instance that is stopped?

You can stop an instance temporarily if ...READ MORE

Nov 6, 2019 in GCP by Sirajul
• 59,230 points
23,706 views
0 votes
1 answer

Boto3 - python script to view all directories and files

There are no folders, only S3 object ...READ MORE

Sep 14, 2018 in AWS by Priyaj
• 58,020 points
41,677 views
0 votes
0 answers

getting error in keystone

while Populate the Identity service database :-su ...READ MORE

May 1, 2021 in OpenStack by Bhushan

edited Mar 4 161 views
0 votes
2 answers

In AWS Cloud formation when I upload template it shows error: At least one Resources member must be defined

that's because you have resources defined in ...READ MORE

Oct 25, 2020 in AWS by Spyder
8,352 views