Most voted questions in AWS

0 votes
1 answer

Create a subnet in AWS with Boto3.

Hi@akhtar, After creating a VPC you need to ...READ MORE

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

How to create a route table using Boto3?

Hi@akhtar, You can create a Route Table in ...READ MORE

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

How to create an Internet Gateway using Boto3?

Hi@MD, You can control internet access to the ...READ MORE

Oct 10, 2020 in AWS by akhtar
• 38,230 points
1,155 views
0 votes
1 answer

How to enable the Public DNS Hostname?

Hi@akhtar, we can also enable the Public DNS ...READ MORE

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

Assign a name to AWS VPC using Boto3.

Hi@akhtar, You can create a VPC in AWS ...READ MORE

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

How to create a VPC in AWS using Boto3?

Hi@akhtar, Amazon Web Services enables you to create ...READ MORE

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

How to delete a security group using Boto3 module?

Hi@akhtar, If you attempt to delete a security ...READ MORE

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

Create a security group and rules using Boto3 module.

Hi@akhtar, A security group is for use with ...READ MORE

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

How to Describe security groups with Boto3?

Hi@akhtar, An EC2 instance is a virtual server ...READ MORE

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

How to monitor instances using Boto3?

Hi@akhtar, You can monitor your EC2 instances with ...READ MORE

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

How to delete a key pair using Boto3?

Hi@akhtar, You can delete a key pair using ...READ MORE

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

Create a key pair in AWS using Boto3.

Hi@akhtar, You need to create a 2048-bit RSA ...READ MORE

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

How to describe a key pair using Boto3?

Hi@akhtar, You can find one method in your ...READ MORE

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

How to describe EC2 instances using Boto3?

Hi@akhtar, An EC2 instance is a virtual server ...READ MORE

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

How to download a file from S3 buckets using boto3?

Hi@akhtar, Boto3 supports upload_file() and download_file() APIs to ...READ MORE

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

How to download S3 Objects With Python and Boto3?

Hi@akhtar, You can download one file from a ...READ MORE

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

List all the existing buckets for the AWS account using Boto3.

Hi@akhtar, You need to create a client using ...READ MORE

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

Is possible to change instance family using Autoscaling?

Hi@Lakshminarayanan, I don't think you can do that. ...READ MORE

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

How to execute commands on AWS Instance using Boto3?

Hi@akhtar, Boto represents an Amazon Web Services (AWS) ...READ MORE

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

How to terminate EC2 instance using boto3?

Hi@akhtar, We can create and modify an EC2 ...READ MORE

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

How to modify EC2 Instance Properties using boto3?

Hi@akhtar, To modify an EC2 instance, first, you ...READ MORE

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

List All AWS EC2 Instances using boto3.

Hi@MD, You need to import the boto3 module ...READ MORE

Oct 7, 2020 in AWS by akhtar
• 38,230 points
29,733 views
0 votes
1 answer

AttributeError: 'ec2.ServiceResource' object has no attribute 'send_command'

Hi@Lakshminarayanan, The send_command attribute is not available in ...READ MORE

Oct 7, 2020 in AWS by MD
• 95,440 points
4,759 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,262 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
368 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,374 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,616 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,274 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,507 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
443 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,236 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
425 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,099 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 650 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
463 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
381 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 466 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,368 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
487 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,591 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

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,419 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
444 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,643 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,259 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,787 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,685 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,151 views