Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Commit

Permalink
html page edits
Browse files Browse the repository at this point in the history
  • Loading branch information
tabern committed Apr 2, 2018
1 parent fbeda60 commit 898c3a6
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
28 changes: 18 additions & 10 deletions index.html
Expand Up @@ -8,24 +8,32 @@

<body>
<textarea theme="cerulean" style="display:none;">

![Interstella Splash](images/splash.png)

## Welcome!
Welcome to the Interstella Galactic Trading Company team! Interstella GTC is an intergalactic trading company that deals in rare resources. Business is booming, but we're struggling to keep up with orders mainly due to our legacy logistics platform. We heard about the benefits of containers and very much want to head in that direction. Can you help us get there?
Welcome to the Interstella Intergalactic Trading Company team.

Interstella is an trading company specializing in inter-system exchange of rare minerals and other goods. Several wise acquisitions made before the Great Ravine have given us unrestricted access on mining in several systems and business is booming.

But our logistics platform wasn't built to handle this load and we're at risk of losing our trade routes. Our engineers have suggested we look at using modern application architectures, containers, and devops, but they don't know anything about implementing them. Can you help us update our logistics platform and become the largest trading consortium in the galaxy?

## Interstella GTC Workshops and Updates

This is a workshop series designed as a learning path starting with introductory Docker concepts to advanced container operations. The workshops are based on [Amazon Elastic Container Service (ECS)](https://aws.amazon.com/ecs/) and [Amazon Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/) to help you get familiar with AWS container offerings.
This is a workshop series designed as a learning path starting with introductory Docker concepts to advanced container operations. The workshops are based on [Amazon Elastic Container Service (ECS)](https://aws.amazon.com/ecs/) and [Amazon Elastic Container Registry (ECR)](https://aws.amazon.com/ecr/) to help you get familiar with AWS container offerings.

re:Invent featured a (4) part series:
<h2 There are two ways to enjoy interstella:</h2>
<b>Monolith to Microservices (Fast Labs)</b>
1. Monolith to Microservices with AWS Fargate <i>coming soon!</i>
2. <a href="https://github.com/tabern/amazon-ecs-interstella-workshop/tree/master/workshop-microservices">Monolith to Microservices with EC2</a>

1. Learn How to Use Docker on AWS
2. Monolith to Microservices with Amazon ECS
3. CICD for Containers on AWS
4. Advanced Microservice Operations
<b>Complete Path (Original Labs)</b>
1. <a href="https://github.com/tabern/amazon-ecs-interstella-workshop/tree/master/workshop1">Learn how to Use Docker on AWS (Introductory)</a>
2. <a href="https://github.com/tabern/amazon-ecs-interstella-workshop/tree/master/workshop2">Monolith to Microservices with Amazon ECS (Intermediate)</a>
3. <a href="https://github.com/tabern/amazon-ecs-interstella-workshop/tree/master/workshop3">CI/CD for Containers on AWS (Intermediate/Advanced</a>
4. <a href="https://github.com/tabern/amazon-ecs-interstella-workshop/tree/master/workshop4">Advanced Microservices Operations: Load testing, Monitoring, Service Mesh (Advanced)</a>

We're still going through feedback and making design decisions how to best offer this curriculum to folks in 2018. Stay tuned as we release more updates, which hopefully will include new features and functionality such as [AWS Cloud9](https://aws.amazon.com/cloud9/) and [AWS Fargate](https://aws.amazon.com/fargate/). This page is the best place for up to date information about the series.
We're still going through feedback and making design decisions how to best offer this curriculum to folks in 2018. Stay tuned as we release more updates, which hopefully will include new features and functionality such as [AWS Cloud9](https://aws.amazon.com/cloud9/) and [AWS Fargate](https://aws.amazon.com/fargate/). This page is the best place for up to date information about the series.

Thanks as always for your support and interest. If you have ideas for new modules or have requests/feedback, please send us a note!

Expand All @@ -45,4 +53,4 @@
</textarea>
<script src="js/strapdown/strapdown.js"></script>
</body>
</html>
</html>
6 changes: 4 additions & 2 deletions workshop-microservices/readme.md
Expand Up @@ -2,9 +2,11 @@

## Overview:

Welcome to the Interstella Galactic Trading Company (GTC) team! [Interstella GTC](https://interstella.trade/) is an intergalactic trading company that deals in rare resources. Business is booming, but we're struggling to keep up with orders mainly due to our legacy logistics platform. We heard about the benefits of microservices implemented as containers and feel it would be a good fit for our business.
Welcome to the Interstella Intergalactic Trading Company team.

The concept of decoupling functions of a large codebase into separate discrete processes may sound complicated and arduous, but the benefits are appealing. Microservices will allow us to scale processes independently, adopt multiple programming languages within a single application, and make it easier to push code changes. Our dev team reviewed the logistics platform code and determined that we could decouple our logistics platform to individual services for fulfilling resource orders. Can you help us get there?
Interstella is an trading company specializing in inter-system exchange of rare minerals and other goods. Several wise acquisitions made before the Great Ravine have given us unrestricted access on mining in several systems and business is booming.

But our logistics platform wasn't built to handle this load and we're at risk of losing our trade routes. Our engineers have suggested we look at using modern application architectures, containers, and devops, but they don't know anything about implementing them. Can you help us update our logistics platform and become the largest trading consortium in the galaxy?

### Requirements:

Expand Down

0 comments on commit 898c3a6

Please sign in to comment.