-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from awslabs/ecs
Ecs
- Loading branch information
Showing
5 changed files
with
36 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ resources/ | |
node_modules/ | ||
**/cdk.out/* | ||
*~ | ||
.idea/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: "Prerequisites" | ||
weight: 3 | ||
--- | ||
|
||
To run through this workshop we expect you to have some familiarity with [Docker](www.docker.com), AWS, any container orchestration tools such as [Amazon Elastic Container Service (ECS)](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/Welcome.html), [Amazon Elastic Kubernetes Service (EKS)](https://aws.amazon.com/eks/), [Kubernetes](https://kubernetes.io/), etc. During the workshop you will be using [AWS Cloud9](https://aws.amazon.com/cloud9/) editor and terminal to run [AWS CLI](https://aws.amazon.com/cli/) commands. Use the AWS Region that is specified by the facilitator when running this workshop at AWS hosted event. You may use any AWS Region while running it self-paced mode on your own AWS account. | ||
|
||
## Conventions: | ||
|
||
Throughout this workshop, we provide commands for you to run in the terminal. These commands will look like this: | ||
|
||
<pre> | ||
$ ssh -i PRIVATE_KEY.PEM ec2-user@EC2_PUBLIC_DNS_NAME | ||
</pre> | ||
|
||
The command starts after `$`. Words that are ***UPPER_ITALIC_BOLD*** indicate a value that is unique to your environment. For example, the ***PRIVATE\_KEY.PEM*** refers to the private key of an SSH key pair that you've created, and the ***EC2\_PUBLIC\_DNS\_NAME*** is a value that is specific to an EC2 instance launched in your account. | ||
|
||
## General requirements and notes: | ||
|
||
1. This workshop is self-paced. The instructions will walk you through achieving the workshop’s goal using the AWS Management Console. | ||
|
||
2. While the workshop provides step by step instructions, *please do take a moment to look around and understand what is happening at each step* as this will enhance your learning experience. The workshop is meant as a getting started guide, but you will learn the most by digesting each of the steps and thinking about how they would apply in your own environment and in your own organization. You can even consider experimenting with the steps to challenge yourself. | ||
|
28 changes: 0 additions & 28 deletions
28
content/ecs-spot-capacity-providers/prerequisites/_index.md
This file was deleted.
Oops, something went wrong.
50 changes: 0 additions & 50 deletions
50
workshops/ecs-spot-capacity-providers/launch-template-data.1.json
This file was deleted.
Oops, something went wrong.