Most answered questions in Cloud Computing

+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
38,977 views
0 votes
1 answer

How to print the names of all the bucket in S3 in Python?

You can use a for loop to ...READ MORE

Nov 30, 2018 in AWS by Aniket
17,368 views
0 votes
1 answer

How to delete a file from S3 bucket using boto3?

You can delete the file from S3 ...READ MORE

Nov 30, 2018 in AWS by Aniket
49,660 views
0 votes
1 answer

How to create folder in your bucket using boto3?

Using Client versioning you can create folders ...READ MORE

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

What are the different methods of Uploading a file to S3 bucket using boto3?

There are three ways in which you ...READ MORE

Nov 30, 2018 in AWS by Aniket
5,375 views
0 votes
1 answer

Error while uploading file to S3 bucket using Python boto3 library

The error is basically saying that you ...READ MORE

Nov 30, 2018 in AWS by Aniket
4,788 views
+2 votes
1 answer

How to upload a file in S3 bucket using boto3 in python

You can use method of creating object ...READ MORE

Nov 30, 2018 in AWS by Aniket
29,033 views
0 votes
1 answer

NameError: name 'nitesh1995' is not defined. Error while creating a bucket

Hello @nitesh, You are getting the error because ...READ MORE

Nov 30, 2018 in AWS by Aniket
2,820 views
0 votes
1 answer

How can I create a S3 bucket using Python?

You can use the boto3 library for ...READ MORE

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

Can a fresher with knowledge on AWS get a job for AWS pre-sales Acrhitect?

A fresher with the certification and knowledge ...READ MORE

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

What is the salary offered to an AWS pre-sales Architect?

The salary offered to fresher can range ...READ MORE

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

Is there any certification required for an AWS pre-sales ?

