Most voted questions in Cloud Computing

0 votes
1 answer

How to safeguard instances running on VPC?

AWS offers security at protocol and port ...READ MORE

Dec 18, 2018 in AWS by Archana
• 5,640 points
814 views
0 votes
1 answer

What is the use of AWS OpsWork?

AWS OpsWorks is a configuration management service ...READ MORE

Dec 14, 2018 in AWS by Tushar
532 views
0 votes
1 answer

What is the difference between AWS Ops Work and Cloud Formation?

AWS Ops Work is an application management ...READ MORE

Dec 14, 2018 in AWS by Shuvodip
1,343 views
0 votes
1 answer

Connection TimedOut while connecting to my EC2 instnace using PuttY

Check the information provided by you to ...READ MORE

Dec 14, 2018 in AWS by Aniket
593 views
0 votes
1 answer

Getting connection timed while connecting to my EC2 instance

Due to some technical difficulties on the ...READ MORE

Dec 14, 2018 in AWS by Aniket
1,942 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
4,001 views
0 votes
1 answer

How to copy a file from my on-prem machine to Linux EC2 Instance?

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

Dec 14, 2018 in AWS by Shuvodip
1,392 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

How to login to AWS Console using IAM user account ?

You can login from the login URL ...READ MORE

Dec 13, 2018 in AWS by Aniket
1,006 views
0 votes
1 answer

How is on-demand EC2 instance different from spot EC2 instance?

Spot instances are like not used instances ...READ MORE

Dec 13, 2018 in AWS by Archana
• 5,640 points
500 views
0 votes
1 answer

How is security ensured in AWS cloud?

AWS gives the highest priority to cloud ...READ MORE

Dec 13, 2018 in AWS by Archana
• 5,640 points
537 views
0 votes
1 answer

How to create a custom instance from my VM I am using?

Hello @Nitesh, yes you can do that, ...READ MORE

Dec 13, 2018 in AWS by Shuvodip
425 views
0 votes
1 answer

I have deleted my default VPC accidently and now I am unable to launch Instances and access the created ones.

Hello @Nitesh, if this was the case ...READ MORE

Dec 13, 2018 in AWS by Shuvodip
575 views
0 votes
1 answer

Error: AccessDeniedException Nitesh is not authorized to perform: dynamodb:BatchWriteItem

Hello @Nitesh, Many a time what happens is ...READ MORE

Dec 13, 2018 in AWS by Shuvodip
2,995 views
0 votes
1 answer

Do I need To Learn JSON for working with AWS CloudFormation?

Not absolutely, but understanding JSON template will ...READ MORE

Dec 11, 2018 in Cloud Computing by brat_1
• 7,200 points
1,419 views
0 votes
1 answer

What is AWS CloudFormation? Why is it Used?

hey vishal here is an introduction, AWS CloudFormation ...READ MORE

Dec 11, 2018 in Cloud Computing by brat_1
• 7,200 points
541 views
0 votes
2 answers

What is the difference between CloudWatch and CloudTrail?

CloudWatch is mostly used to monitor operational ...READ MORE

Jun 1, 2019 in AWS by Javed Ali
9,431 views
0 votes
1 answer

What is Amazon CloudWatch?

CloudWatch is a tool built for developers ...READ MORE

Dec 6, 2018 in AWS by Nitesh
608 views
0 votes
1 answer

What are the informations that we can get from the CloudTrial lof of S3?

Event or log entry contains information about ...READ MORE

Dec 6, 2018 in AWS by Nitesh
566 views
0 votes
1 answer

How to create AWS S3 api logs using Cloud Trail?

CloudTrail basically captures the part of API calls ...READ MORE

Dec 6, 2018 in AWS by Nitesh
530 views
0 votes
1 answer

Is there any equivalent to AWS Config in Azure?

Azure Policy is not exactly same but ...READ MORE

Dec 6, 2018 in AWS by Nitesh
9,505 views
0 votes
1 answer

Is there any equivalent for CloudTrail in Azure?

Log Analytics is pretty similar to Cloud ...READ MORE

Dec 6, 2018 in AWS by Nitesh
13,417 views
0 votes
1 answer

