An open API service indexing awesome lists of open source software.

https://github.com/mullah98/coderco-networking

Networking fundamentals and cloud networking practice from the CoderCo DevOps Academy. Includes notes and the EC2 NGINX server deployment assignment.
https://github.com/mullah98/coderco-networking

cloud-computing ec2-instance networking nginx

Last synced: 6 days ago
JSON representation

Networking fundamentals and cloud networking practice from the CoderCo DevOps Academy. Includes notes and the EC2 NGINX server deployment assignment.

Awesome Lists containing this project

README

          

# CoderCo Networking Module

## Overview
This repository documents my journey through the **Networking Module** at *CoderCo Academy*.
I learned core networking concepts essential for DevOps, including **IP addressing**, **DNS**, **routing**, **firewalls**, **NAT**, and **cloud networking**.

## Skills Learned
- Understanding how data flows across networks (TCP/UDP, ports, protocols)
- Subnetting, CIDR, and IP calculations
- DNS and Domain configuration
- Routing and troubleshooting networks
- EC2 setup with NGINX
- Cloud networking basics (VPCs, subnets, gateways)
- Using network troubleshooting tools: ping, traceroute, nslookup

## Assignments
- **[EC2 Instance Setup](assignment/ec2-nginx-setup.md):** Steps to launch an EC2 instance, configure security groups, link a custom domain, and serve a custom NGINX page.
![Assignment](/screenshots/screenshot-5.png)

## Notes
- **[Networking Notes](notes.md):** Comprehensive notes covering all module topics for reference and study.