Latest questions in Cloud Computing

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
573 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
+3 votes
2 answers

How to download an entire bucket from S3 to local folder?

You can simply download your S3 bucket ...READ MORE

Dec 11, 2018 in AWS by Priyaj
• 58,090 points
11,086 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
534 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
+6 votes
3 answers

How to host a static website on AWS using S3 bucket?

Hosting a website using S3 bucket is ...READ MORE

Dec 11, 2018 in AWS by Priyaj
• 58,090 points
2,289 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
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,424 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
605 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
546 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,483 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,407 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,072 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
869 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,655 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
589 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
402 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,628 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,775 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,991 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
632 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,078 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,456 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,040 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
844 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,923 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,375 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,182 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,932 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,434 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,891 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,621 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,065 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
38,972 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,367 views