What is the pricing for AWS CloudTrail?

For every region the trail setup that ...READ MORE

Dec 6, 2018 in AWS by Nitesh
1,074 views
0 votes
1 answer

What is cloudtrail in AWS?

Cloudtrail is a service provided by Amazon ...READ MORE

Dec 6, 2018 in AWS by Nitesh
873 views
0 votes
1 answer

What is Amazon Athena?

Amazon Athena is an interactive data analysis ...READ MORE

Dec 6, 2018 in AWS by Priyaj
• 58,090 points
362 views
0 votes
1 answer

How does Route 53 work?

Amazon Route 53 is a highly available and scalable ...READ MORE

Dec 6, 2018 in AWS by Rachit
517 views
0 votes
1 answer

How to check wether a bucket exists using boto3?

You can use this code to check ...READ MORE

Dec 6, 2018 in AWS by Rishav
15,671 views
0 votes
1 answer

What is a CNAME?

It is an alternate domain name provided ...READ MORE

Dec 6, 2018 in AWS by Ritwik
592 views
0 votes
1 answer

How to create Route 53 heath check?

It is a feature provided by Route ...READ MORE

Dec 6, 2018 in AWS by Rishav
407 views
0 votes
1 answer

What are the limits of Route 53?

Here in this amazon documentation you can ...READ MORE

Dec 5, 2018 in AWS by Prawin
1,111 views
0 votes
1 answer

What are the suitable alternatives to Lambda?

There are multiple replacements for Lambda. Here are ...READ MORE

Dec 5, 2018 in AWS by Prawin
337 views
0 votes
1 answer

What is AWS Lambda?

AWS Lambda is a serverless compute service ...READ MORE

Dec 5, 2018 in AWS by Priyaj
• 58,090 points
621 views
0 votes
1 answer

How to delete all the subnets from a VPC using boto3?

You can refer to this question here: https://www.edureka.co/community/32182/unable-to-delete-subnets-in-a-vpc-using-boto3 You ...READ MORE

Dec 5, 2018 in AWS by Shuvodip Ghosh
1,548 views
0 votes
1 answer

Unable to delete subnets in a VPC using boto3.

.terminate is used for instances and not ...READ MORE

Dec 5, 2018 in AWS by Shuvodip Ghosh
636 views
0 votes
1 answer

How to create subnets in a vpc using boto3?

Here is the simple way of implementing ...READ MORE

Dec 5, 2018 in AWS by Shuvodip Ghosh
4,088 views
0 votes
1 answer

How to delete a VPC using boto3?

You can view this answer here : https://www.edureka.co/community/32160/getting-error-while-deleting-my-vpc Before ...READ MORE

Dec 4, 2018 in AWS by Shuvodip Ghosh
2,460 views
0 votes
1 answer

Getting error while deleting my VPC.

This is the code to delete the ...READ MORE

Dec 4, 2018 in AWS by Shuvodip Ghosh
972 views
0 votes
1 answer

How to detach and delete Internet gateway from a VPC using boto3?

Here is a simple implementation. You need ...READ MORE

Dec 4, 2018 in AWS by Shuvodip Ghosh
1,936 views
0 votes
1 answer

How to attach a internet gateway with a VPC using Python boto3?

Here is the code to attach a ...READ MORE

Dec 4, 2018 in AWS by Shuvodip Ghosh
2,043 views
0 votes
1 answer

Getting error while creating VPC in AWS using Python boto3.

The error clearly says the error you ...READ MORE

Dec 4, 2018 in AWS by Aniket
1,360 views
0 votes
1 answer

How to get aws lambda response as an HTML page

Store the HTML markup in a variable and return ...READ MORE

Dec 4, 2018 in AWS by Archana
• 5,640 points
1,659 views
0 votes
1 answer

Functionality differences for AWS Lambda functions written in node.js/Java

Well, you can always choose Java, if ...READ MORE

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

How do I use AWS sdk definitions for TypeScript?

Hey, slight modification with what you have ...READ MORE

Dec 3, 2018 in AWS by Archana
• 5,640 points
1,623 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,380 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,677 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,207 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,380 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,798 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,821 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