Skip to content

Commit

Permalink
update slack
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulDuvall committed Dec 18, 2017
1 parent 6ef6b77 commit 104730b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/training-intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h4 class="bg-info secondary-header">Instructor Commands</h4>
<pre>devops-ess-stage</pre> <pre>devops-ess-prod</pre>
<pre>https://s3.amazonaws.com/www.devopsessentialsaws.com/samples/</pre>
<pre>aws cloudformation create-stack --stack-name myteststack --template-body file://simple.yml</pre>
<pre>aws cloudformation create-stack --stack-name myteststack --template-url https://s3.amazonaws.com/www.devopsessentialsaws.com/samples/training/simple.yml</pre>
<pre>aws cloudformation create-stack --stack-name myteststack --template-url https://s3.amazonaws.com/www.devopsessentialsaws.com/samples/training/simple.yml --parameters ParameterKey=EmailAddress,[email protected]</pre>
<pre>cd /home/ec2-user/environment/devops-essentials/samples/training</pre>
<pre>sudo cp -r . /home/ec2-user/environment/devops-ess-stage-java</pre>
<pre>aws cloudformation create-stack --stack-name devops-ess-prod --capabilities CAPABILITY_IAM --template-body file://pipeline.yml --parameters ParameterKey=EmailAddress,[email protected] ParameterKey=KeyName,ParameterValue=devops-ess-prod</pre>
Expand Down

0 comments on commit 104730b

Please sign in to comment.