Workshop 14: CloudFormation
$count++; if($count == 1) { include "../mobilemenu.php"; } if ($count == 2) { include "../sharemediasubfolder.php"; } ?>
AWS CloudFormation allows to create and deploy stacks. A stack is a group of resources managed as a single unit.
Step 1: Select a template
Step 2: Specify details
Step 3: Specify options
Step 4: Review
You can now review and create the stack.