Step By Step to list all EC2 instance ids & regions using lambda function in amazon web service

Hello,I hope you’re doing well. In this blog, we discuss how to display all EC2 instance ids and regions with the help of the lambda function on the aws console.Lambda is an event-oriented, server-free computing platform delivered by Amazon as part of Amazon Web Services.By using lambda,we can easily get information about the number of …

Step By Step guide to auto start ec2 instance using lambda function on amazon web service

Hello,I hope you’re doing well. In this blog we are discussing how to auto start ec2 instance using lambda function on aws console.Lambda is is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services.Using lambda function, we can easily schedule EC2 instances’ start and stop time to save AWS …

Step By Step guide to auto stop ec2 instance using lambda function on amazon web service

Hello,I hope you’re doing well. In this blog we are discussing how to auto stop running ec2 instance using lambda function on aws console.Lambda is is an event-driven, serverless computing platform provided by Amazon as a part of Amazon Web Services.Using lambda function, we can easily schedule EC2 instances’ start and stop time to save …

Step By Step Guide to connect EC2 instance using Session Manager in amazon web service.

Hello,in this blog will discuss how to connect AWS EC2 instance using Session Manager on AWS Management Console.AWS Session Manager is a new interactive shell and CLI that helps to provide secure, access-controlled, and audited Windows and Linux EC2 instance management.We do not need to manage SSH keys, or use bastion hosts & open inbound …

Step By Step to install & configure vsftpd on ubuntu 20.04

Hello, In this blog we are discussing how to setup vsftpd on ubuntu system.FTP stands for file transfer protocol,which is used for uploading/downloading files between two computers over a network.FTP is insecure protocol, because it transmits data together with user credentials (username and password) without encryption.If we want to use FTP ,consider configuring FTP connection …