You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment/aws/django.mdx
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,6 @@ To create a virtual machine in AWS, follow these steps:
58
58
2. Click "Services" on the top left, chose "Compute" then click "EC2".
59
59
3. Click on "Launch instance" button then choose "Launch instance".
60
60
4. Set the name of your VM, choose the AMI or operating system for your machine, and instance type that suit your needs. For this tutorial, we will use Ubuntu 22.04 LTS on `t2.micro` instance.
61
-
5. Select the operating system you want to use in the "Boot disk" section. For this tutorial, we will use Ubuntu 22.04 LTS.
62
61
6. Create new key pair, we will use this key to connect to our instance. Fill in the key pair name and click "Create key pair".
63
62
7. Allow the HTTP and HTTPS traffic in the Network settings.
64
63
8. Leave the rest of the options as they are and click the "Launch instance" button to start creating your virtual machine.
0 commit comments