Month: October 2021
Install and run mysql backup-restore using Percona Xtrabackup
The Percona XtraBackup tools provide a method of performing a hot backup of your MySQL data while the system is running. Percona XtraBackup is a free, online, open source, complete database backups solution for all […]
317 total views
AWC Cli Installation
The AWS Command Line Interface (CLI) is a unified tool to manage your AWS services. With just one tool to download and configure, you can control multiple AWS services from the command line and automate them through […]
220 total views
How to access ec2 instance residing in private subnet
Create a VPC It will by default create router,securty groups ,NACLS, route tables Create an internet gateway (IG) and associate it with main RT Create 2 subnet in the VPC One public subnet, one private […]
244 total views