Most viewed questions in AWS

0 votes
1 answer

AWS SNS - How to get SNS topic by name?

If you know the topic already exists ...READ MORE

Sep 4, 2018 in AWS by Archana
• 4,170 points
4,354 views
0 votes
1 answer

How Can I Reboot Elastic Beanstalk Instances in an ebextensions script?

The answer is you don't. The recommendation ...READ MORE

Sep 10, 2018 in AWS by Priyaj
• 58,090 points
4,330 views
0 votes
1 answer

An error occurred (AccessDenied) when calling the CreateBucket operation: Access Denied

Hi@akhtar, You are getting this error because your ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
4,324 views
+1 vote
1 answer

How to load CSV data to RDS Aurora table using lambda?

Launch an Amazon RDS MySQL database engine ...READ MORE

Jul 26, 2018 in AWS by Priyaj
• 58,090 points
4,291 views
0 votes
2 answers

Are S3 buckets region specific?

Yes, S3 buckets are region specific. We specify ...READ MORE

Jul 12, 2018 in AWS by sunshine
• 1,300 points
4,288 views
0 votes
1 answer

jenkins pipeline s3 file download

make sure the pipelinen AWS steps is ...READ MORE

Feb 24, 2022 in AWS by Korak
• 5,820 points
4,269 views
+1 vote
1 answer

how to take multiple folder s3 data into one table using athena in python (pyathena)

Hi@himanshu, You can do that in Athena. You ...READ MORE

Aug 28, 2020 in AWS by MD
• 95,440 points
4,247 views
+1 vote
2 answers

AWS Cloudformation nested Functions (Split, Select, Join, Ref)

"Join" is not a function. "Fn::Join" is. READ MORE

May 16, 2019 in AWS by Nalin Kant Gupta
4,238 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,228 views
0 votes
1 answer

How to setup Amazon Lightsail Subdomain

AWS LightSail is different from shared hosting ...READ MORE

Sep 6, 2018 in AWS by Priyaj
• 58,090 points
4,217 views
0 votes
1 answer

How to get a list of EC2 instances in an EC2 Auto Scale group?

Here is a bash command that will ...READ MORE

Oct 31, 2018 in AWS by Archana
• 5,640 points
4,206 views
0 votes
1 answer

How do I write an S3 Object to a file?

While IOUtils.copy() and IOUtils.copyLarge() are great, I would prefer the old ...READ MORE

Jul 13, 2018 in AWS by Hammer
• 360 points
4,194 views
0 votes
1 answer

How to copy a folder from S3 to Elastic Beanstalk instance on its creation?

I had encountered similar problem. But i ...READ MORE

Aug 24, 2018 in AWS by Archana
• 4,170 points
4,180 views
0 votes
1 answer

AWS Elastic Beanstalk EC2 With Redis - Cannot Connect - Django_Redis

After setting the security group, I found ...READ MORE

Aug 22, 2018 in AWS by Priyaj
• 58,090 points
4,137 views
+2 votes
1 answer

AWS Glue Crawler Creates Partition and File Tables

Hi, you need to add this option ...READ MORE

Jan 31, 2020 in AWS by Fito
4,132 views
0 votes
2 answers

How to store Amazon Athena Query Results into new Table?

You can use CTAS - as Amazon ...READ MORE

Aug 6, 2019 in AWS by Geva
4,117 views
0 votes
1 answer

Invalid Bucket name when creating s3 bucket with AWS SDK

AWS provides naming standards when naming an ...READ MORE

Aug 30, 2018 in AWS by Priyaj
• 58,090 points
4,116 views
0 votes
1 answer

How to find out current region with AWS Lambda?

You can read the AWS_DEFAULT_REGION environment variable and use ...READ MORE

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

Llimit to number of objects in a S3 bucket

If you are referring to the number of objects ...READ MORE

Oct 12, 2018 in AWS by Archana
• 4,170 points
4,102 views
0 votes
1 answer

502 Bad Gateway Error in CloudFront AWS

To resolve this you have 2 option.    Enable ...READ MORE

Sep 6, 2018 in AWS by Priyaj
• 58,090 points
4,097 views
0 votes
1 answer

What is a SPICE engine in Amazon QuickSight?

Amazon QuickSight is built with "SPICE" – ...READ MORE

Oct 1, 2018 in AWS by Archana
• 4,170 points
4,076 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,067 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
4,063 views
0 votes
1 answer

What is cross zone load balancing in AWS?

Your load balancer nodes distribute requests from ...READ MORE

May 15, 2019 in AWS by Rakshi
4,055 views
0 votes
1 answer

Is there a limit on the number of attributes in DynamoDB Table?

Actually, there is no limit to the ...READ MORE

