Skip to content

Commit

Permalink
making the descriptions a bit less rubbish
Browse files Browse the repository at this point in the history
  • Loading branch information
haitchison committed Oct 20, 2023
1 parent 9efb05f commit 57517b6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
schemaVersion: "2.2"
description: "SSM Document to convert MGN-replicated Azure VMs into AWS EC2s. Also baking in necessary configuration to CSR app / web AMIs"
description: "SSM Document to convert an Azure VM into an AWS AMI."
parameters:
InstanceId:
type: "String"
description: "ID of the MGN replicated server being turned into an AMIs"
description: "ID of the MGN replicated Azure server"
VolumeId:
type: "String"
description: "Root volume ID to be snapshotted"
SnapshotName:
type: "String"
description: "Name of the snapshot"
description: "Name of the resultant snapshot"
AMIName:
type: "String"
description: "Name of the AMI being created"
description: "Name of the AMI being built"

mainSteps:
- name: CreateSnapshot
Expand Down

0 comments on commit 57517b6

Please sign in to comment.