Most voted questions in AWS

+1 vote
1 answer

How to convert .pem format file to .ppk format file?

Hi@akhtar, You can use puttygen to convert .pem ...READ MORE

Jun 8, 2020 in AWS by MD
• 95,440 points
1,077 views
+1 vote
1 answer

How to share an AMI publicly?

Hi@akhtar, To share your AMI publicly, you can ...READ MORE

Jun 7, 2020 in AWS by MD
• 95,440 points
531 views
+1 vote
1 answer

How to copy AMI from one region to another region in AWS?

Hi@akhtar, To copy your AMI from one region ...READ MORE

Jun 7, 2020 in AWS by MD
• 95,440 points
5,149 views
+1 vote
1 answer

How to take a backup of my EC2 instance?

Hi@akhtar, You can take a backup using snapshot ...READ MORE

Jun 7, 2020 in AWS by MD
• 95,440 points
628 views
+1 vote
1 answer

Want to remove the lasts from line in three .txt file which is present into S3 bucket (file size is more that 4 GB) how to automate that using lambda!!!

Hi@Shubh, According to my knowledge,  you can't edit ...READ MORE

Jun 8, 2020 in AWS by MD
• 95,440 points
1,412 views
+1 vote
1 answer
+1 vote
1 answer

There was a problem setting up the instance connection The connection has been closed because the server is taking too long to respond

Hi@akhta if AWS finds your CLI in static ...READ MORE

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

Need of CloudFront service in AWS.

Hi@akhtar, We need CloudFront service so that we ...READ MORE

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

How to launch an EC2 instance?

Hi@akhtar, First login to your AWS account. Now ...READ MORE

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

How to forward S3 bucket logs to CloudTrail?

Hi@akhtar, To forward S3 bucket logs to CloudTrail, ...READ MORE

Jun 3, 2020 in AWS by MD
• 95,440 points
556 views
+1 vote
1 answer
+1 vote
1 answer

An error occurred (InvalidKeyPair.NotFound) when calling the RunInstances operation: The key pair 'key123.pem' does not exist

Hi@akhtar, In your command don't use .pem extension ...READ MORE

Jun 2, 2020 in AWS by MD
• 95,440 points
5,501 views
+1 vote
1 answer

How to find all instance Ids In AWS from command line?

Hi@akhtar, You can find one keyword --query in ...READ MORE

Jun 2, 2020 in AWS by MD
• 95,440 points
5,132 views
+1 vote
1 answer

[WinError 2] The system cannot find the file specified

Hi@akhtar, You may get this error, if you ...READ MORE

Jun 1, 2020 in AWS by MD
• 95,440 points
3,505 views
+1 vote
1 answer

There was a problem setting up the instance connection Log in failed

Hi@akhtar, According to my knowledge Amazon Linux 2 AMI ...READ MORE

Jun 1, 2020 in AWS by MD
• 95,440 points
2,345 views
+1 vote
1 answer

How to create an IAM user in AWS?

Hi@akhtar, To create new user in AWS, you ...READ MORE

Jun 1, 2020 in AWS by MD
• 95,440 points
1,116 views
+1 vote
1 answer

User: arn:aws:iam::142213003344:user/nadeem is not authorized to perform: iam:GetAccountSummary on resource: *

Hi@akhtar, Every user does not have all the ...READ MORE

Jun 1, 2020 in AWS by MD
• 95,440 points
2,106 views
+1 vote
1 answer

Need Permissions You don't have permission to access billing information for this account

Hi@akhtar, To see your billing details, you have ...READ MORE

Jun 1, 2020 in AWS by MD
• 95,440 points
1,360 views
+1 vote
1 answer

How to enable SSH in windows system?

Hi@akhtar, By default SSH is disabled in Windows ...READ MORE

Jun 1, 2020 in AWS by MD
• 95,440 points
460 views
+1 vote
1 answer

Will I be charged for creating users in AWS?

Hi@piyush, You can try some AWS services free of charge within certain ...READ MORE

May 27, 2020 in AWS by MD
• 95,440 points
1,447 views
+1 vote
1 answer

want to Login to windows servers (ec2) and pass some set of commands on perticular schedule (say 12 hr). how can i do that using boto3!

Hi@shubham, If you have a Linux system, then you ...READ MORE

May 27, 2020 in AWS by MD
• 95,440 points
684 views
+1 vote
1 answer

How to deploy machine learning model on aws instance?

Hi@karthik, Here you can use Jenkins tool. Jenkins ...READ MORE

May 29, 2020 in AWS by MD
• 95,440 points
956 views
+1 vote
1 answer

What are the prerequisites to learn AWS?

Hi@akhtar As mentioned, there are no such prerequisite ...READ MORE

May 20, 2020 in AWS by MD
• 95,440 points
953 views
+1 vote
1 answer

Which is more economical - Azure or AWS?

Hi@akhtar Currently there are three major players of ...READ MORE

May 20, 2020 in AWS by MD
• 95,440 points
549 views
+1 vote
1 answer

What are the best aws resources for learning?

