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

Router Console Methods

Router Console Methods: Configure Management Interface: mgmt intf Reset evaluation period: ssh into ESXi /etc/vmware/vmware.lic…

Cisco Fabric Switch – MDS Zoning Template

<# What this script does: 1. Checks to see if an Internet connection via PowerShell…

Hyper-V: Creating a New Virtual Machine

# Compulsory variables $hyperVHost='HYPERV007' $vmName='WindowsGoldenImage' $parentDirectory='C:\ClusterStorage\Volume5' $disk1Size='100GB' $memoryAllocation='8GB' $networkSwitch='PublicZone' $vlan='1005' $clusterName='DEV-CLUSTER05' # Optional variables $disk2Size=$false…