Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
xingdu1991 committed Mar 26, 2020
1 parent 2f583ff commit 7c1f286
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions sfcce.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

### Contributions

- Work at the infrastructure team that builds and operates large-scale recommendation system, which supports over 700 business and over 2000 websites, using Python, Node.js, Cassandra, AWS, Terraform, Docker and Kubernetes.
- Developed a tool that enables data scientist to test recommendation strategies directly with real-time recommendation service, by creating or updating containerized data science models onto AWS ECR; Implemented server-side to handle HTTP request from realtime service to model containers.
- Deployed model containers on AWS EKS cluster using Terraform, Kubernetes and Helm: Created deployment and service for model containers managed in pods; Configured routing to the corresponding service with ingress controller; Applied network policy to prevent unwanted traffic from model container pods into database.
- Created a new strategy to bundle EC2 target groups that speed up code deployment for realtime recommendation web service by more than 50%; Refactored existing Infrastructure as Code by migrating bash script to Terraform.
- Work at the infrastructure team that builds and operates a large-scale recommendation system, which supports over 700 businesses and over 2000 websites, using Python, Node.js, Cassandra, AWS, Terraform, Docker and Kubernetes.
 - Developed a tool that enables data scientists to test recommendation strategies directly with real-time recommendation service, by creating or updating containerized data science models onto AWS ECR; Implemented server-side to handle HTTP requests from realtime service to model containers.
 - Deployed model containers on AWS EKS cluster using Terraform, Kubernetes and Helm: Created deployment and service for model containers managed in pods; Configured routing to the corresponding service with ingress controller; Applied network policy to prevent unwanted traffic from model container pods into the database.
 - Created a new strategy to bundle EC2 target groups that speed up code deployment for realtime recommendation web service by more than 50%; Refactored existing Infrastructure as Code by migrating bash script to Terraform.

### Technologies
- Docker
Expand Down
4 changes: 2 additions & 2 deletions sfsce.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

### Contributions

- Manage and provision data center through Infrastructure as Code (IaC) using HashiCorp tech stack (Terraform, Nomad, Consul, Vault, Packer) and AWS; Troubleshoot with ACL system reset and Nomad outage recovery; Carry out hotfix to enable service access by modifying inbound rules for ELB security group.
- Manage and provision data center through Infrastructure as Code (IaC) using HashiCorp tech stack (Terraform, Nomad, Consul, Vault, Packer) and AWS; Troubleshoot with ACL system reset and Nomad outage recovery; Carry out a hotfix to enable service access by modifying inbound rules for ELB security group.

- Implement a feature by Terraform that enables least privileged access control for non-technical personel to access billing information accross multiple AWS environments. Create automated script that tag EC2 root device volume and bake into AMI image with Packer, to better
- Implement a feature by Terraform that enables the least privileged access control for non-technical personnel to access billing information across multiple AWS environments. Create an automated script that tags EC2 root device volume and bake into AMI image for EBS volume using HashiCorp Packer, to better track EBS usage and cost by Metadata tags. 

### Technologies
- Nomad
Expand Down

0 comments on commit 7c1f286

Please sign in to comment.