Posted On March 31, 2019

AWS Instances Backup

kimconnect 0 comments
blog.KimConnect.com >> Virtualization >> AWS Instances Backup
Images:
Putty (SSH) into the Image Creator instance in N. Virginia (tetriary Zone) and test there before deployment into Production (N. California):
Host Name:  ec2-user@IPADDRESS
SSH/Auth key location:  H:\Amazon\KIMCONNECT VPC\Keys\N.Vir\AMICreator2\AMICreator2.ppk
Script location on machine:  etc/cron.d/amicron
Location of my documentation:  H:\Amazon\KIMCONNECT VPC\Scripts for automated processes\Create AMIs with retention period and copy to another region
 
Snapshots:
CLoud Protection Manager:  https://DOMAINNAME/signin/
username:  yamama
password:  PASSWORD
12 days left in the trial version which has already been extended once
Startup Guide location:  https://docs.n2ws.com/quick-start

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Get All Hyper-V Servers in the Domain or Forest

This is a working version to correct my previous codes posted somewhere on this site…

PowerShell: Move Virtual Machine Storage Using VMM

# moveVmStorageUsingVmm.ps1 # Version 0.01 $vmNames=@( 'TESTVM0001', 'TESTVM0002', 'TESTVM0003' ) $storageLocations=@( 'C:\ClusterStorage\BLOB001', 'C:\ClusterStorage\BLOB002', 'C:\ClusterStorage\BLOB003' )…

How To Setup ClamAV Antivirus Scanner in Kubernetes

Assumptions: A Kubernetes cluster is already setupThese are installed prior: Helm, MetalLB Load Balancer,A static…