Most answered questions in Cloud Computing

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,005 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
498 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
536 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
424 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
574 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,993 views
+1 vote
1 answer

How to update AWS CLI?

You can simply use  pip install --upgrade awscli READ MORE

Dec 11, 2018 in AWS by Ravi
789 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,418 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
536 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,894 views
+1 vote
1 answer

What is the pricing for CloudWatch?

Many of the service is generate Cloud ...READ MORE

Dec 6, 2018 in AWS by Nitesh
432 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
606 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
555 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
528 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,489 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,411 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,073 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
870 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
361 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,658 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
590 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
403 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,110 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
331 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
619 views
+1 vote
1 answer

Accessing query parameter in Lambda with Python

Have you gone through the mapping template ...READ MORE

Dec 5, 2018 in AWS by bugseeker
49,645 views
+1 vote
1 answer

What is the pricing model for Route 53?

The pricing generally for the service of ...READ MORE

Dec 5, 2018 in AWS by Nabarupa
1,777 views
+1 vote
1 answer

What are the features of Route 53?

The features of Route 53 can be ...READ MORE

Dec 5, 2018 in AWS by Priyaj
• 58,090 points
537 views
+6 votes
1 answer

What is Route 53 in AWS?

Hello @Kanishk, First of all Route 53 is ...READ MORE

Dec 5, 2018 in AWS by Priyaj
• 58,090 points
1,992 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,546 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
633 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,084 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,457 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
968 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,933 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,042 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,359 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,655 views
+1 vote
1 answer

Hosting static website with AWS S3 and Route 53

Add an additional bucket called myblog.com and ...READ MORE

Dec 4, 2018 in AWS by Archana
• 5,640 points
845 views
+1 vote
1 answer

How to stop an Instance using python boto3?

Both terminating and stopping has same code ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
10,924 views
+1 vote
1 answer

Getting error while terminating the Instance using Python boto3

You can visit the link here and ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
6,376 views
+1 vote
1 answer

How to delete an EC2 instance using Python boto3

You just need to have the list ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
8,185 views
+1 vote
1 answer

AttributeError: 'ec2.ServiceResource' object has no attribute 'create_instance'

This is an attribute error. There are ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
6,934 views
+1 vote
1 answer

How to create an Ec2 instance using Python boto3?

You can use the following code, it ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
10,436 views
+2 votes
1 answer

How to print all the instance-id and instance-state using Python boto3

You can simply loop through using a ...READ MORE

Dec 3, 2018 in AWS by Nabarupa
33,893 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
631 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,622 views
+1 vote
1 answer

How to upload a file in a particular folder in S3 using Python boto3?

There is a particular format that works ...READ MORE

Nov 30, 2018 in AWS by Aniket
15,068 views