Champlain College Classes
HomeTech JournalsPersonal ProjectsSysadmin Wiki
SEC-440: Systems Security
SEC-440: Systems Security
  • SEC-440: Systems Security
  • Breakdown
    • Course Overview
  • Labs
    • Project 1 - Network Redundancy
    • Project 2 - Web and Proxy Redundancy
    • Project 3 - Web Application and Database Redundancy
    • Project 4 - AWS
    • Project 5 - Wireguard with AWS
    • Project 6 - Federated Identity
    • Project 7 - Windows Admin Center
    • Project 8 - Kerberos - Deep Dive
  • Notes
    • Page 2
Powered by GitBook
On this page
  • Creating a key pair:
  • Create security groups:
  • Launch an Instance
  • Successful SSH connection
  • Web Server setup in AWS instance
  1. Labs

Project 4 - AWS

PreviousProject 3 - Web Application and Database RedundancyNextProject 5 - Wireguard with AWS

Last updated 1 year ago

Go to the learner lab environment

Start instance

Once the icon goes green click on aws

You will end up here

Creating a key pair:

navigate to the EC2 console

Now navigate to the key pairs under networking & security

Create key pair

Create security groups:

Rule for ssh

Launch an Instance

Successful SSH connection

Web Server setup in AWS instance

Sudo yum install httpd

Sudo nano /var/www/html/index.html

Sudo systemctl restart httpd

Change the security group inbound rules

Connection from lan machine

How to get password for windows instances

Remmina RDP into windows server

How to terminate instances