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.
- Host: GitHub
- URL: https://github.com/mullah98/coderco-networking
- Owner: Mullah98
- Created: 2025-11-06T14:35:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-11-16T15:59:36.000Z (7 months ago)
- Last Synced: 2025-11-16T17:27:30.537Z (7 months ago)
- Topics: cloud-computing, ec2-instance, networking, nginx
- Homepage:
- Size: 170 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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