venketraman.comNode application api host nginx using Reverse ProxyNode Installation sudo apt update sudo apt install curl curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - sudo apt install nodejs node -v npm -v Nginx Installation sudo apt update sudo apt install nginx sudo systemctl start nginx sud...Jul 19, 2024·3 min read
venketraman.comAmazon Certificate ManagerAmazon Certificate Manager AWS Certificate Manager is an Amazon Web Services tool that allows an IT team to provision, manage and deploy free Secure Sockets Layer (SSL) and Transport Security Layer (TSL) certifications in the AWS cloud. ACM is integr...Sep 8, 2021·3 min read
venketraman.comCreate Launch template for AWS EC2 - Simplify your workLaunch Templates A launch template is similar to a launch configuration, in that it specifies instance configuration information. It includes the ID of the Amazon Machine Image (AMI), the instance type, a key pair, security groups, and other paramet...Sep 7, 2021·2 min read
venketraman.comHow to Reset Amazon Web Console Password from Amazon CLI.Amazon web services have both GUI and CLI methods for user access. Web console is GUI mode all of using and well known method. CLI is the most useful and best way to simplify our work on AWS. We can simple run the scripts to manage our AWS resourc...Sep 4, 2021·2 min read