This repository has been archived by the owner on Mar 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
index.html
56 lines (39 loc) · 3.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<title>Interstella Galactic Trading Co.</title>
<meta name="description" content="Interstella GTC" />
</head>
<body>
<textarea theme="cerulean" style="display:none;">
![Interstella Splash](images/splash.png)
## Welcome!
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.
<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>
<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.
Thanks as always for your support and interest. If you have ideas for new modules or have requests/feedback, please send us a note!
## Github Details
#### Client Side Application Code
The Interstella app code is up on GitHub: [amazon-ecs-interstella-team GitHub Repo](https://github.com/aws-samples/amazon-ecs-interstella-workshop).
#### Server Side Code
There are server side assets that we are running (e.g. SNS topic, S3, API Gateway, DynamoDB). This is one of the areas we will be working on in preparation for relaunching this workshop series in 2018; the plan is to offer an admin CloudFormation stack which will allow you to run these assets on your own. The server section within the GitHub repo linked above is a work in progress, stay tuned!
## Contact Us
If you have any questions on our workshops or if you have feedback/suggestions, email [aws-interstella-team@amazon.com](mailto:aws-interstella-team@amazon.com). We'll be joining the ECS community Slack group soon. Stay tuned.
## Credits
Markdown rendering by [Strapdown.js](http://strapdownjs.com/)
</textarea>
<script src="js/strapdown/strapdown.js"></script>
</body>
</html>