Skip to content

Instantly share code, notes, and snippets.

@atulkamble
Created September 8, 2023 13:47
Show Gist options
  • Save atulkamble/6e6b609674d121af30da627578c3841e to your computer and use it in GitHub Desktop.
Save atulkamble/6e6b609674d121af30da627578c3841e to your computer and use it in GitHub Desktop.
Welcome file

prequisite

linux, windows 16, 22, 12 server edition

networking - port numbers -- ssh 22 rdp - 3389 http - 80

networking, databases, compute, security - cloud elastic compute cloud - ec2

creaate user account IAM - create group - add user to group

linux instances - ssh windows - rdp

Task 1: Launch ec2 instance - t2 micro - amazon linux 2023 - Step 1) Sign in AWS Step 2) Search EC2 Step 3) Launch instance step 4) Select Amazon Linux 2 Step 5) nework - allow ssh port - 80 step 6) ssh commands from powershell/ terminal

cd Downloads

ssh -i "pem key" username@adress

step 7)

sudo yum update
             ls
             mkdir newfolder
             touch python.py
             sudo yum install tree -y

step 8) exit command - (or directly close) disconnect step 9) Terminate instance****

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment