[2024] Configure Secure RDP using a Windows Bastion Host: Challenge Lab || #qwiklabs || #GSP303

[2024] Configure Secure RDP using a Windows Bastion Host: Challenge Lab || #qwiklabs || #GSP303

My Qwiklab

54 года назад

109 Просмотров

[2024] Configure Secure RDP using a Windows Bastion Host: Challenge Lab || #qwiklabs || #GSP303

=========================================================================================================================

export ZONE=

export REGION=${ZONE%-*}
gcloud compute networks create securenetwork --subnet-mode custom
gcloud compute networks subnets create securenetwork-subnet --network=securenetwork --region $REGION --range=192.168.16.0/20
gcloud compute firewall-rules create rdp-ingress-fw-rule --allow=tcp:3389 --source-ranges 0.0.0.0/0 --target-tags allow-rdp-traffic --network securenetwork
gcloud compute instances create vm-bastionhost --zone=$ZONE --machine-type=e2-medium --network-interface=subnet=securenetwork-subnet --network-interface=subnet=default,no-address --tags=allow-rdp-traffic --image=projects/windows-cloud/global/images/windows-server-2016-dc-v20220513
gcloud compute instances create vm-securehost --zone=$ZONE --machine-type=e2-medium --network-interface=subnet=securenetwork-subnet,no-address --network-interface=subnet=default,no-address --tags=allow-rdp-traffic --image=projects/windows-cloud/global/images/windows-server-2016-dc-v20220513

=========================================================================================================================

#Arcade_Facilitator
#ArcadeGoogleCloud
#Lean_to_earn
#GoogleCloudReady
#30DaysOfGoogleCloud
#Qwiklabs
#googlecloud
#Arcade
#Halloween_Challenge

Тэги:

#configure_secure_rdp_using_a_windows_bastion_host:_challenge_lab #configure_secure_rdp_using_a_windows_bastion_host_challenge_lab #configure_secure_rdp_using_a_windows_bastion_host #configure_secure_rdp_using_a_windows_bastion_host:_challenge_lab_solution #configure_secure_rdp_using_a_windows_bastion_host_challenge_lab_solution #halloween_2022_challenge #halloween_challenge #challenge_lab_:_qwiklabs #qwiklabs_google_cloud_challenge #google_cloud_qwiklabs_challenge
Ссылки и html тэги не поддерживаются


Комментарии: