Most viewed questions in AWS

+1 vote
1 answer

How to clear all data from AWS CloudSearch?

Best answer I've been able to find ...READ MORE

Jul 20, 2018 in AWS by Priyaj
• 58,090 points
1,986 views
0 votes
1 answer

How to stop EC2 instances using Boto3?

Hi@akhtar, To change the state of an EC2 ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
1,985 views
+2 votes
1 answer

How many people had completed AWS certified solution architect-Associate level in world-wide?

Hi, I took my exam on 24th ...READ MORE

Oct 30, 2019 in AWS by Arun
1,984 views
0 votes
1 answer

What does ECU units, CPU core and memory mean in EC2 instance?

Hi@MD, ECU means Amazon EC2 compute unit. Amazon ...READ MORE

Dec 16, 2020 in AWS by akhtar
• 38,230 points
1,979 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,974 views
0 votes
1 answer

An error occurred (BadRequestException) when calling the UpdateRestApi operation: Invalid patch path /tags/keytest.

Hi@akhtar, You need to use the tag-resource method instead ...READ MORE

Dec 8, 2020 in AWS by MD
• 95,440 points
1,961 views
0 votes
1 answer

CloudFront not following the cache behaviour for a particular path pattern - AWS

Hi @Hannah, if your CloudFront isn't following ...READ MORE

Oct 17, 2019 in AWS by Tanmay
1,956 views
+1 vote
0 answers

error in ALB path based routing

I was trying implementing aws path based ...READ MORE

Jan 9, 2020 in AWS by Anukriti
• 130 points
1,951 views
0 votes
1 answer

Create Snapshot of EBS and attach to EC2 using Terraform

You can also create a snapshot using ...READ MORE

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

Getting connection timed while connecting to my EC2 instance

Due to some technical difficulties on the ...READ MORE

Dec 14, 2018 in AWS by Aniket
1,945 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,945 views
0 votes
1 answer

In Amazon Data Pipeline, how to make sure only once instance of a pipeline is running at any time?

On the CopyTablesActivity, you could set a lateAfterTimeout attribute ...READ MORE

Sep 19, 2018 in AWS by Priyaj
• 58,090 points
1,944 views
0 votes
1 answer

How to get alert of hard disk space in ec2 instance?

Check this out! https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/mon-scripts.html Also, you can create your ...READ MORE

Sep 24, 2020 in AWS by Ashish
1,941 views
0 votes
1 answer

https doesn't get updated from list in security group

As per your snap you have selected ...READ MORE

Oct 30, 2018 in AWS by Priyaj
• 58,090 points
1,938 views
+2 votes
1 answer

How to delete AWS account?

Hi @Hannah. Follow these steps to close ...READ MORE

Jan 24, 2020 in AWS by Priya
1,936 views
+1 vote
1 answer

Do i need to use Amazon EC2 with DynamoDB?

You can use Amazon DynamoDB without restrictions ...READ MORE

Oct 11, 2018 in AWS by Archana
• 4,170 points
1,936 views
0 votes
0 answers

Create EC2 instance using Lambda function with Java

I have tried a lot of thing ...READ MORE

Jan 21, 2019 in AWS by Rishab
• 1,490 points
1,933 views
0 votes
0 answers

How to get the record count of all tables in athena aws?

I'm trying to figure out how to ...READ MORE

Dec 13, 2022 in AWS by Ashwini
• 5,430 points
1,930 views
0 votes
1 answer

Is there a way to call AWS CLI form AWS Lambda?

You can use the AWS node.js SDK ...READ MORE

Apr 10, 2019 in AWS by Archana
• 5,640 points
1,930 views
0 votes
1 answer

How to activate or deactivate an access key for an IAM user?

Hi@akhtar, The following update-access-key command deactivates the specified access key ...READ MORE

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

Transfer data using AWS CLI from one s3 bucket to another

Copying is the easy part! Use the AWS ...READ MORE

Jan 16, 2019 in AWS by Rishi
1,922 views
+1 vote
1 answer

Connect CloudFront to a website hosted on an EC2 instance - AWS

Hi @hannah, Have a look at the application/website ...READ MORE

Oct 17, 2019 in AWS by Tanmay
1,921 views
0 votes
1 answer

Permission Denied: AWS EC2 FTP

This is a permission issue. You can ...READ MORE

Mar 28, 2019 in AWS by Kolki
1,921 views
0 votes
1 answer

What is Iaas, PaaS and SaaS?

IaaS, PaaS and SaaS are cloud computing ...READ MORE

Jan 16, 2019 in AWS by Deeksha
1,903 views
0 votes
2 answers

Do AWS support SES in CloudFormation?

There is no straightforward approach to create ...READ MORE

Aug 15, 2019 in AWS by sri
1,902 views
0 votes
1 answer