Hi@akhtar You can find lots of resources available ...READ MORE

May 20, 2020 in AWS by MD
• 95,440 points
827 views
+1 vote
1 answer

Unable to import module 'lambda_function': No module named lambda_function

Hi@akhtar, This error appears when you haven’t named ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,440 points
49,275 views
+1 vote
1 answer

Error: Private key must begin with "-----BEGIN RSA PRIVATE KEY-----" and end with "-----END RSA PRIVATE KEY-----"

Hi@akhtar, If you use a third-party tool, such ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,440 points
10,683 views
+1 vote
1 answer

bash: aws: command not found...

Hi@akhtar, Actually this is not an error. When ...READ MORE

Apr 27, 2020 in AWS by MD
• 95,440 points
13,177 views
+1 vote
1 answer

'No module named 'requests'' on the AWS Python Lambda function?

Hi@akhtar, For a detailed, You can even check ...READ MORE

Apr 15, 2020 in AWS by MD
• 95,440 points
16,014 views
+1 vote
1 answer

Using s3 response and iterate over file to add new responses

Hey check this out https://docs.aws.amazon.com/sdk-for-go/v1/d ...READ MORE

Mar 31, 2020 in AWS by Kim
1,197 views
+1 vote
1 answer

How to upload file from ec2 linux to s3 bucket using lambda function?

Hi@vijaykumar, You can transfer file from ec2 instance ...READ MORE

Mar 11, 2020 in AWS by MD
• 95,440 points
9,699 views
+1 vote
1 answer

What is AWS Elastic Beanstalk?

Cloud Computing is reshaping the entire application ...READ MORE

Jan 31, 2020 in AWS by Archana
686 views
+1 vote
1 answer

How to host a dynamic website on aws?

For hosting a dynamic website on AWS, ...READ MORE

Jan 27, 2020 in AWS by Oliver
19,346 views
+1 vote
1 answer

What is AWS Cloud?

Hi @Hannah Before the cloud computing era, the ...READ MORE

Jan 20, 2020 in AWS by Neha
558 views
+1 vote
1 answer

What is AWS certification and how to get AWS certified?

Most of the growing companies are using ...READ MORE

Jan 17, 2020 in AWS by Yatish
631 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,933 views
+1 vote
0 answers

Can we use Amazon S3 URL of Parent template in TemplateURL to call Child template

I have a Parent template and it ...READ MORE

Dec 17, 2019 in AWS by Amit
• 130 points
636 views
+1 vote
0 answers

This is the lambda function .. I want to add a new function here . delete the original file

Here I have a lmabda funtion that ...READ MORE

Dec 4, 2019 in AWS by Mritunjoy
• 130 points
957 views
+1 vote
1 answer

Hi could you plz help me on creating appspec file for code deploy .

Hi @Sri, you could use something like ...READ MORE

Dec 3, 2019 in AWS by Kalgi
• 52,360 points
1,338 views
+1 vote
1 answer

Is there any condition on maximum throughput I can request for my Kinesis data stream?

The throughput of an Amazon Kinesis data ...READ MORE

Nov 19, 2019 in AWS by Aman
496 views
+1 vote
1 answer

how do I decide the throughput of the data stream?

Hi @Hannah, Estimate the average size of the ...READ MORE

Nov 19, 2019 in AWS by Aman
766 views
+1 vote
1 answer

Attaching exisiting EBS volume to a self-healing instances with Ansible ?

Hello @vreddy, Have a look at this. ...READ MORE

Nov 14, 2019 in AWS by Eric
1,065 views
+1 vote
1 answer

Is There any Connector from IBM MQ to Kinesis

The AWS documentation does not explicitly mention that ...READ MORE

Oct 30, 2019 in AWS by Tanmay
2,074 views
+1 vote
1 answer

How do I change the Root Volume to persist at launch time using the console?

Follow these steps to launch the instance ...READ MORE

Oct 21, 2019 in AWS by Pearl
446 views
+1 vote
1 answer

What are acquired and launch credits? - AWS EC2 instance

Hi @hannah, launch credits, as the name ...READ MORE

Oct 21, 2019 in AWS by Imran
659 views
+1 vote
1 answer

How to store uploaded files in the S3 bucket when using elastic beanstalk (PHP App)

Hey! You can just use S3 are ...READ MORE

Oct 18, 2019 in AWS by Kalgi
• 52,360 points
3,031 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,902 views
+1 vote
3 answers

AWS Error "The address with allocation id [allocation id] cannot be released because it is locked to your account"

Do you see any associations for the ...READ MORE

Oct 10, 2019 in AWS by Pratap
2,098 views
+1 vote
1 answer

Migrate S3 bucket from one account to another - AWS

As far as I know, you cannot ...READ MORE

Oct 9, 2019 in AWS by Neel
3,081 views
+1 vote
1 answer

CloudFormation - Is there on template sample to create two ec2 instance and one rds instance?

Hey, Have a look at different templates ...READ MORE

Sep 26, 2019 in AWS by Kalgi
• 52,360 points
2,706 views