Amazon EBS Snapshot is point in time copy of Amazon EBS(Elastic Block Storage) volumes attached with EC2 instance. We usually take snapshot just to make a baseline system by freezing the state in a snapshot and using it as a source to deploy other similar system. Sometimes, we do take snapshot as a way of…
Tag: Snapshot
Create Azure disk snapshot using Powershell
Update : updated script to support Azure Az powershell module. Today , I am going to share a script to take Snapshot of Azure Managed disks. Taking a snapshot of business critical systems before working on any system change which can potentially cause business impact is crucial. If something goes wrong, you can quickly restore…