Trending questions in AWS

+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
553 views
0 votes
1 answer

Which is the best AWS training center in Bangalore?

Hi@akhtar As you mentioned, that you have moved ...READ MORE

May 20, 2020 in AWS by MD
• 95,440 points
531 views
0 votes
1 answer

Which is the best AWS online training institute?

Hi@akhtar There are a number of institutes which ...READ MORE

May 20, 2020 in AWS by MD
• 95,440 points
421 views
0 votes
1 answer

net::ERR_CERT_COMMON_NAME_INVALID)

Hi@akhtar, The website address is not matching the ...READ MORE

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

Error: Client.VolumeLimitExceeded: Volume limit exceeded in AWS.

Hi@akhtar, The following are a few reasons why ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,440 points
1,158 views
+2 votes
1 answer

EC2 Instance Ping

Hi, You set inbound rule to your instance. ...READ MORE

May 11, 2020 in AWS by MD
• 95,440 points
489 views
0 votes
1 answer

Server unexpectedly closed the connection.

Hi@akhtar, There are many reason to cause this scenario. ...READ MORE

Apr 2, 2020 in AWS by MD
• 95,440 points
2,075 views
0 votes
2 answers

How i can send Bulk email from AWS ?

Sending bulk emails is no easy task. ...READ MORE

Feb 8, 2021 in AWS by akshusingh
• 140 points
1,495 views
0 votes
1 answer

Not able to access the data on EBS in AWS.

Hi@akhtar, You cannot access the data on EBS ...READ MORE

May 5, 2020 in AWS by MD
• 95,440 points
632 views
0 votes
1 answer

error: invalid credentials in aws cli.

Hi@akhtar, You may got this error, if your ...READ MORE

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

Why do we need to create our own VPC in AWS?

Hi@akhtar, Yes, in AWS you will get one ...READ MORE

Mar 18, 2020 in AWS by MD
• 95,440 points
2,611 views
0 votes
1 answer

Host key not found in [directory], Permission denied (publickey), or Authentication failed, permission denied

Hi@akhtar, When we connect our instance from local ...READ MORE

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

Install aws cli in Windows system!

Hi@akhtar, Yes, you can install aws cli for ...READ MORE

Apr 27, 2020 in AWS by MD
• 95,440 points
723 views
0 votes
0 answers

connect to aws ec2 instance via public ip

I have an EC2 instance with an ...READ MORE

Apr 7, 2020 in AWS by rossboulet
• 120 points
1,562 views
0 votes
1 answer

not able to delete a security group for my Amazon VPC in AWS?

Hi@akhtar, When you try to delete that security ...READ MORE

Mar 18, 2020 in AWS by MD
• 95,440 points
2,367 views
0 votes
1 answer

Error: InstanceLimitExceeded in AWS.

Hi@akhtar, If you get an InstanceLimitExceeded error when you try ...READ MORE

Apr 28, 2020 in AWS by MD
• 95,440 points
553 views
0 votes
2 answers

how to import numpy and pandas inside aws lambda function?

I had good luck using pre-made pandas ...READ MORE

Nov 3, 2020 in AWS by anonymous

reshown Nov 3, 2020 by Sirajul 9,053 views
0 votes
1 answer

Configure multiple public subnets in a single AWS VPC.

Hi@akhtar, Yes, you can configure multiple public subnets ...READ MORE

Mar 18, 2020 in AWS by MD
• 95,440 points
2,207 views
0 votes
1 answer

How to create key from aws cli?

Hi@akhtar, You can use the bellow given command ...READ MORE

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

How to configure aws cli?

Hi@akhtar, After installing aws cli in your system, ...READ MORE

Apr 27, 2020 in AWS by MD
• 95,440 points
432 views
0 votes
0 answers

response from aws lex can be displayed in HTML web page?

Is it possible to get response from ...READ MORE

Apr 1, 2020 in AWS by Vaibhav
• 120 points

edited Apr 1, 2020 by Vaibhav 1,586 views
0 votes
1 answer

"access denied" error when trying to move a file into the AWS server.

Hi@akhtar, I think you are trying to transfer file to ...READ MORE

Apr 2, 2020 in AWS by MD
• 95,440 points
1,428 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,200 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,944 views
0 votes
1 answer

What are some real time scenarios where S3 buckets are used in AWS?

It’s a storage drive - S3 simple ...READ MORE

Feb 4, 2020 in AWS by Priyak Dey
3,387 views
0 votes
1 answer

How do i get s3 files using python(without using boto3 sdk)?

