Skip to main content

SYS.ORGANIZATION.CLOUDS

The sys.organization.clouds table contains metadata for clouds in an organization.

Syntax
SELECT *
FROM sys.organization.clouds

Example Output

cloud_idcloud_namevendor_namevendor_regioncloud_credentialssecurity_groupssubnetsowner_idowner_typeprivate_endpoints
86a618fb-eadc-4ee2-9887-c1f7c6946e80DefaultAWSUS_EAST_2IAM Role : arn:aws:iam::429842927767:role/DremioIAMCloudComputeRole-DN000A0CBBB0sg-42qnv9en46zvg2wrysubnet-905cdfdeee9cd38d-fcce-4359-a394-576ee28cc6e3USERvpce-3tw0dmdw2upi80r67
e6a22c9a-926d-2c6e-012c-7203463e4d10Azure EastAzureEAST_USClient ID : fc54eb9c-f887-4072-9386-aa012e1976e7dremiocloudnsgdefault604c7cbc-3fb1-4741-922e-4375834052f1USER/subscriptions/53df6dae-acfe-4940-9cd1-7a1fc7830167/resourcegroups/dremiocloud/providers/microsoft.network/privateendpoints/dremioprivatelink
985f816f-c6f0-4855-82e3-3730242082cbCloud EastAWSUS_EAST_2Access Key : AKIAVU3OM8A8NJI88HUXsg-423ip5m5lu6v1129tsubnet-81z459z592a283d2-d792-4f39-989c-3e7eb960e273USERvpce-8eg0tfe3474gu1ch3
216db74a-fc76-45cc-a433-1c8519baf69eAzure CentralAzureCENTRAL_USClient ID : 04a296d2-ab7f-4672-89fa-17ec449395aasubnet1af1fedf94-e8c1-46f2-a06a-885f22b1ab31USER
7f6a818e-c9a4-4f1c-8935-2973615833c2AWS WestAWSUS_WEST_2IAM Role : arn:aws:iam::680039777323:role/DremioIAMCloudComputeRole-DN140B0WEDU5sg-125rqcqn2v3ec998hsubnet-891abcde5098bbeb-8b50-4f0f-97ad-56dc1c93e7feROLE

Fields

FieldData TypeDescription
cloud_idvarcharThe UUID to identify the cloud.
cloud_namevarcharThe user-defined name for the cloud.
vendor_namevarcharThe name of the cloud provider where the Dremio engines are running.
vendor_regionvarcharThe region for which the cloud is configured.
cloud_credentialsvarcharThe role or access key ID used to configure the cloud.
security_groupsvarcharThe list of security groups associated with the cloud.
subnetsvarcharThe list of subnets that engines associated with this cloud could be spun up in.
owner_idvarcharThe UUID for the owner (user or role) of the cloud. This UUID corresponds to the id in the users or roles table.
owner_typevarcharThe type of owner of the cloud.
Enum: USER, ROLE
private_endpointsvarcharThe AWS VPC Endpoint or the Azure Private Endpoint associated with this cloud.