The certification on AWS Architect (associate or ...READ MORE

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

What are the skill required to be a AWS pre-sales Architect?

The employee needs to have a Degree ...READ MORE

Nov 30, 2018 in AWS by Aniket
1,640 views
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,601 views
0 votes
1 answer

Unable to send email from Amazon EC2 Server in Java

It mostly could be due to two ...READ MORE

Nov 30, 2018 in AWS by Archana
• 5,640 points
1,123 views
0 votes
1 answer

What is the best way to check if table exists in DynamoDB?

This function gives you a nice boolean ...READ MORE

Nov 30, 2018 in AWS by Archana
• 5,640 points
6,347 views
0 votes
1 answer

Login as IAM user using SDK

The IAM username and password can only ...READ MORE

Nov 29, 2018 in AWS by Archana
• 5,640 points
1,103 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,699 views
0 votes
1 answer

Deploy multiple platforms to Elastic Beanstalk

Solve by using .ebextentions to run pre-install commands in ...READ MORE

Nov 28, 2018 in AWS by Archana
• 5,640 points
1,035 views
0 votes
1 answer

How do I read a csv stored in S3 with csv.DictReader?

Hey, I have attached code line by ...READ MORE

Nov 27, 2018 in AWS by Archana
• 5,640 points
2,677 views
0 votes
1 answer

Error: upload failed:Parameter validation failed

You have not mentioned the file you ...READ MORE

Nov 27, 2018 in AWS by Shuvodip Ghosh
10,799 views
0 votes
1 answer

Error: Invalid argument type while creating S3 Bucket.

You are getting the error because the ...READ MORE

Nov 27, 2018 in AWS by Shuvodip Ghosh
4,996 views
0 votes
1 answer

How to generate the certificate chain for AWS Load Balancer?

You can cat the .crt and the ...READ MORE

Nov 27, 2018 in AWS by Archana
• 5,640 points
1,484 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
728 views
0 votes
1 answer

HIVE_CURSOR_ERROR: Row is not a valid JSON Object - JSONException

This is not the correct form of ...READ MORE

Nov 27, 2018 in AWS by Shuvodip Ghosh
6,028 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,859 views
0 votes
1 answer

remove object command running sucessfully but the object is still there.

The command is running successfully because there ...READ MORE

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

Amazon Athena or Redshift Spectrum?

Amazon Athena is the simplest way to give ...READ MORE

Nov 26, 2018 in AWS by Archana
• 5,640 points
857 views
0 votes
1 answer

Amazon Lex Bot version deployed for use by end users

Yes. You can build and deploy a ...READ MORE

Nov 26, 2018 in AWS by Archana
• 5,640 points
612 views
0 votes
1 answer

no viable alternative at input create external (service: amazonathena; status code: 400;

In your case a (,) comma is ...READ MORE

Nov 26, 2018 in AWS by Priyaj
• 58,090 points
13,429 views
0 votes
1 answer

CreateBucket operation: IllegalLocationConstraintException

This error is generated because your location ...READ MORE

Nov 23, 2018 in AWS by Namitha
8,368 views
0 votes
1 answer

CreateBucket: Could not connect to the endpoint URL

This is not a error but more ...READ MORE

Nov 23, 2018 in AWS by Namitha
2,598 views
0 votes
1 answer

Machine Learning: Microsoft Azure

It is definitely worth it, Azure will ...READ MORE

Nov 23, 2018 in Cloud Computing by hemant
• 5,790 points
544 views
0 votes
1 answer

Error while accessing tomcat installed in EC2

Make sure your Ubuntu Uncomplicated Firewall is controlling the ...READ MORE

Nov 23, 2018 in AWS by Archana
• 5,640 points
665 views
0 votes
1 answer

Best way to manage repositories and images in Amazon Elastic Container Registry

Amazon ECR provides a command line interface and ...READ MORE

Nov 23, 2018 in AWS by Archana
• 5,640 points
482 views
0 votes
1 answer

How is termination policy used in Auto Scaling Group?

When there is a scenario of scale ...READ MORE

Nov 23, 2018 in AWS by Namitha
1,447 views
0 votes
1 answer

What are the stages auto scaling goes when a scale up happens?

There is no term such as scale ...READ MORE

Nov 23, 2018 in AWS by Namitha
538 views
0 votes
1 answer

How to set up AWS credentials in AWS Powershell?

First, of all the tools installed to ...READ MORE

Nov 22, 2018 in AWS by Archana
• 5,640 points
7,434 views
0 votes
1 answer

Exclude multiple folders using AWS S3 syn

Try this sudo aws s3 sync ...READ MORE

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

How to create a security group in EC2-Classic using AWS-CLI?

Hello @Jino, The command for creating security group ...READ MORE

Nov 21, 2018 in AWS by Anoop
1,223 views
0 votes
1 answer

restrict access to specific AWS Elastic Beanstalk resources

Yes. You can allow or deny permissions ...READ MORE

Nov 21, 2018 in AWS by Archana
• 5,640 points
1,080 views
0 votes
1 answer

Snapshot AMI in AWS

When you say, non-EBS, you mean EC2 instance ...READ MORE

Nov 21, 2018 in AWS by Archana
• 5,640 points
342 views
0 votes
1 answer

How to see the description of a Security group using AWS CLI?

You can use the following command to ...READ MORE

Nov 21, 2018 in AWS by Anoop
1,879 views
0 votes
1 answer

Database with AWS Ealstic Beanstalk

Elastic Beanstalk can automatically provision an Amazon ...READ MORE

Nov 21, 2018 in AWS by Archana
• 5,640 points
404 views
0 votes
1 answer

Error while creating Security Group using aws-CLI

The error says you have entered a ...READ MORE

Nov 21, 2018 in AWS by Anup
2,168 views
0 votes
1 answer

Error: Unknown Option: group, security

Hello @Jino, This is a simple syntax error ...READ MORE

Nov 21, 2018 in AWS by Nabarupa
934 views
+1 vote
1 answer

How to install Boto?

You can install Boto using pip. There ...READ MORE

Nov 21, 2018 in AWS by Nabarupa
1,434 views
0 votes
1 answer

What is the difference in terms of utility between Application Load Balancer and Classic Load Balancer?

Classic Load balancer are used in times ...READ MORE

Nov 20, 2018 in AWS by Nabarupa
1,198 views
0 votes
1 answer

What is the benfits of using Elastic Load Balancer in VPC?

Hello, @Jino. Talking about the Load Balancer, it ...READ MORE

Nov 20, 2018 in AWS by Priyaj
• 58,090 points
689 views
+1 vote
1 answer

How to load data to Amazon redshift from different sources eg DynamoDB or Amazon EC2?

Hey @Jino, If you are talking about ...READ MORE

Nov 20, 2018 in AWS by Nabarupa
671 views