https://github.com/cadeke/mcr-ccs
Small web project for Cloud Computing Security course.
https://github.com/cadeke/mcr-ccs
ansible azure cloud digitalocean golang iac nginx react wireguard
Last synced: 2 months ago
JSON representation
Small web project for Cloud Computing Security course.
- Host: GitHub
- URL: https://github.com/cadeke/mcr-ccs
- Owner: cadeke
- Created: 2024-11-02T20:31:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T13:22:11.000Z (over 1 year ago)
- Last Synced: 2025-02-15T19:37:28.673Z (over 1 year ago)
- Topics: ansible, azure, cloud, digitalocean, golang, iac, nginx, react, wireguard
- Language: Go
- Homepage:
- Size: 17.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mcr-ccs
## Overview
This repository contains a small web application written in React, a web API written in Go and some Ansible playbooks for configuring the necessary infrastructure.
This project was made for my Cloud Computing Security course in order to get more familiarity with hybrid-cloud setups.
The following schema gives an high-level overview of the setup.

## Description
For this project, the goal was to explore different cloud services and create a suitable setup for the requirements that we were giving. I choose to go the IaaS route, in order to have maximal control and learning experience.
I chose Digital Ocean and Azure as my two providers. The site-to-site VPN connection was setup using two VM's with Wireguard. The Digital Ocean side hosted the backend resources (PaaS database and web API), while the Azure side hosted the frontend and CI/CD resources.
I learned a lot about new technologies that I was previously unfamiliar with, such as NGINX, Ansible and Wireguard. Although this was certainly not the simplest approach for the given requirements, I was happy with the progress I made.
## Future improvements
- [ ] Migrating from Azure DevOps to GitHub Actions
- [ ] Implementing further IaC with Terraform and Ansible
- [ ] Dockerize