- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 12-22-2020 01:55 PM
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

- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
check this one too
community article - https://community.servicenow.com/community?id=community_article&sys_id=7720fd681bc114107a5933f2cd4bc...
the recipe - https://developer.servicenow.com/connect.do#!/share/contents/4708895_targeted_discovery_of_aws_works...