From f7fa272bc43d022def38c57ebccb29369dec8d54 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 7 Oct 2022 08:05:57 -0500 Subject: [PATCH] cv: Add recent FireMon projects --- content/cv/_index.md | 12 ++++++++---- content/cv/firemon.md | 31 +++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+), 4 deletions(-) diff --git a/content/cv/_index.md b/content/cv/_index.md index 4d4f201..62031f5 100644 --- a/content/cv/_index.md +++ b/content/cv/_index.md @@ -89,13 +89,17 @@ Awards and Scholarships: ## Cloud & PaaS/IaaS * Amazon Web Services - * IAM Roles, Policies - * EC2 Instances - * EBS Volumes, Snapshots * Amazon Machine Images + * CloudFront + * EBS Volumes, Snapshots + * EC2 Instances + * Elastic Beanstalk * Elastic File System - * S3 Buckets, Policies, ACLs + * Elastic Kubernetes Service + * IAM Roles, Policies + * S3 Buckets, Policies, ACLs * Virtual Private Cloud + * Web Application Firewall * Microsoft Azure * Resource Groups * Virtual Machines diff --git a/content/cv/firemon.md b/content/cv/firemon.md index 8153e77..1afb70b 100644 --- a/content/cv/firemon.md +++ b/content/cv/firemon.md @@ -42,6 +42,7 @@ from a single server to massive multi-node ecosystems. over UDP, TCP, or TCP+TLS * Configures *tmux* to automatically launch at user login + ## Deployment and Maintenance Tools * Python software for configuring and managing machines running FireMon @@ -68,6 +69,7 @@ from a single server to massive multi-node ecosystems. * Distribution included Ansible for configuration management * systemd units for controlling FireMon application services + ## Generation III Platform * Based on CentOS 7, later CentOS 8 (Stream) @@ -78,6 +80,26 @@ from a single server to massive multi-node ecosystems. * Custom SELinux policy to confine FireMon software +## Cloud-Hosted Public Services + +* FMOS Support File Upload Service + * Deployed in AWS EC2 using Elastic Beanstalk + * HTTP API for resumable file uploads using a content-addressable chunked + data storage system + * Allows FireMon customers to easily upload FMOS diagnostic packages to + FireMon support for analysis +* FMOS News Service + * Deployed in AWS EC2 using Elastic Beanstalk + * HTTP API for providing important notifications (e.g. release announcements, + vulnerability disclosures, etc.) to FireMon customers through the FMOS + command-line interface +* Victoria Metrics + * Deployed to AWS EC2 using Terraform + * Clustered deployment to facilitate scalability and reliability + * Receives Prometheus metrics (via remote write protocol) from FMOS instances + deployed at customer sites and in the cloud + + # DevOps Team Lead * Exclusively managed all resources using Ansible configuration management @@ -164,6 +186,15 @@ from a single server to massive multi-node ecosystems. * Written in Rust +## Environment Launcher + +* Internal application that allows FireMon employees to launch FireMon SIP + environments quickly, as containers running in Kubernetes +* Allows users to choose specific feature branches of each front-end and + back-end component, to facilitate testing of work in progress +* Written in Rust, using the Rocket web framework + + # FireMon-as-a-Service * Cloud-hosted FireMon software deployment