Advertisement
SentientCIder

Workspace VPC config

Oct 18th, 2020 (edited)
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.17 KB | None | 0 0
  1. aws ds describe-directories
  2. {
  3.             "DirectoryId": "d-9367051171",
  4.             "Size": "Small",
  5.             "DnsIpAddrs": [
  6.                 "10.0.1.209",
  7.                 "10.0.2.58"
  8.             ],
  9.             "Stage": "Active",
  10.             "LaunchTime": "2020-10-11T14:22:31.852000+00:00",
  11.             "StageLastUpdatedDateTime": "2020-10-11T14:26:46.254000+00:00",
  12.             "Type": "SimpleAD",
  13.             "VpcSettings": {
  14.                 "VpcId": "vpc-03c50e72be08ff0d7",
  15.                 "SubnetIds": [
  16.                     "subnet-061dc96059d6dee42",
  17.                     "subnet-07b0cbc262a0bed0e"
  18.                 ],
  19.                 "SecurityGroupId": "sg-01148617bb994dd4b",
  20.                 "AvailabilityZones": [
  21.                     "eu-west-1b",
  22.                     "eu-west-1a"
  23.                 ]
  24.             },
  25.             "SsoEnabled": false,
  26.             "DesiredNumberOfDomainControllers": 0
  27.         }
  28.  
  29. aws workspaces describe-workspace-directories
  30.         {
  31.             "DirectoryId": "d-9367051171",
  32.             "SubnetIds": [
  33.                 "subnet-07b0cbc262a0bed0e",
  34.                 "subnet-01a053436cb3a98fd"
  35.             ],
  36.             "DnsIpAddresses": [
  37.                 "10.0.1.209",
  38.                 "10.0.2.58"
  39.             ],
  40.             "CustomerUserName": "Administrator",
  41.             "IamRoleId": "arn:aws:iam::553577016014:role/workspaces_DefaultRole",
  42.             "DirectoryType": "SIMPLE_AD",
  43.             "WorkspaceSecurityGroupId": "sg-0978692a1c3990fc8",
  44.             "State": "REGISTERED"
  45. {
  46.     "Directories": [
  47.         {
  48.             "DirectoryId": "d-9367051171",
  49.             "Alias": "d-9367051171",
  50.             "SubnetIds": [
  51.                 "subnet-07b0cbc262a0bed0e",
  52.                 "subnet-01a053436cb3a98fd"
  53.             ],
  54.             "DnsIpAddresses": [
  55.                 "10.0.1.209",
  56.                 "10.0.2.58"
  57.             ],
  58.             "CustomerUserName": "Administrator",
  59.             "IamRoleId": "arn:aws:iam::553577016014:role/workspaces_DefaultRole",
  60.             "DirectoryType": "SIMPLE_AD",
  61.             "WorkspaceSecurityGroupId": "sg-0978692a1c3990fc8",
  62.             "State": "REGISTERED",
  63.             ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement