Most answered questions in AWS

0 votes
1 answer

Does amazon charge you if your instance is stopped?

No, you are not charged for the ...READ MORE

Mar 27, 2019 in AWS by Dushyant
3,929 views
0 votes
1 answer

How to install Python on my ec2 instance?

EC2 on linux machine currently supports python3.4 ...READ MORE

Mar 27, 2019 in AWS by Ritesh
3,640 views
0 votes
1 answer

What is the porcess to add swap to an EC2 Instance?

If you are finding problem with your ...READ MORE

Mar 27, 2019 in AWS by Himanshu
408 views
0 votes
1 answer

Getting permission denied error when trying to SSH into my EC2 Instance

The problem is having wrong mod on ...READ MORE

Mar 27, 2019 in AWS by Esha
2,476 views
0 votes
1 answer

Cannot ping to my EC2 Instance

This problem mainly occurs because of the ...READ MORE

Mar 27, 2019 in AWS by Ritu
523 views
0 votes
1 answer

How to scp (secure copy) to ec2 instance without password?

I figured it out. you had the ...READ MORE

Mar 26, 2019 in AWS by Esha
2,377 views
0 votes
1 answer

How to change the instance type in AWS?

Using the AWS Console. You can follow ...READ MORE

Mar 26, 2019 in AWS by Esha
742 views
0 votes
1 answer

How to find the region from within an instance?

There is one more way of finding ...READ MORE

Mar 26, 2019 in AWS by esha
842 views
0 votes
1 answer

How to find instance id from within an Instance?

For Amazon Linux AMIs you can use: $ ...READ MORE

Mar 26, 2019 in AWS by Esha
855 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,932 views
0 votes
1 answer

How to parellely execute lambda function?

Here is a way but I have ...READ MORE

Mar 26, 2019 in AWS by Esha
610 views
+2 votes
1 answer

How to call one lambda function using another?

Here is how I did it using ...READ MORE

Mar 26, 2019 in AWS by Esha
4,677 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
519 views
0 votes
1 answer

How can i get limited infromation from aws describe command?

You can use this command in your ...READ MORE

Mar 26, 2019 in AWS by Esha
385 views
0 votes
1 answer

Error when uploading image using Amazon S3

You are using the php's default method POST ...READ MORE

Mar 25, 2019 in AWS by Archana
• 5,640 points
1,981 views
0 votes
1 answer

Passing a script while starting an instance in Amazon EC2

Use the user data to pass a ...READ MORE

Mar 25, 2019 in AWS by Archana
• 5,640 points
678 views
0 votes
1 answer

Does it make sense to have an Amazon Elastic Load Balancer with just one EC2 instance?

Well you are right Elastic Load Balancer is mainly ...READ MORE

Mar 20, 2019 in AWS by ArchanaNagur
• 2,360 points
480 views
0 votes
1 answer

Does it make sense to have an Amazon Elastic Load Balancer with just one EC2 instance?

Well you are right Elastic Load Balancer ...READ MORE

Mar 20, 2019 in AWS by ArchanaNagur
• 2,360 points
1,031 views
0 votes
1 answer

Using static IP in Elastic Beanstalk

I found this in the documentation: You can ...READ MORE

Mar 18, 2019 in AWS by Archana
• 5,640 points
3,464 views
0 votes
1 answer

How to invoke AWS step function using API Gateway?

It is possible to call StepFunction from API ...READ MORE

Mar 18, 2019 in AWS by Archana
• 5,640 points
1,826 views
0 votes
1 answer

How To Set Folder Permissions in Elastic Beanstalk Using YAML File?

I am not sure about using Yaml. ...READ MORE

Mar 15, 2019 in AWS by datageek
• 3,090 points
2,912 views
0 votes
1 answer

How To Upload Images to Amazon S3 Using Perl?

That code won't upload the file - it's simply ...READ MORE

Mar 15, 2019 in AWS by datageek
• 3,090 points
1,372 views
0 votes
1 answer

How to connect to an existing CloudSearch domain in boto?

You can use conn.list_domains() which will return a list ...READ MORE

Mar 14, 2019 in AWS by Archana
• 5,640 points
760 views
0 votes
1 answer

Error when configuring logstash to output to an Elasticsearch cluster on AWS EC2.

Ok. The issue could be that embedded elasticsearch ...READ MORE

Mar 14, 2019 in AWS by Archana
• 5,640 points
743 views
0 votes
1 answer

How to ssh into EC2 instance without PEM key?

You need ssh-agent to supply your PEM file during ...READ MORE

Mar 13, 2019 in AWS by trisha
1,460 views
0 votes
1 answer

Find region from within an EC2 instance

