동적 그룹 만들기
All {resource.type = 'desktoppool', resource.compartment.id = '구획 OCID'}
**//루트 구획 정책**
Allow dynamic-group dg-secure-desktop to {DOMAIN_INSPECT} in tenancy
Allow dynamic-group dg-secure-desktop to inspect users in tenancy
Allow dynamic-group dg-secure-desktop to inspect compartments in tenancy
Allow dynamic-group dg-secure-desktop to use tag-namespaces in tenancy
Allow dynamic-group dg-secure-desktop to use virtual-network-family in compartment secure-desktop
Allow dynamic-group dg-secure-desktop to {VCN_ATTACH, VCN_DETACH} in compartment secure-desktop
**//secure-desktop 구획 정책**
Allow dynamic-group dg-secure-desktop to manage virtual-network-family in compartment secure-desktop
Allow dynamic-group dg-secure-desktop to read instance-images in compartment secure-desktop
Allow dynamic-group dg-secure-desktop to manage instance-family in compartment secure-desktop
Allow dynamic-group dg-secure-desktop to manage volume-family in compartment secure-desktop
Allow dynamic-group dg-secure-desktop to manage dedicated-vm-hosts in compartment secure-desktop
Allow dynamic-group dg-secure-desktop to manage orm-family in compartment secure-desktop
Allow dynamic-group dg-secure-desktop to {VNIC_CREATE, VNIC_DELETE} in compartment secure-desktop
Allow dynamic-group dg-secure-desktop to manage instance-configurations in compartment secure-desktop
위 선택 후 이미지를 임포트 클릭하면 해당 이미지 임포트를 진행하게 됩니다. 아래 임포트가 완료된 이미지는 아래와 같이 추가 Tag 입력해야 Secure Desktops 에서 사용 할 수 있습니다. 아래 Tag 중에서 oci:desktops:is_desktop_image , oci:desktops:image_os_type 를
선택합니다. 해당 Tag 는 필수 값 입니다. **
Tag Key | Tag Value | Description | |
---|---|---|---|
oci:desktops:is_desktop_image | true | Enables the image to be used by Secure Desktops to provision desktops. This tag is required. | |
oci:desktops:image_os_type | Oracle Linux | Windows | Specifies the operating system type for the image. This tag is required. |
oci:desktops:image_version | Specifies a meaningful image | ||
oci:desktops:dedicated_host_shape | Specifies a specific | ||
oci:desktops:use_dedicated_host | false | Disables DVH provisioning for Windows 10/11 desktops. This is an option if your license agreement allows virtualizing Windows 10/11 desktops in a cloud environment. This tag is optional. | |
oci:desktops:is_auth | false | Enables automatic provisioning of the default desktop user account and uses it by default. This is the default value for this tag. This tag is optional. | |
true | Disables automatic provisioning of the default desktop user account. Instead, defer to the image’s authentication scheme.Use this tag if you want to specify your own user accounts integrated with Active Directory or another directory service using LDAP. See User Accounts. This tag is optional. |
https://published.desktops.<region-id>.oci.oraclecloud.com/client
//출처 : https://docs.oracle.com/en-us/iaas/secure-desktops/access-desktops-interface.htm#access-desktops-interface
이렇게 Secure Desktops 관해서 알아 보았습니다. 윈도우 환경에서의 테스트는 라이센스 정책의 종류에 따라 다름을 다시 이야기 드리며, 마무리 하겠습니다.
윈도우 10, 11의 경우, 라이센스를 가지고 있는 경우, OCI에서 사용하기 위해서 패키지 및 이미지 빌더를 통해서 Secure Desktops 맞게 수정해야 합니다. 아래 링크를 통해서 필요한 정보를 확인해 주세요.
https://www.youtube.com/watch?v=QumOEIf0R3w
이 글은 개인적으로 얻은 지식과 경험을 작성한 글로 내용에 오류가 있을 수 있습니다. 또한 글 속의 의견은 개인적인 의견으로 특정 회사를 대변하지 않습니다.
Kisu Kim INFRASTRUCTURE
oci compute secure desktops