Trending questions in AWS

0 votes
1 answer

How to get the CloudFront distribution?

Hi@akhtar, To get the distribution, you need to ...READ MORE

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

How to list CloudFront origin access identities?

Hi@akhtar, The following example gets a list of ...READ MORE

Nov 3, 2020 in AWS by MD
• 95,440 points
386 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,216 views
0 votes
1 answer

Delete a signing certificate for an IAM user.

Hi@akhtar, If you do not specify a user ...READ MORE

Nov 3, 2020 in AWS by MD
• 95,440 points
325 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,395 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,402 views
0 votes
1 answer

How to copy a snapshot in AWS from the command line?

Hi@akhtar, The following copy-snapshot example command copies the specified snapshot ...READ MORE

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

Need help to deploy the IIS websites and windows services into EC2 machines using automation.

Hey, you could automate this scenario using ...READ MORE

Oct 23, 2020 in AWS by Vikas
638 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,905 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,266 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,236 views
0 votes
1 answer

How to enable versioning for an S3 bucket?

Hi@akhtar, To enable or disable versioning on an ...READ MORE

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

How to set alert in AWS for url monitoring? How do we get email alert notification when the website goes down?

You need to set those alerts based ...READ MORE

Oct 12, 2020 in AWS by Aashish
985 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,850 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,239 views
+2 votes
3 answers

Is it possible to ping AWS EC2 instance

1.Go to EC2 Dashboard and click "Running ...READ MORE

Nov 13, 2020 in AWS by shivam
• 140 points

edited Nov 13, 2020 by Gitika 19,838 views
0 votes
1 answer

Error: 'No package Tableau server available on the EC2 Linux instance'

Hi, Tableau may not come with your ISO ...READ MORE

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

How elastic beanstalk work in real time environment?

Check this video for that: https://www.youtube.com/watch?v=96DJ2Og90hU READ MORE

Oct 19, 2020 in AWS by Kim
480 views
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
867 views
0 votes
1 answer

How to remove a rule from a security group from AWS CLI?

Hi@akhtar, You can remove the ingress rule from ...READ MORE

Jul 7, 2020 in AWS by MD
• 95,440 points
4,949 views
0 votes
1 answer

How to encrypt a snapshot in AWS?

Hi@MD, The following copy-snapshot command copies the specified unencrypted snapshot ...READ MORE

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

How to copy an Amazon EBS snapshot?

Hi@akhtar, You can use the following procedure to ...READ MORE

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

How to create folder in your bucket using boto3?

Using Client versioning you can create folders ...READ MORE

Nov 30, 2018 in AWS by Aniket
30,149 views
0 votes
1 answer

How to get an elasticbeanstalk.com domain without a region prefix?

Hi@elwinshaji, There are some services in AWS that ...READ MORE

Oct 14, 2020 in AWS by MD
• 95,440 points
558 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
776 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,366 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,526 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,349 views
0 votes
1 answer
+1 vote
1 answer

How to transfer my Amazon S3 Bucket to another region

Hey @Richard, as far as I know, ...READ MORE

May 20, 2019 in AWS by Kalgi
• 52,360 points
22,601 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,425 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,693 views
0 votes
1 answer

Windows command to stop access some services for one user?

Hi@Lakshminarayanan, As you are using an EC2 instance, ...READ MORE

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

I have an ec2 instance I want to store my backups in s3 how can I store it?

Mount the s3 bucket in the instance ...READ MORE

Oct 12, 2020 in AWS by vickie
437 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,508 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,354 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
542 views
0 votes
1 answer

How to restrict Cloudfront service countrywise?

Hi@akhtar, You can restrict your CloudFront according to ...READ MORE

Jun 5, 2020 in AWS by MD
• 95,440 points
5,923 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,130 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
355 views
0 votes
2 answers

How do I add python libraries to an AWS lambda function for Alexa?

If you get lucky (it depends what ...READ MORE

Nov 3, 2020 in AWS by anonymous
15,138 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
980 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 604 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
839 views
0 votes
1 answer

AWS Boto3 ec2 inventory script

Hi@khyatl, You need to remove the newline character. ...READ MORE

Jul 20, 2020 in AWS by MD
• 95,440 points
3,572 views