Hi, You can use the below code to ...READ MORE

Jul 22, 2020 in AWS by MD
• 95,440 points
2,375 views
0 votes
1 answer

“ModuleNotFound Error”.

Hi@akhtar, There are two possible reasons for the ...READ MORE

Apr 2, 2020 in AWS by MD
• 95,440 points
392 views
0 votes
2 answers

How to display just the name of files using aws s3 ls command?

aws s3 ls s3://<your_bucket_name>/ | awk '{print ...READ MORE

Mar 17, 2019 in AWS by anonymous
20,932 views
0 votes
1 answer

What kind of data generates from EC2 to EBS in AWS

Hi, First thing is EC2 is a compute service whereas EBS is ...READ MORE

Mar 16, 2020 in AWS by MD
• 95,440 points
955 views
0 votes
0 answers
0 votes
1 answer

error: no VPC found, AWS Lambda does not support Elastic IPs without using VPC.

Hi@akhtar, When you run Lambda outside your VPC ...READ MORE

Mar 18, 2020 in AWS by MD
• 95,440 points
789 views
0 votes
0 answers

AWS Lambda to revert back S3 “block all public access” if someone changed it to allow public access

I'm trying to use AWS Lambda to ...READ MORE

Mar 14, 2020 in AWS by Pavan
• 150 points
1,015 views
+1 vote
1 answer

CodeDeploy failed saying The overall deployment failed because too many individual instances failed deployment

Hello Janvi, Please ensure the below things, me ...READ MORE

Dec 27, 2019 in AWS by Thadi Karan
8,042 views
+5 votes
6 answers

Benefits of EBS vs. instance-store

As of now all AMI's in quickstart ...READ MORE

Oct 16, 2018 in AWS by Ashwat Singh
13,127 views
0 votes
1 answer

I had installed apache webserver on ec2 then to deploy auto scalling select previews AMI but apache webserver not install new instances, why ?

Hi@G, You created your image by shutting down ...READ MORE

Mar 4, 2020 in AWS by MD
• 95,440 points
999 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,142 views
0 votes
0 answers

how can i see / access my files in amazon s3

I need to know how can I ...READ MORE

Mar 7, 2020 in AWS by Prince
• 120 points
556 views
+2 votes
1 answer

If s3 is global then why we need to select a region while launching it?

This might help you with your query.  Have ...READ MORE

Feb 18, 2020 in AWS by Sirajul
• 59,230 points
1,222 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,916 views
0 votes
0 answers

what is AWS DevOps?

I am new in Pune and Searching ...READ MORE

Mar 3, 2020 in AWS by Pallavi
• 160 points

edited Mar 3, 2020 by Gitika 369 views
0 votes
1 answer

Can devices that are not directly connected to the Internet access AWS IoT Core?

if device has Bluetooth connectivity with AWS ...READ MORE

Aug 20, 2020 in AWS by Mehul
586 views
+2 votes
0 answers

How to migrate my GCP Instance to AWS

Hi There, Need ur help can anyone guide ...READ MORE

Feb 3, 2020 in AWS by antonyjohnson
• 140 points
1,287 views
+2 votes
0 answers

Schedule the deployment in Code pipeline

Hi All, I have 3 stage code pipeline ...READ MORE

Feb 12, 2020 in AWS by Rama
• 140 points
891 views
0 votes
1 answer

How to send HTML mails using Amazon SNS?

It's not possible to send HTML emails ...READ MORE

Jan 8, 2019 in AWS by Archana
• 5,640 points
18,087 views
0 votes
1 answer

Which is good to learn, AWS or DevOps? Which has a great future?

Well Let us First see what is ...READ MORE

May 31, 2019 in AWS by ArchanaNagur
• 2,360 points
11,851 views
0 votes
1 answer

What does AWS stand for?

Hahaha! AWS stands for Amazon Web Services.  Amazon Web ...READ MORE

Jan 23, 2020 in AWS by Hemanth Sharma
1,385 views
0 votes
0 answers

Enabling anonymous access to EKS cluster.

If I make my eks cluster enabled ...READ MORE

Feb 6, 2020 in AWS by anonymous
• 19,610 points
814 views
0 votes
2 answers

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

Muchas gracias. ?Como puedo iniciar sesion? READ MORE

May 2, 2020 in AWS by kfdakyldct
587 views
0 votes
0 answers

Is it possible to use Prometheus and graffana on AWS?

Can I use Prometheus and graffana on ...READ MORE

Feb 6, 2020 in AWS by anonymous
• 19,610 points
805 views