Deploy a Windows Instance in Oracle Cloud Infrastructure: Difference between revisions

From Iwan
Jump to: navigation, search
(Created page with " # Deploy a Windows Instance in Oracle Cloud Infrastructure = Introduction = In this tutorial, we will deploy a Windows Instance (hop on machine, OCI Bastion host) in Oracle Cloud Infrastructure (OCI) which can be used as the first point of entry into your OCI environment and can be used to connect to other private instances inside your OCI environment or for testing purposes. 800px The following image illustrates how the environment will look l...")
 
(Replaced content with "TBD")
Tag: Replaced
Line 1: Line 1:
 
TBD
# Deploy a Windows Instance in Oracle Cloud Infrastructure
 
= Introduction =
 
In this tutorial, we will deploy a Windows Instance (hop on machine, OCI Bastion host) in Oracle Cloud Infrastructure (OCI) which can be used as the first point of entry into your OCI environment and can be used to connect to other private instances inside your OCI environment or for testing purposes.
 
[[File:profile..jpg|800px]]
 
The following image illustrates how the environment will look like when we finish with the deployment and configuration.
 
[[File:c16bd81ecc28fcf804a3a6bc9d0d9668.png|800px]]
 
== Objective ==
 
- Deploy a Windows instance in OCI. We will make the necessary infrastructure changes on the VCN like allowing the RDP port on the security list and adding a default route towards the internet gateway.
 
== Prerequisites ==
 
- VCN, a public subnet, and internet gateway.
  - See [[this tutorial-CHANGE LINK]] to create the VCNs, public subnet and internet gateway.
 
= Task 1: Create a Windows Instance =
 
- Create an OCI Compute instances.
 
  1. Click the Oracle Cloud logo to return to the OCI Console homepage.
  2. Click '''Instances''' or click hamburger menu and then navigate to '''Compute''', '''Instances'''.
 
  [[File:c5e1fca8397689322d9e570038e51f51.png|800px]]
 
- Click '''Create Instance'''.
 
  [[File:0d4c7183987083729c6923f599de36f0.png|800px]]
 
  1. Enter the '''name''' of instance.
  2. Scroll down.
 
  [[File:04f910a33ff10556647c9337f066db95.png|800px]]
 
- Click '''Change Image''' to change from the default Oracle Linux 8 Image to a Windows Image.
 
  [[File:b9de89cbdd403ca69f743af0f0bdb9ca.png|800px]]
 
  1. In the '''Select an Image''' page, select '''Windows'''.
  2. Scroll down.
 
  [[File:b6c8c289f481c79f823e3cfc5181db14.png|800px]]
 
  1. Select '''Windows Server 2022 Standard'''.
  2. Select '''I have reviewed and accept the following documents'''.
  3. Click '''Select Image'''.
 
  [[File:73ce6de3f1468447b148ecfdfe052da2.png|800px]]
 
  1. Notice that the '''Windows Server 2022 Standard''' Image is selected.
  2. Scroll down.
 
  [[File:087f0b14faaf97230fca2cc0f8487f11.png|800px]]
 
  1. Select the '''VCN''' that you want to attach to the instance.
  2. Select a '''Subnet'''.
  3. Scroll down.
 
  [[File:51edd34975005a07e8f818a28f2a5850.png|800px]]
 
- Scroll down.
 
  [[File:55e2d078e30512d205af52ba24d9e00d.png|800px]]
 
  [[File:ce7161b97f7a5115adc91000eec869a7.png|800px]]
 
- Click '''Create''' to create the instance.
 
  [[File:8991a6e7632f0c90d0b7a34cd8f35fc2.png|800px]]
 
- Notice that the status of the instance is '''PROVISIONING'''.
 
  [[File:68c95980d05d3fe94021b6f2d9fe4ec2.png|800px]]
 
  1. After a few minutes, the status is changed to '''RUNNING'''.
  2. Note your '''Public IP address''' and your login credentials. You will need this in the later task when you try to log in to the instance.
 
  [[File:af3c682920ec25ae6ba68fad2272b4d6.png|800px]]
 
- The following image illustrates the visual representation of what we have created.
 
  [[File:d776a4edd6be0208141e04b99f746ee4.png|800px]]
 
= Task 2: Allow TCP/`3389` Port on the Security List =
 
We need to allow the TCP/`3389` Microsoft Remote Desktop Protocol (RDP) port on the security list that is currently attached to the VCN that includes your new Windows instance.
 
- Add ingress rules.
 
  1. Click the hamburger menu (≡) in the OCI Console.
 
  2. Click '''Virtual cloud networks'''.
 
  [[File:bfbf9ebc41a70f2ae52213091e40cb3d.png|800px]]
 
- Click the VCN that includes your instance. In this tutorial, it is `HUB-VCN`.
 
  [[File:d6315b3654dd2b6dbe4e136691ccac21.png|800px]]
 
  1. Scroll down.
  2. Click '''Security Lists'''.
  3. Click the '''Default Security List for HUB-VCN''' for the VCN.
 
  [[File:9544779687129ea524ed4d85320c4b81.png|800px]]
 
