Create Cloud catalog item for Amazon Workspace
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
Labels:
https://www.servicenow.com/community/itom-articles/create-cloud-catalog-item-for-amazon-workspace/ta-p/2322222
