Trending questions in AWS

0 votes
1 answer

Lambda function accessing multiple VPC

This is not possible with Lambda. Lambda ...READ MORE

Jan 29, 2019 in AWS by william
4,571 views
0 votes
1 answer

Disassociate ElasticIP from one instance and use for the other

You can disassociate an Elastic IP address ...READ MORE

Apr 12, 2019 in AWS by Meg
1,413 views
0 votes
1 answer

How to resize an EC2 instance?

There is no API call available to ...READ MORE

Mar 28, 2019 in AWS by Revlover
2,019 views
0 votes
1 answer

How to download a file from EC2 instance to local computer?

You need to specify your download location. ...READ MORE

Oct 10, 2018 in AWS by Archana
• 4,170 points
9,300 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
5,833 views
0 votes
1 answer

How to insert a record in DynamoDB Table using AWS CLI?

Here is the table that I have ...READ MORE

Feb 22, 2019 in AWS by Priyaj
• 58,020 points
3,442 views
0 votes
1 answer

Change password policy for IAM users - AWS

Hey @Himanshu, follow these steps: Go to IAM ...READ MORE

Apr 9, 2019 in AWS by Fatima
1,450 views
0 votes
1 answer

Difference between EFA ENI and ENA ENI?

An ENA ENI is used to serve ...READ MORE

Feb 4, 2019 in AWS by Heena
4,264 views
0 votes
1 answer

What is Amazon Gaurd Duty and why use it?

Amazon Gaurd Duty offers threat detection that ...READ MORE

Apr 9, 2019 in AWS by Gargi
1,439 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
2,661 views
0 votes
1 answer

How is EBS used in Lambda?

EBS is basically a virtual storage area ...READ MORE

Jan 11, 2019 in AWS by zealo
5,231 views
0 votes
1 answer

Difference between IAM Users and IAM groups

It is pretty clear. An IAM user ...READ MORE

Apr 9, 2019 in AWS by Haseeb
1,423 views
0 votes
1 answer

What is Rotate credentials policy in AWS?

Rotate Credential Policy allows IAM users to ...READ MORE

Apr 10, 2019 in AWS by Abhi
1,360 views
0 votes
1 answer

Timeout error when trying to connect to my EC2 Instance

The best way to solve the error ...READ MORE

Mar 27, 2019 in AWS by Priyaj
1,968 views
0 votes
1 answer

How can I call Amazon's AWS kms decrypt function without using a binary file?

Not sure if you've already found this, ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,020 points
10,962 views
+1 vote
2 answers

Can there be communication between VPC in two different regions?

Hello,  VPC peering supports between different regions. If ...READ MORE

Nov 20, 2018 in AWS by Sankar
7,359 views
0 votes
1 answer

Get Fingerprint for the keypair

You could use something like this: $ aws ...READ MORE

Apr 12, 2019 in AWS by Purva
1,206 views
0 votes
1 answer

How to create a VPC using Java SDK?

You can create a VPC using the ...READ MORE

Feb 21, 2019 in AWS by Priyaj
• 58,020 points
3,358 views
0 votes
1 answer

Best practices for using IAM Service - AWS

Keep the following in mind before you ...READ MORE

Apr 9, 2019 in AWS by Dorris
1,309 views
0 votes
1 answer

describe Elastic IP addresses using the console

Follow these steps to describe ElasticIP using ...READ MORE

Apr 12, 2019 in AWS by Alok
1,187 views
0 votes
1 answer

Tag an ElasticIP using console - AWS

Follow these steps to tag your elasicIP using ...READ MORE

Apr 12, 2019 in AWS by Himanshu
1,167 views
0 votes
1 answer

How does AWS WAF work?

To control the web request, we use ...READ MORE

Apr 9, 2019 in AWS by Iktiya
1,285 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
2,474 views
0 votes
1 answer

How to create a DynamoDB table using Java SDK?

The code to create a table in ...READ MORE

Feb 23, 2019 in AWS by Priyaj
• 58,020 points
3,248 views
0 votes
1 answer

Advantages of using Guard Duty

Hey Peter, there are many advantages of ...READ MORE

Apr 9, 2019 in AWS by Ekkya
1,258 views
0 votes
1 answer

Numpy module not found in EC2 instance

The most probable reason can be like ...READ MORE

Mar 28, 2019 in AWS by fuji
1,763 views
0 votes
1 answer

Public IP of the instance keeps fluctuating

As long as your instance has a ...READ MORE

Apr 11, 2019 in AWS by Nishant
1,117 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
2,218 views
0 votes
1 answer

Error: Invalid argument type while creating S3 Bucket.

You are getting the error because the ...READ MORE

Nov 27, 2018 in AWS by Shuvodip Ghosh
6,882 views
0 votes
1 answer

Enable CORS for API Gateway in Cloudformation template

After some trial and error, I found ...READ MORE

Oct 9, 2018 in AWS by Priyaj
• 58,020 points
8,984 views
0 votes
1 answer

How to setup a cluster subnet group?

Creating a Cluster Subnet Group is necessary ...READ MORE

Feb 25, 2019 in AWS by Priyaj
• 58,020 points
2,922 views
0 votes
1 answer

Nodejs AWS SDK S3 Generate Presigned URL

Your code is correct, double check following: Your ...READ MORE

Sep 18, 2018 in AWS by Priyaj
• 58,020 points
9,851 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
2,284 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
1,657 views
0 votes
2 answers

What are the data models and APIs supported by DynamoDB?

The Data model that is used by ...READ MORE

Apr 23, 2019 in AWS by awsdbaexpert
• 200 points
1,878 views
0 votes
1 answer

What is MFA? - AWS

Hey @Gauti, MFA stands for Multi factor ...READ MORE

Apr 9, 2019 in AWS by Milan
1,025 views
0 votes
1 answer

What is ElasticIP in AWS?

Hey @Laksha, AWS provides Dynamic Cloud Computing. ElasticIP ...READ MORE

Apr 11, 2019 in AWS by Afsar
921 views
0 votes
1 answer

How to set Multiple locations in Athena?

Unfortunately you can use athena with just ...READ MORE

Jan 16, 2019 in AWS by william
4,567 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
1,598 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
1,596 views
0 votes
1 answer

AWS SQS API: How to list non empty queues?

I am not sure if it's possible ...READ MORE

Apr 2, 2019 in AWS by Archana
• 5,640 points
1,286 views
+1 vote
2 answers

On decrypting file using KMS key in Amazon S3 i get an error

Try figuring out your error with the ...READ MORE

Oct 26, 2018 in AWS by Priyaj
• 58,020 points
6,588 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
2,119 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,020 points
5,939 views
0 votes
1 answer

what exact difference between Lambda and Beanstalk

By the help of lambda, you can ...READ MORE

Feb 23, 2019 in AWS by Priyaj
• 58,020 points
2,829 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,730 views
0 votes
0 answers

Describe Elastic IP addresses using the command line

How do I describe my Elastic IP ...READ MORE

Apr 12, 2019 in AWS by Meghna
784 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
1,409 views
0 votes
1 answer

IAM commands not woking in AWS CLI

The best fix for this can be ...READ MORE

Mar 28, 2019 in AWS by revolver
1,358 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
1,423 views