Latest questions in AWS

+1 vote
1 answer

To create user credential in EC2 instance from remote using Boto3 or Python?

Hi@Lakshminarayanan, You can create a user from your ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
1,993 views
0 votes
1 answer

Create an S3 bucket in a specific region from the command line.

Hi@akhtar, You can use LocationConstraint in your command. ...READ MORE

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

Create IAM user using the AWS CLI.

Hi@akhtar, You can create an IAM user from ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
365 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,350 views
0 votes
1 answer

An error occurred (InvalidBucketName) when calling the CreateBucket operation: The specified bucket is not valid.

Hi@akhtar, You can't use an uppercase letter in ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
8,592 views
0 votes
1 answer

How to get the size of an Amazon S3 bucket?

Hi@akhtar, You can use AWS CLI to perform ...READ MORE

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

Error bucket name already exists.

Hi@akhtar, AWS S3 bucket is a global service. ...READ MORE

Oct 5, 2020 in AWS by MD
• 95,440 points
2,489 views
0 votes
1 answer

Is it possible to run ECS cluster with our own custom image?

Hi, yes, you can create your own ...READ MORE

Sep 30, 2020 in AWS by Satish
442 views
0 votes
2 answers

I lost my .pem file now how to login into EC2 instance?

Hi, If you forget your .pem file then ...READ MORE

Sep 30, 2020 in AWS by MD
• 95,440 points
2,222 views
0 votes
1 answer

Which AWS service would suit my requirement?

Cloud formation would be the best keeping ...READ MORE

Sep 30, 2020 in AWS by Pavan Kumar
423 views
+1 vote
0 answers

How to run boto3 in Lambda Function

Hi, I have two boto3(python) script for creating ...READ MORE

Sep 30, 2020 in AWS by Lakshminarayanan
• 1,370 points
1,700 views
0 votes
1 answer

How to read S3 object of file size more than 32 MB using AWS Lambda and to generate the log report ?

Hi@Jeetz, Just follow the steps given in the ...READ MORE

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

How to get notifications for any changes made in AWS ?

You should probably configure the SNS Service. Features ...READ MORE

Sep 28, 2020 in AWS by John

edited Jun 20, 2023 by Khan Sarfaraz 632 views
0 votes
1 answer

Can anyone advice on how we use load balancers to route the traffic in two different regions?

Across 2 different Regions, load balancing configuration ...READ MORE

Sep 28, 2020 in AWS by Prathik MK
442 views
0 votes
1 answer

How will you disable the traffic in AWS when you deploying In production??

You could probably use a Network LoadBalancer ...READ MORE

Sep 28, 2020 in AWS by Kannan T
376 views
0 votes
1 answer

AWS billing issue

Hi, AWS will charge for CloudFront as well. ...READ MORE

Sep 28, 2020 in AWS by MD
• 95,440 points

edited Sep 6, 2023 by Khan Sarfaraz 461 views
0 votes
1 answer

How to achieve zero downtime in AWS?

In DevOps, one can use blue-green deployments ...READ MORE

Sep 24, 2020 in AWS by lohith
1,359 views
0 votes
1 answer

Getting error when creating a cloudfront service RTMP.

Hi, You need to connect to the AWS ...READ MORE

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

Does anybody know how to integrate a simple AWS bot lex bot with mysql?

Hi, When you create Amazon lex bot, they ...READ MORE

Sep 24, 2020 in AWS by MD
• 95,440 points
2,583 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,933 views
0 votes
1 answer

Unable to create a different home directory in EC2 instance.

Hi, If you have created a user then ...READ MORE

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

What configurations are required with minimal cost in EC2 when I have exponential growth in the users?

Hi, It depends on your requirement. If you ...READ MORE

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

how to get the RDS snapshot list last 24 hours list by using the lambda functions

Hi@shalk, You can list down your RDS snapshot. ...READ MORE

Sep 24, 2020 in AWS by MD
• 95,440 points
2,625 views
0 votes
1 answer

how to get the list of aws services i am used in aws my account by using the lambda function

Hi@shalk, You can create a session in your ...READ MORE

Sep 24, 2020 in AWS by MD
• 95,440 points
2,245 views
0 votes
1 answer

How to update aws lambda function using aws cli?

