diff options
author | Aaron Ball <nullspoon@oper.io> | 2022-06-16 15:40:39 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2022-06-16 15:40:39 -0600 |
commit | bac3f30d489a8da69fc5f75d616bd00de74a310d (patch) | |
tree | 2d8d0639c6b7559725d44051e791f7a055ba5946 | |
parent | 9c289f14b26136fd9bc4fca2a2114dea3e4ab2c3 (diff) | |
download | resume-bac3f30d489a8da69fc5f75d616bd00de74a310d.tar.gz resume-bac3f30d489a8da69fc5f75d616bd00de74a310d.tar.xz |
Add a few more accomplishments to DataRobot
-rw-r--r-- | resume.md | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -55,11 +55,18 @@ Senior Software Engineer infrastructure to support development, testing, engineering productivity, security, and cloud operations teams. -* Scripting in Python, Bash, and Makefile to automate processes +* Scripting in Python, Bash, C, and Makefile to automate processes * Worked with Jenkins, Ansible, Packer, and Terraform to automate system build processes (AWS AMIs, KVM backing disks, laptop provisioning) +* Reduced costs significantly by automating S3 artifact and EBS snapshot + cleanup. + +* Completley eliminated cross availability zone traffic costs for Jenkins and + Artifactory by building a simple solution which pinned traffic to the + Artifactory cluster instance within the local availability zone. + * Automated cost metrics gathering and analysis of GitHub traffic to determine causes of increased costs and worked with developers to reduce those costs through on-system caching, sparse clones, and on-premise LFS hosting. @@ -67,7 +74,7 @@ Senior Software Engineer * Fully migrated a three node Artifactory cluster from EC2 to Kubernetes using Kustomize to manage and automate multiple environments for testing and release. Upgrades and maintenance now occur at any time during the day with - no downtime for end users. + no downtime for end users due to custom connection draining automation. * Migrated all Terraform Kubernetes code away from Terraform and into Kubernetes native to improve reliability and state management. |