https://github.com/culiops/culiops-101
All Youtube content general resources will place here
https://github.com/culiops/culiops-101
aws devops github-actions security sre
Last synced: about 3 hours ago
JSON representation
All Youtube content general resources will place here
- Host: GitHub
- URL: https://github.com/culiops/culiops-101
- Owner: culiops
- License: mit
- Created: 2026-07-05T03:22:22.000Z (4 days ago)
- Default Branch: main
- Last Pushed: 2026-07-05T03:36:09.000Z (4 days ago)
- Last Synced: 2026-07-05T05:12:53.919Z (4 days ago)
- Topics: aws, devops, github-actions, security, sre
- Language: Shell
- Homepage: https://www.culiops.dev/
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CuliOps 101
Companion source code for videos on the **CuliOps** YouTube channel. Each video gets its
own folder, named by release month and topic — clone it, run it, break it, learn.
## Contents
| Folder | Topic | Video |
|---|---|---|
| [`2026-06-docker-to-fargate`](2026-06-docker-to-fargate) | Ship a Docker container to real production on AWS ECS Fargate | CuliOps on YouTube |
## Usage
```bash
git clone https://github.com/culiops/culiops-101.git
cd culiops-101/
# read that folder's README and follow along
```
Every folder has its own README with prerequisites, run steps, and how to clean up.
## Heads up
Some labs create **billable** cloud resources (AWS, etc.). Each lab ships a `cleanup.sh` —
run it when you're done so you don't get a surprise bill. Estimated cost is noted in each
lab's README (usually a few cents if you tear down right away).
## License
See [LICENSE](LICENSE). This code is for learning and reference — use it freely, and you're
responsible for anything you run on your own cloud account.
—
🧑🍳 **CuliOps** — Learn DevOps through real labs.