Hi@akhtar, You can update your Lambda function in ...READ MORE

Sep 23, 2020 in AWS by MD
• 95,440 points
2,775 views
0 votes
1 answer

An error occurred (InvalidClientTokenId) when calling the GetCallerIdentity operation: The security token included in the request is invalid.

Hi@akhtar, I think there is a problem with ...READ MORE

Sep 23, 2020 in AWS by MD
• 95,440 points
38,557 views
0 votes
1 answer

How to clear the AWS Credentials from Windows system?

Hi@akhtar, You need to remove .aws/credentials along with .aws/config files from ...READ MORE

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

How to transfer files between AWS s3 and AWS ec2?

Hi@akhtar, You can use the AWS CLI command to ...READ MORE

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

How to specify credentials when connecting to boto3 S3?

Hi@akhtar, You need to create a session in ...READ MORE

Sep 22, 2020 in AWS by MD
• 95,440 points
663 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,941 views
0 votes
1 answer

How to list contents of a bucket with boto3?

Hi@akhtar, You can create a session for an ...READ MORE

Sep 21, 2020 in AWS by MD
• 95,440 points
13,120 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,872 views
0 votes
1 answer

How to upgrade AWS CLI to the latest version?

Hi@akhtar, You can upgrade your AWS CLI using ...READ MORE

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

error: aws login 'Permission denied (publickey)'

Hi@akhtar, You need to set the permissions for ...READ MORE

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

What is the difference between aws system manager and aws cloudwatch?

Hi@Edureka, AWS Systems Manager is an AWS service that you can ...READ MORE

Sep 21, 2020 in AWS by MD
• 95,440 points

edited Jun 20, 2023 by Khan Sarfaraz 2,260 views
0 votes
1 answer

what is the difference among amazon inspector vs trusted advisor vs cloudwatch vs Personal Health Dashboard vs AWS cloudtrail?

Hi@Edureka, All the services have their own use ...READ MORE

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

aws snowball and aws direct connect are to migrate a high volume of data from on-premise data centers to AWS but what is the key difference?

Hi@Edureka, AWS Snowball is a petabyte-scale data transport and ...READ MORE

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

Is there any way, where I can use one IP for 2 AWS instances?

You can use the Elastic IP, you ...READ MORE

Sep 18, 2020 in AWS by Karan
• 19,610 points
380 views
0 votes
0 answers

Is there any way, where I can use one IP for 2 AWS instances?

Is there any way, where I can ...READ MORE

Sep 18, 2020 in AWS by anonymous
• 19,610 points
309 views
0 votes
1 answer

I am not able to access AWS management console but I am able to access through VPN.

Hi, You can connect the AWS console from ...READ MORE

Sep 22, 2020 in AWS by MD
• 95,440 points
1,555 views
0 votes
0 answers

How can I migrate Elastic beanstalk env from one region to another on AWS?

I need help! How can i migrate ...READ MORE

Sep 18, 2020 in AWS by anonymous
• 19,610 points
1,522 views
0 votes
1 answer

I want to read .csv file from S3 and load/write the same data to cassandra.

Hi@Raj, You need to use the connector that ...READ MORE

Sep 4, 2020 in AWS by MD
• 95,440 points
4,432 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,262 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,867 views
+1 vote
1 answer

Can't access the Nginx web page connection refused.

Hi@akhtar, I think the problem is you did ...READ MORE

Aug 27, 2020 in AWS by MD
• 95,440 points
2,368 views
+1 vote
1 answer

remote side unexpectedly closed network connection.

Hi@akhtar, A PuTTY session left idle will disconnect ...READ MORE

Aug 27, 2020 in AWS by MD
• 95,440 points

edited Jul 10, 2023 by Khan Sarfaraz 82,773 views
+1 vote
1 answer

Error: software caused connection abort in Putty.

Hi@akhtar, I think there is a problem with ...READ MORE

Aug 27, 2020 in AWS by MD
• 95,440 points
1,371 views
+2 votes
1 answer

What are the Requirements for AWS Developer associate certificate?

Hi@Md Safwathullah, The AWS Certified Cloud Practitioner examination ...READ MORE

Aug 27, 2020 in AWS by MD
• 95,440 points
992 views