There is one more way of achieving ...READ MORE

Mar 13, 2019 in AWS by trisha
2,322 views
0 votes
1 answer

How to get the instance id from within an ec2 instanAce?

On Amazon Linux AMIs you can do: $ ...READ MORE

Mar 13, 2019 in AWS by trisha
1,548 views
0 votes
1 answer

How can I find the password for root user in EC2 instance?

Most of the AMI's do not use ...READ MORE

Mar 13, 2019 in AWS by ranjan
2,189 views
0 votes
1 answer

Ping request failed to my AWS EC2 instance

Add a new EC2 security group inbound rule: Type: Custom ...READ MORE

Mar 13, 2019 in AWS by Mukesh
657 views
0 votes
1 answer

Rename a S3 bucket

The only thing you can do is ...READ MORE

Mar 13, 2019 in AWS by Tushar
553 views
0 votes
1 answer

Creating auto scaling group across different purchase options

Yes, you create a single auto scaling group to scale ...READ MORE

Mar 12, 2019 in AWS by Archana
• 5,640 points
657 views
0 votes
1 answer

What is CPU credit balance in EC2?

CPU Credit Balance is simply the amount ...READ MORE

Mar 12, 2019 in AWS by Sanaya
5,138 views
0 votes
1 answer

What is the use of a Private Subnet in a VPC?

Private subnets are available across all AWS ...READ MORE

Mar 12, 2019 in AWS by Reena Mishra
876 views
0 votes
1 answer

Is it possible to call an AWS lambda function from another lambda function?

Here is what I found on Amazon ...READ MORE

Mar 12, 2019 in AWS by Sukanya
2,118 views
0 votes
1 answer

How to rename files on AWS?

I have tried this and it works ...READ MORE

Mar 12, 2019 in AWS by Reena
1,611 views
0 votes
1 answer

How to make a S3 bucket public?

create a bucket policy with the following ...READ MORE

Mar 12, 2019 in AWS by Reena
755 views
0 votes
1 answer

Permission denied when I SSH access to EC2 instance

These are common reasons that can cause ...READ MORE

Mar 12, 2019 in AWS by Reema
1,809 views
0 votes
1 answer

Download an entire S3 bucket

You can use s3cmd to download your bucket. s3cmd --configure s3cmd ...READ MORE

Mar 12, 2019 in AWS by Reena
533 views
0 votes
1 answer

What are the different API calls in DynamoDB?

Talking about the list of API calls ...READ MORE

Mar 11, 2019 in AWS by Esha Gupta
559 views
0 votes
1 answer

What is the data model of DynamoDB?

The data model in DynamoDB can be ...READ MORE

Mar 11, 2019 in AWS by Esha Gupta
2,388 views
0 votes
1 answer

Does DynamoDB support conditional operators?

Yes, like all the other database management ...READ MORE

Mar 11, 2019 in AWS by Esha Gupta
3,190 views
0 votes
1 answer

What kind of query does DynamoDB support?

Amazon DynamoDB supports GET/PUT operations by the ...READ MORE

Mar 11, 2019 in AWS by Esha Gupta
906 views
0 votes
1 answer

What is the consistency model of DynamoDB?

While reading data from DynamoDB, user can ...READ MORE

Mar 11, 2019 in AWS by Pankaj Sharma
8,222 views
0 votes
1 answer

API call of a DynamoDB

Here is a breakdown of the API ...READ MORE

Mar 7, 2019 in AWS by Priyaj
• 58,090 points
332 views
0 votes
1 answer

Where can I find my credentials and configuration files?

You can find your configuration and credential ...READ MORE

Mar 7, 2019 in AWS by Priyaj
• 58,090 points
437 views
0 votes
1 answer

What are the different types of sevices offered by AWS?

The services offered by AWS are as ...READ MORE

Mar 7, 2019 in AWS by Priyaj
• 58,090 points
472 views
0 votes
1 answer

What are the different clause necessary for manipulating with tables in DynamoDB?

The different update clause in DynamoDb are ...READ MORE

Mar 5, 2019 in AWS by Suman
425 views
0 votes
1 answer

What are the types of Expressions used in DynamoDb?

In DynamoDB expressions are the integral part ...READ MORE

Mar 5, 2019 in AWS by Ishaan
516 views
0 votes
1 answer

How is read & write different in DynamoDB comapred to MySQL, Postgres or MongoDB?

When you are using a database like ...READ MORE

Mar 5, 2019 in AWS by Sukesh
355 views
0 votes
1 answer

What are the types of Secondary key in DynamoDB?

The primary key is used to uniquely ...READ MORE

Mar 5, 2019 in AWS by Pranav
481 views