- Click '''Add Ingress Rules'''.
 
  [[File:a4c088f501942467d43f57a1f19fbddf.png|800px]]
 
- Enter the following information.
 
  1. '''Source:''' Enter '''CIDR'''.
  2. '''Source CIDR:''' Enter `0.0.0.0/0`.
  3. '''IP Protocol:''' Enter '''TCP'''.
  4. '''Destination Port Range:''' Enter `3389`.
  5. Click '''Add Ingress Rules'''.
 
  [[File:2367f6da34776579a88e9c9cb047b98e.png|800px]]
 
- Notice that the security rule is added to allow the TCP/`3389` port on the security list that is attached to VCN. This will allow you to set up an RDP connection from the internet towards this new Windows instance.
 
  [[File:8c814ee3cd15a1e7c48e23e46a795ccd.png|800px]]
 
- The following image illustrates the visual representation of what we have created.
 
  [[File:6e3c61832b4c8306192400ffb6184871.png|800px]]
 
= Task 3: Add a Default Route towards the Internet Gateway =
 
A public subnet and the VCN is not routing traffic to the internet. So you need to make sure that a route is present to route all traffic from the public subnet to the internet gateway.
 
- Go to '''Networking''' and '''Virtual Cloud networks'''.
 
- Click the VCN that includes your instance. In this tutorial, it is `HUB-VCN`.
 
  [[File:b05f5d56073d6b25512b47fe0899f193.png|800px]]
 
  1. Click '''Route Tables'''.
  2. Click the '''Default Route Table''' for the VCN.
 
  [[File:1047d280cc507c36b84631b2b3306777.png|800px]]
 
- Click '''Add Route Rules'''.
 
  [[File:5a9f604f0c320bf628196b9cdd2be52a.png|800px]]
 
- Enter the following information.
 
  1. '''Target Type:''' Enter '''Internet Gateway'''.
  2. '''Destination CIDR Block:''' Enter `0.0.0.0/0`.
  3. '''Target Internet Gateway:''' For this tutorial, it is `hub-internet-gw`.
  4. Click '''Add Route Rules'''.
 
  [[File:35706250d8845b1627c1d6be811c4908.png|800px]]
 
- Notice that the default route towards the internet gateway is added.
 
  [[File:af3113f2d925a756ecd273322527ed2f.png|800px]]
 
{{note|The route tables you configured at the VCN level are attached to a subnet. By default the VCN has the default route table and that the '''Default Route Table''' is associated with all the subnets. As this is also the case for your public subnet, instances attached to the public subnet will know how to route traffic towards the internet.
note}}
 
- The following image illustrates visual representation of what we have created. Notice that the colors of the routing table match the association of the subnets (The orange blocks with "RT").
 
  [[File:3c76ff2c4145395db42a96d0bffa983e.png|800px]]
 
= Task 4: Connect to the Windows Instance using Microsoft Remote Desktop Protocol (RDP) =
 
We have done instance creation, allowed TCP/`3389` port to the security list, and configured routing towards the internet. Now, we can connect to the Windows instance from the internet.
 
In this tutorial, we are using an application called Royal TSX for the connection but you can use any RDP client.
 
- In the '''Remote Desktop Connection Settings''' page, enter the following information.
 
  1. Enter '''Display Name'''.
  2. In '''Computer Name''', enter the IP address of the Windows instance created in Task 1.
  3. In '''Port''', specify the RDP port.
  4. Click '''Credentials'''.
 
  [[File:8720e223c7ecd83c003fd44a1084db49.png|800px]]
 
  1. Select '''Specify username and passwords'''.
  2. Enter '''Username''' created in the Task 1.
  3. Enter '''Password''' create in the Task 1.
  4. Click '''Apply & Close''' to save the session.
 
    [[File:186d941fa8f22db9688702eb515bbf90.png|800px]]
 
- Double-click on the saved session to connect to the Windows instance. When you can successfully connect you will get a prompt to change your initial password.
 
- Click '''OK'''.
 
  [[File:290fe77897c9f1efd176442c356aeaca.png|800px]]
 
  1. Enter old password.
  2. Enter new password.
  3. Enter new password again.
  4. Click right arrow (→).
 
    [[File:8db6e19e3d3d04b3ea31c88502865529.png|800px]]
 
- When you change your password successfully, click '''OK'''.
 
  [[File:2e22a3f19098abc29155cb86c37d3615.png|800px]]
 
- Click '''Yes'''.
 
  [[File:7870e00b5d97f6d7441e8f9e1a713b23.png|800px]]
 
- Now, you can use your new Windows instance as your first point of entry into your OCI environment and use it to connect to other private instances inside your OCI environment, or for testing purposes.
 
  [[File:d07b3061be028642729421453e19b618.png|800px]]
 
- The following image illustrates the visual representation of what we have created so far.
 
  [[File:0bfc3be8e78d51ca1b0eddaebe465445.png|800px]]

Revision as of 15:58, 7 June 2024

TBD