Command Palette
Search for a command to run...
Comments
Join the discussionNo comments yet. Be the first to comment.
More from this blog
Node application api host nginx using Reverse Proxy
Node 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...
Amazon Certificate Manager
Amazon 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...

Create Launch template for AWS EC2 - Simplify your work
Launch 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...
How 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...
