Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

7 total results found

Staging Environment

Tech Team Projects

The blueprint staging environment serves two primary purposes. Hosting the staging environments for our project teams Hosting the infrastructure powering blueprint internal operations Currently the staging environment is hosted on one singular machine s...

Kubernetes

Tech Team Projects

For the fall 2024 semester, we are planning on launching our internal k8s platform to run the things that we're currently running on docker compose. Although using kubernetes at our current scale is probably not the greatest idea in terms of maintainability, ...

Apr 16 Meeting Minutes

Tech Team Meetings

Starting time: Started 1730 Attendance: Ezri, Eric, Terrence, Audrey Kyle absent due to school trip Scribe: Ezri Christopher Engelbart I finalized the script and (I think) made the necessary changes in docker-compose.yaml. I’ve tested the SQL script i...

Intro

AWS

Think of Amazon Web Services (AWS) like a massive digital warehouse full of building blocks for creating technology projects. Just like you might rent an apartment instead of buying a house, AWS lets you rent computing resources instead of buying physical serv...

EC2

AWS

Imagine your laptop or desktop computer - it has a processor, memory (RAM), storage, and an operating system. An EC2 instance is very similar, but it exists in AWS's data centers instead of physically sitting on your desk. Here's how it relates to what you alr...

Security Groups and SSH keys

AWS

Security Groups (The Firewall): Think of a security group like a bouncer at a club who checks IDs. It controls what traffic can reach your EC2 instance and what traffic can leave it. For example: Want to allow SSH access (so you can connect to your instanc...

VPC

AWS

A VPC is like having your own private section of AWS's cloud, similar to having your own isolated network. Think of it like a university campus: Main VPC Concepts: It's your private network in the cloud You control the IP address range (like 10.0.0.0/16) ...