How to Create Cloud NAT on Google Cloud Platform
NAT enables private IP networks that use unregistered IP addresses to connect to the Internet. NAT operates on a router, usually connecting two networks together, and translates the private (not globally unique) addresses in the internal network into legal addresses, before packets are forwarded to another network. Login to google cloud platform portal. Click …
Read more “How to Create Cloud NAT on Google Cloud Platform”
Steps to Setup Nexus Repository Manager on Ubuntu 20.04 LTS
Nexus is a free & open source repository manager. It helps to collect & manage the dependencies so that we are not constantly juggling a collection of JARs. It provides a simple way to create & distribute software. It is used to collect, retrieve, manage our artifacts. Artifacts is a place where we can store …
Read more “Steps to Setup Nexus Repository Manager on Ubuntu 20.04 LTS”
Steps to Install Rudder System Configuration & Auditing Tool on Ubuntu 20.04 LTS
Rudder is a free & open source IT Infrastructure Automation & Compliance (multi-platform) tool. It helps to automate system configuration across large IT infrastructures. It allows to manage and maintain production infrastructure & support different Linux operating systems including, Ubuntu, Debian, Fedora, RHEL, CentOS and SUSE. It offers a set of rules that can be …
Read more “Steps to Install Rudder System Configuration & Auditing Tool on Ubuntu 20.04 LTS”
How to Install & Configure Terraform on Ubuntu
Terraform is an infrastructure as a code platform(IaaC) developed by HashiCorp. We can simply write code in the human-readable format following HashiCorp Configuration Language (HCL) and deploy it to get the infrastructure in the cloud. Terraform is supported in many cloud providers like Google, Amazon, Alibaba, etc. First, Configure azure cli on you system so …
Step By Step Guide to Create SFTP Service on AWS
SFTP stands for Secure file transfer protocol. It helps to provide a secure network for accessing, transferring and managing files on remote systems. It also called SSH File Transfer Protocol. It provide a secure connection between a sender & receiver so we can easily send/receive the data in encryption format. Prerequisite S3 bucket. SSH key …
Read more “Step By Step Guide to Create SFTP Service on AWS”