Feb 21, 2019 in AWS by Archana
• 5,640 points
4,049 views
0 votes
1 answer

what php API can be used to upload and download files to Amazon S3

Amazon have a PHPSDK , check the sample code // ...READ MORE

Oct 17, 2018 in AWS by Priyaj
• 58,090 points
4,049 views
0 votes
0 answers
0 votes
1 answer

What are Compute Optimized Instance?

Compute Optimized instances are the instance designed ...READ MORE

Jan 30, 2019 in AWS by sukesh
4,027 views
0 votes
1 answer

How to disable actions for an alarm in AWS?

Hi@akhtar, You can disable the actions for the specified ...READ MORE

Nov 18, 2020 in AWS by MD
• 95,440 points
4,022 views
0 votes
1 answer

Copy file from EC2 instance to my local machine.

You can use a tool called FileZilla.  You ...READ MORE

Dec 14, 2018 in AWS by Shuvodip
3,989 views
+1 vote
1 answer

Invalid hostname error when connecting to S3 using secret key

Hey, it works perfectly fine you just ...READ MORE

Oct 11, 2018 in AWS by Archana
• 4,170 points
3,984 views
0 votes
2 answers

What is the difference between VPC security group and EC2 security group?

EC2-Classic Security Group When the instance is launched, ...READ MORE

Feb 11, 2019 in AWS by Ramaya
3,959 views
0 votes
1 answer

How to clear the credentials in AWS Configure?

Hi@akhtar, You need to remove the configuration file ...READ MORE

Nov 17, 2020 in AWS by MD
• 95,440 points
3,951 views
+2 votes
1 answer

How to install AWS CLI on Mac?

Hi @Hannah, the best way to install ...READ MORE

Jan 24, 2020 in AWS by Travis

edited Sep 6, 2023 by Khan Sarfaraz 3,937 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,931 views
0 votes
1 answer

How to open S3 object as a string with Boto3?

Hi@akhtar, If you want to return a string, you ...READ MORE

Sep 21, 2020 in AWS by MD
• 95,440 points
3,915 views
0 votes
1 answer

Connecting AWS EC2 instance using Java

An Amazon EC2 instance is just like ...READ MORE

Mar 28, 2019 in AWS by Disha
3,909 views
+1 vote
1 answer

In GoDaddy how to validate a Domain For AWS ACM

For validate www.example.com you have to write just the ...READ MORE

Oct 29, 2018 in AWS by Priyaj
• 58,090 points
3,892 views
0 votes
1 answer

Is there a calculator for calculating the price of DynamoDB for my purpose?

DynamoDB has provisioned throughput that a user ...READ MORE

Feb 15, 2019 in AWS by Heena
3,884 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,882 views
0 votes
1 answer

How to reset EC2 ubuntu instance?

AWS doesn't have a feature like VmWare's ...READ MORE

Feb 23, 2022 in AWS by Korak
• 5,820 points
3,875 views
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,862 views
0 votes
1 answer

Send a file in post method in aws lambda?

Looks like you're already using request module. in this case ...READ MORE

Oct 5, 2018 in AWS by Priyaj
• 58,090 points
3,858 views
0 votes
1 answer

Not a valid S3 folder location. Valid ones are of the format: s3://bucket/folder/

You need to mention the path completely. ...READ MORE

Nov 27, 2018 in AWS by Shuvodip Ghosh
3,854 views
0 votes
1 answer

Getting ORA-01882: timezone region not found with Oracle UCP, on aws ec2 instance?

You can pass command line argument -Duser.timezone=<Database Time ...READ MORE

Oct 3, 2018 in AWS by Priyaj
• 58,090 points
3,851 views
+1 vote
2 answers

Use AWS CloudWatch to start/stop EC2 instances. How to implement it?

What you can do is set a ...READ MORE

Oct 26, 2018 in AWS by Priyaj
• 58,090 points
3,849 views
0 votes
1 answer

Amazon Ec2 FTP Write Permission error

The ec2-user don't have permission to write ...READ MORE

Sep 18, 2018 in AWS by Archana
• 4,170 points
3,849 views
0 votes
1 answer

CORS in AWS API Gateway + AWS Lambda

You could try downloading the AWS APIG ...READ MORE

Oct 9, 2018 in AWS by Priyaj
• 58,090 points
3,820 views
0 votes
1 answer

A characteristic of edge locations is

Hi@anjali, An edge location is where end-users access services located ...READ MORE

Nov 19, 2020 in AWS by MD
• 95,440 points
3,806 views
0 votes
1 answer

How to create a security group in AWS with Boto3?

Hi@akhtar, You can create a new security group ...READ MORE

Oct 11, 2020 in AWS by MD
• 95,440 points
3,784 views