VaranAwesomenow
Mega Sage

Below template can be used as a reference to create a catalog item for deploying Amazon workspace

{
"AWSTemplateFormatVersion": "2010-09-09",
"Metadata": {
"AWS::CloudFormation::Designer": {
"12c2d41f-e040-4290-9a85-21e540dfe144": {
"size": {
"width": 60,
"height": 60
},
"position": {
"x": 390,
"y": 122
},
"z": 0
}
}
},
"Resources": {
"VaranWorkspace1": {
"Type": "AWS::WorkSpaces::Workspace",
"Properties": {
"BundleId": "wsb-8vbljg4r6",
"DirectoryId": "d-9067627dd6",
"RootVolumeEncryptionEnabled": false,
"Tags": [
{
"Key": "Instance",
"Value": "dev63486"
}
],
"UserName": "varanconsulting",
"UserVolumeEncryptionEnabled": false,
"WorkspaceProperties": {
"ComputeTypeName": "STANDARD",
"RootVolumeSizeGib": 80,
"RunningMode": "AUTO_STOP",
"RunningModeAutoStopTimeoutInMinutes": "60",
"UserVolumeSizeGib": "50"
}
},
"Metadata": {
"AWS::CloudFormation::Designer": {
"id": "12c2d41f-e040-4290-9a85-21e540dfe144"
}
}
}
}
}

User name, Bundle id and Directory ID to be updated with correct values, please watch below video to find steps on how to do that.

Youtube link :https://youtu.be/6KWj5DTZLm4

Share link : https://developer.servicenow.com/connect.do#!/share/contents/3287388_cloud_provisioning_launch_amazon_workspace_from_servicenow_cloud_user_catalog_item?t=PRODUCT_DETAILS

Version history
Last update:
‎12-22-2020 01:55 PM
Updated by: