July 2017
Intermediate to advanced
402 pages
9h 38m
English
We will save those changes, generate our CloudFormation template and update our stack:
$ git add nodeserver-cf-template.py$ git commit -m "Using autoscaling group instead of individual EC2 instances"$ git push$ python nodeserver-cf-template.py > nodeserver-cf.template
Then update (or recreate) the Hello World application with the following steps:
Read now
Unlock full access