How to protect WP-ADMIN URL with .htaccess? How to avoid WordPress Brute Force Attack? Prevent Brute Force Attacks on WordPress Login page.
How to associate elastic IP to Bastion server created by using kops cluster.yaml template
Your source code is in bitbucket and your bitbucket setting requires whitelisting of server IP. You want to clone the repo on bastion server.
How to install kops, kubectl using additionalUserData in kops cluster.yaml template
Additional user-data can be passed to the host provisioning by setting the additionalUserData field.
How to create AWS Kubernetes cluster using kops cluster template
You can install a Kubernetes cluster on AWS using a tool called kops. kops provisions fully automated installation of cluster.
PuTTY Agent forwarding to connect to private k8s cluster node from laptop via Bastion
Agent forwarding is a mechanism whereby an SSH client allows an SSH server to use the local agent on the server, the user logs into, as if it was local there.
How to import CSV file data into a PostgreSQL table (AWS RDS) using psql command
You can use psql command to import CSV data file to automate the process of importing data.
Using Win 10 server how to create Kubernetes cluster (in AWS) using kops in Existing VPC
You can create kubernetes cluster using kops command in your existing VPC and hosted zone. Kops will create rest of the required AWS resources.
How to Build & Deploy ASP.NET Core Web API to Azure Linux App Service using Build & Release Pipeline
Steps to build & deploy ASP.NET CORE Web API to Azure Linux App Service using Azure DevOps Build and Release pipelines.
How to create self hosted Linux Build Agent using Terraform in Azure
In Azure, you can create Self Hosted Linux Build agent using release pipeline (Terraform template) and override template parameter values using variables.
Create an Azure linux VM using Terraform in Azure Devops using Release Pipelines
Terraform allows you to define and create complete infrastructure deployments in Azure. You build Terraform templates in a human-readable format that create and configure Azure resources in a consistent, reproducible manner.