Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- aws ds describe-directories
- {
- "DirectoryId": "d-9367051171",
- "Size": "Small",
- "DnsIpAddrs": [
- "10.0.1.209",
- "10.0.2.58"
- ],
- "Stage": "Active",
- "LaunchTime": "2020-10-11T14:22:31.852000+00:00",
- "StageLastUpdatedDateTime": "2020-10-11T14:26:46.254000+00:00",
- "Type": "SimpleAD",
- "VpcSettings": {
- "VpcId": "vpc-03c50e72be08ff0d7",
- "SubnetIds": [
- "subnet-061dc96059d6dee42",
- "subnet-07b0cbc262a0bed0e"
- ],
- "SecurityGroupId": "sg-01148617bb994dd4b",
- "AvailabilityZones": [
- "eu-west-1b",
- "eu-west-1a"
- ]
- },
- "SsoEnabled": false,
- "DesiredNumberOfDomainControllers": 0
- }
- aws workspaces describe-workspace-directories
- {
- "DirectoryId": "d-9367051171",
- "SubnetIds": [
- "subnet-07b0cbc262a0bed0e",
- "subnet-01a053436cb3a98fd"
- ],
- "DnsIpAddresses": [
- "10.0.1.209",
- "10.0.2.58"
- ],
- "CustomerUserName": "Administrator",
- "IamRoleId": "arn:aws:iam::553577016014:role/workspaces_DefaultRole",
- "DirectoryType": "SIMPLE_AD",
- "WorkspaceSecurityGroupId": "sg-0978692a1c3990fc8",
- "State": "REGISTERED"
- {
- "Directories": [
- {
- "DirectoryId": "d-9367051171",
- "Alias": "d-9367051171",
- "SubnetIds": [
- "subnet-07b0cbc262a0bed0e",
- "subnet-01a053436cb3a98fd"
- ],
- "DnsIpAddresses": [
- "10.0.1.209",
- "10.0.2.58"
- ],
- "CustomerUserName": "Administrator",
- "IamRoleId": "arn:aws:iam::553577016014:role/workspaces_DefaultRole",
- "DirectoryType": "SIMPLE_AD",
- "WorkspaceSecurityGroupId": "sg-0978692a1c3990fc8",
- "State": "REGISTERED",
- ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement