Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/BIZDEV-26 | leverage business content updated #61

Merged
merged 3 commits into from
Feb 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/images/illustrations/home-section-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 13 additions & 1 deletion docs/assets/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
--md-typeset-a-color: var(--md-primary-fg-color--light);
}

/*markdown and image alignment
/*
markdown and image alignment
ALT tag and a CSS selector on the alt tag
*/
img[src*='#left'] {
Expand All @@ -32,4 +33,15 @@ img[src*='#right'] {
img[src*='#center'] {
display: block;
margin: auto;
}

/*
Tables set to 100% width
*/
.md-typeset__table {
min-width: 100%;
}

.md-typeset table:not([class]) {
display: table;
}
9 changes: 6 additions & 3 deletions docs/work-with-us/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Work with us

## Leverage Collaboration Methodology
Our customer collaboration methodology
![code-library](../assets/images/diagrams/ref-architecture-collab-methodology.png "Leverage"){: style="width:1200px"}

## Customers collaboration methodology
![leverage-worflow](../assets/images/diagrams/ref-architecture-collab-methodology.png "Leverage"){: style="width:1200px"}

## Customer Support workflow
![leverage-support](../assets/images/diagrams/ref-architecture-support.png "Leverage"){: style="width:1200px"}
10 changes: 10 additions & 0 deletions docs/work-with-us/roadmap/cost-optimization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Cost Optimization Roadmap
## Features / Functionalities 💰📊📉

| Category | Tags / Labels | <div style="width:320px">Feature / Functionality</div> | Status | Doc |
| -------------------------------- | --------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------ | --- |
| Cost<br>Optimization<br>(FinOps) | leverage<br>cloud-solutions-architecture<br>documentation | <div style="width:320px">Calculate Cloud provider costs (Cost optimization focus!)</div> | ✅ | ❌ |
| Cost<br>Optimization<br>(FinOps) | leverage<br>cost-optimization<br>billing | <div style="width:320px">AWS billing alarms + AWS Budget (forecasted account cost / RI Coverage) Notifications to Slack</div> | ✅ | ❌ |
| Cost<br>Optimization<br>(FinOps) | leverage<br>cost-optimization<br>cost | <div style="width:320px">Activate AWS Trusted Advisor cost related results</div> | ✅ | ❌ |
| Cost<br>Optimization<br>(FinOps) | leverage<br>cost-optimization<br>lambda-nuke | <div style="width:320px">Setup Lambda nuke to automatically clean up AWS account resources</div> | ✅ | ❌ |
| Cost<br>Optimization<br>(FinOps) | leverage<br>cost-optimization<br>lambda-scheduler | <div style="width:320px">Setup lambda scheduler for stop and start resources on AWS (EC2, ASG & RDS)</div> | ✅ | ❌ |
14 changes: 14 additions & 0 deletions docs/work-with-us/roadmap/demo-apps.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Demo Applications Roadmap
## Features / Functionalities 👨‍💻🃏🕹🎯

| Category | Tags / Labels | <div style="width:320px">Feature / Functionality</div> | Status | Doc |
| --------------------------------------- | --------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- | --- |
| CI/CD Pipeline<br>automation<br>& imple | leverage<br>ci-cd-pipeline<br>docker<br>build | <div style="width:320px">FrontEnd Build (Demo App): set up ECR, create IAM permissions, create pipelines (Jenkins / DroneCI), set up GitHub triggers</div> | 2021 Q2 | ❌ |
| CI/CD Pipeline<br>automation<br>& imple | leverage<br>ci-cd-pipeline<br>deploy | <div style="width:320px">FrontEnd Deploy (Demo App): create pipelines (Jenkins / Spinnaker), set up ECR/Github triggers</div> | 2021 Q2 | ❌ |
| CI/CD Pipeline<br>automation<br>& imple | leverage<br>ci-cd-pipeline<br>docker<br>build | <div style="width:320px">BackEnd Build (Demo App): set up ECR, create IAM permissions, create pipelines (Jenkins / DroneCI), set up GitHub triggers</div> | 2021 Q2 | ❌ |
| CI/CD Pipeline<br>automation<br>& imple | leverage<br>ci-cd-pipeline<br>deploy | <div style="width:320px">BackEnd Deploy (Demo App): create pipelines (Jenkins / Spinnaker), set up ECR triggers</div> | 2021 Q2 | ❌ |
| Testing (QA) | leverage<br>testing<br>ci-cd-pipeline | <div style="width:320px">Unit Testing (Demo App): Dev team needs this to run on a Jenkins/CircleCI/DroneCI/Spinnaker pipeline</div> | 2021 Q2 | ❌ |
| Testing (QA) | leverage<br>testing<br>ci-cd-pipeline | <div style="width:320px">Integration Testing (Demo App): QA team needs automation to run on a Jenkins/Spinnaker pipeline for AWS Cloud QA / Stage envs.</div> | 2021 Q2 | ❌ |
| Testing (QA) | leverage<br>testing<br>ci-cd-pipeline | <div style="width:320px">E2E Functional / Aceptannce (Demo App): QA team needs Smoke tests automation to run on a Jenkins/Spinnaker pipeline for AWS Cloud Stage / Prod envs.</div> | 2021 Q2 | ❌ |
| Testing (QA) | leverage<br>testing<br>ci-cd-pipeline | <div style="width:320px">Static Analysis (Demo App): code complexity, dependency graph, code frequency, contributors, code activity, and so on.</div> | 2021 Q2 | ❌ |
| CI/CD Pipeline<br>automation<br>& imple | leverage<br>ci-cd-pipeline<br>kubernetes<br>pbe | <div style="width:320px">Push Button Environments (Demo App): implement ephemeral environments.</div> | 2021 Q2 | ❌ |
Loading