What happens if a activity fails in AWS Data Pipeline?

An activity fails if all of its ...READ MORE

Nov 16, 2018 in AWS by Archana
• 5,640 points
1,896 views
0 votes
1 answer

How to see the description of a Security group using AWS CLI?

You can use the following command to ...READ MORE

Nov 21, 2018 in AWS by Anoop
1,895 views
0 votes
1 answer

How to update account credentials in aws cli?

Hi@akhtar, You can find one .aws folder in ...READ MORE

Apr 27, 2020 in AWS by MD
• 95,440 points
1,892 views
0 votes
1 answer

How to set the client certificate for AWS API gateway deployment stage using aws-cli

You'll need to use aws api-gateway update-domain-name. http://docs ...READ MORE

Jul 13, 2018 in AWS by Priyaj
• 58,090 points
1,892 views
0 votes
1 answer

How to handle exceptions with boto3?

Hi@akhtar, You can use botocore.exceptions package in your ...READ MORE

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

How to copy .csv file from Amazon S3 bucket?

Boto3 is the library to use for ...READ MORE

Jul 6, 2018 in AWS by Priyaj
• 58,090 points
1,882 views
+1 vote
1 answer

AWS CLI installation error

Try this command sudo pip install awscli --force-reinstall ...READ MORE

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

How to configure IAM roles for ECS tasks?

You first need to create an IAM ...READ MORE

Nov 5, 2018 in AWS by anonymous
1,876 views
0 votes
1 answer

How to create a CloudFormation only AWS policy

The easiest way to achieve what you're ...READ MORE

Sep 26, 2018 in AWS by Priyaj
• 58,090 points
1,875 views
0 votes
1 answer

How to switch between multiple accounts with AWS SDK

You can define multiple profiles in ~/.aws/credentials ...READ MORE

Aug 24, 2018 in AWS by Priyaj
• 58,090 points
1,875 views
+1 vote
1 answer

How to configure a Lambda function to access resources in a VPC?

Hi@akhtar, You can configure a Lambda function to ...READ MORE

Aug 27, 2020 in AWS by MD
• 95,440 points
1,869 views
0 votes
1 answer

How to resolve Kubernetes DNS troubles with Amazon RDS hosts

I have seen that on our flannel ...READ MORE

Sep 25, 2018 in AWS by Priyaj
• 58,090 points
1,867 views
0 votes
1 answer

Why to separate the Lambda handler from the core logic?

Separating the Lambda handler (entry point) from the core ...READ MORE

May 20, 2019 in AWS by Tushar
1,865 views
0 votes
1 answer

what is route table in aws

A route table contains a set of rules, called routes, ...READ MORE

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

aws lambda function chromedriver is not executable

Lambda has a limit of 300 seconds ...READ MORE

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

How to change an IAM role session duration?

Hi@akhtar, You can update the IAM role from ...READ MORE

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

Sending SMS using Amazon SNS from a AWS lambda function?

First, you need to write a Lambda ...READ MORE

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

How to add permissions to an existing Lambda function?

Hi@akhtar, You can grant an AWS service or another ...READ MORE

Nov 5, 2020 in AWS by MD
• 95,440 points
1,853 views
+1 vote
1 answer

How should we need to pay for AWS ACM CA Private Certificate?

Hi@Lakshminarayanan, In the document it is written that ...READ MORE

Dec 24, 2020 in AWS by MD
• 95,440 points
1,852 views
0 votes
1 answer

How to exclude specific folders every time I run 'eb deploy' using AWS EB CLI

If there is not .ebignore file it ...READ MORE

Oct 24, 2018 in AWS by Priyaj
• 58,090 points
1,847 views
+5 votes
1 answer

Error: OptionsRequestDenied error

Yes, I got the same problem! The new ...READ MORE

Sep 20, 2018 in AWS by bug_seeker
• 15,520 points

edited Sep 20, 2018 by Priyaj 1,847 views
0 votes
1 answer

Not able to run script in EC2 AMI instance

To allow run the 'aws s3 sync' ...READ MORE

Aug 28, 2019 in AWS by Randy
1,839 views
0 votes
1 answer

How to update shadow with Single AWS IOT rule

You need to use + instead of ...READ MORE

Oct 15, 2018 in AWS by Priyaj
• 58,090 points
1,834 views
0 votes
1 answer

Testng XML not accepted by AWS Device Farm

I'm not sure exactly but I believe ...READ MORE

Oct 8, 2018 in AWS by Priyaj
• 58,090 points
1,831 views
0 votes
1 answer

Chalice: Unable to connect with DynamoDB through pynamodb

You have to add "autogen_policy":false, to config.json and ...READ MORE

Sep 10, 2018 in AWS by Priyaj
• 58,090 points
1,831 views