Most voted questions in AWS

+1 vote
1 answer

What is the exam cost of AWS associate architect?

Cost of AWS associate architect is 150 ...READ MORE

Aug 26, 2019 in AWS by Cloud_Castle
499 views
+1 vote
2 answers

Download file from s3 - aws cli

You can use cp to copy the ...READ MORE

Aug 23, 2019 in AWS by Faiza
225,491 views
+1 vote
2 answers

How to stop all idle EC2 instances using AWS Lambda

Nice article, very informative! I have a scenario ...READ MORE

Jan 14, 2020 in AWS by Hamid
• 160 points
4,216 views
+1 vote
1 answer

Difference between an Edge Location and Availability Zone.

Both the Edge Locations (EL) and Availability ...READ MORE

Aug 6, 2019 in AWS by Yogi
21,792 views
+1 vote
0 answers

How to get data from tables using java code - amazon DynamoDB

public void listAllCourses(@QueryParam("author") String authorQuery) { ...READ MORE

Aug 3, 2019 in AWS by Girija

edited Aug 5, 2019 by Kalgi 1,580 views
+1 vote
1 answer

Is AWS certification necessary for doing an AWS job?

AWS jobs are related to working with Cloud ...READ MORE

Jul 20, 2019 in AWS by ArchanaNagur
• 2,360 points
1,165 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,198 views
+1 vote
1 answer

CodeDeploy failed saying The overall deployment failed because too many individual instances failed deployment

Hello Janvi, Please ensure the below things, me ...READ MORE

Dec 27, 2019 in AWS by Thadi Karan
8,019 views
+1 vote
2 answers

Why should I use AWS CodePipeline?

Jenkins is getting old and if your ...READ MORE

Jul 3, 2019 in AWS by Jack
1,003 views
+1 vote
1 answer

What will happen if you have forgotten to stop an instance on AWS?

EC2 is a service by Amazon where ...READ MORE

Jun 17, 2019 in AWS by ArchanaNagur
• 2,360 points
1,183 views
+1 vote
1 answer

AWS Enterprise Architect Interview Question- Help Urgent

Hey, have a look at the following ...READ MORE

Jun 11, 2019 in AWS by Kalgi
• 52,360 points
1,502 views
+1 vote
2 answers

What is the AWS CodeStar service used for?

AWS is a web-service provider, which offers set ...READ MORE

Jun 6, 2019 in AWS by ArchanaNagur
• 2,360 points
864 views
+1 vote
1 answer

What is the difference between an Instance, AMI and Snaphots in AWS?

AMI is the Amazon Machine Image which provides ...READ MORE

May 24, 2019 in AWS by ArchanaNagur
• 2,360 points
3,924 views
+1 vote
1 answer

How to find all ELB that are using specific subnet in AWS via CLI?

In AWS CLI the correct way to ...READ MORE

May 24, 2019 in AWS by ArchanaNagur
• 2,360 points
1,206 views
+1 vote
1 answer

How to transfer my Amazon S3 Bucket to another region

Hey @Richard, as far as I know, ...READ MORE

May 20, 2019 in AWS by Kalgi
• 52,360 points
22,605 views
+1 vote
1 answer

How do I create an SNS topic while creating an alarm for my Load Balancer using with CloudWatch console?

Follow these steps: Open the Amazon EC2 consoleOn ...READ MORE

May 17, 2019 in AWS by Tamheer
916 views
+1 vote
1 answer

How to calculate hours/month usage on Amazon RDS and Pricing?

When you create a database what happens ...READ MORE

May 14, 2019 in AWS by sunshine
• 1,300 points
2,263 views
+1 vote
1 answer

AWS ssh access permission denied (public key issue)

For Ubuntu Instance, First, check whether you have ...READ MORE

May 13, 2019 in AWS by sunshine
• 1,300 points
6,866 views
+1 vote
1 answer

While launching AWS EC2 instance the java program is not executing what might be the issue?

Well you are facing a script issue So ...READ MORE

May 13, 2019 in AWS by ArchanaNagur
• 2,360 points
3,096 views
+1 vote
1 answer

EC2 connection timeout error

You can try finding logs about the ...READ MORE

Mar 27, 2019 in AWS by Tushar
1,446 views
+1 vote
1 answer

Setup SSH in an EC2 instance

To setup SSH to your EC2 instance ...READ MORE

Mar 27, 2019 in AWS by Golu
370 views
+1 vote
1 answer

How to import a python module in multiple lambda function?

setup your helper function in your file ...READ MORE

Mar 26, 2019 in AWS by Esha
7,878 views
+1 vote
1 answer

How to setup a domain using S3 bucket?

The first thing you should notice and ...READ MORE

Mar 26, 2019 in AWS by Esha
504 views
+1 vote
1 answer

What are the features of S3?

The features of S3 can be listed ...READ MORE

Mar 5, 2019 in AWS by Tanya
713 views
+1 vote
1 answer

difference between client and resource in boto3

The main difference between Client and Resources ...READ MORE

Mar 1, 2019 in AWS by Priyaj
• 58,090 points
9,838 views
+1 vote
1 answer

How to create a Redshift Cluster using Java SDK?

This is the code to create a ...READ MORE

Feb 25, 2019 in AWS by Priyaj
• 58,090 points
1,202 views
+1 vote
1 answer

How to create a redshift cluster?

You can create a Redshift Cluster using ...READ MORE

Feb 25, 2019 in AWS by Priyaj
• 58,090 points
693 views
+1 vote
2 answers

Create an EC2 Instance using AWS CLI

You can get the command here:- https://docs.aws.amazon.com/cli/latest/ ...READ MORE

Feb 15, 2019 in AWS by Dev
• 360 points
6,924 views
+1 vote
2 answers

How to create an EC2 instance in AWS Console?

Here is a step by step guide ...READ MORE

Feb 11, 2019 in AWS by Shubendu
1,693 views
+1 vote
1 answer

Amazon Virtual Private Cloud (VPC)

Amazon VPC allows users to use the ...READ MORE

Feb 9, 2019 in AWS by Sandhya
1,179 views
+1 vote
3 answers

Is it possible to get platform and OS information from EC2 instances?

Yes it is possible to get the ...READ MORE

Feb 6, 2019 in AWS by Priyaj
• 58,090 points
9,071 views
+1 vote
1 answer

What are AWS Glue Crawler?

AWS Glue crawler is used to connect ...READ MORE

Feb 4, 2019 in AWS by Heena
4,377 views
+1 vote
2 answers

What is a dead letter queue in AWS?

SQS dead letter queue is provided by ...READ MORE

Jul 23, 2020 in AWS by Preeti
2,660 views
+1 vote
1 answer

Create S3 bucket using Java AWS SDK

Hey @Anjali, Creating a bucket using Java AWS-SDK ...READ MORE

Jan 23, 2019 in AWS by Priyaj
• 58,090 points
2,187 views
+1 vote
1 answer

What is EBS Volume?

Amazon EBS (Elastic Block Storage) provides raw ...READ MORE

Jan 17, 2019 in AWS by Rishab
• 1,490 points
771 views
+1 vote
1 answer

Web Hosting on Amazon AWS (PHP + MySQL)

You can do this using AWS RDS Follow ...READ MORE

Dec 28, 2018 in AWS by ArchanaNagur
• 2,360 points
4,834 views
+1 vote
1 answer

What tools can be used to spin-up servers on AWS?

Yes. There are a lot of tools ...READ MORE

Dec 19, 2018 in AWS by Archana
• 5,640 points
1,298 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
784 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
427 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,553 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,750 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
529 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
839 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,914 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,355 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,176 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,913 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,400 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,046 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,852 views