Advanced Search
Search Results
7 total results found
Staging Environment
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
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
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
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
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
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
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) ...