Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Latest commit

 

History

History

lab00-create-stack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lab 0: Create a CloudFormation stack

Create a CloudFormation stack based on an existing template.

Overview

  1. Create a CloudFormation stack based on an existing template.

Instructions

  1. Open CloudFormation in AWS Management Console.
  2. Click Create Stack button.
  3. Select Upload a template to Amazon S3.
  4. Choose file learn-cloudformation/lab0-create-stack/demo.yaml.
  5. Click Next button.
  6. Insert lab0-$usernameas stack name. Replace $usernamewith your username (e.g. lab0-awittig).
  7. Select a random subnet and the only available VPC as Parameters.
  8. Click Next button.
  9. Skip next step by clicking on Next button.
  10. Review your input and click Create button.
  11. Wait until your stack reaches status CREATE_COMPLETE.
  12. Select your stack by clicking on row of the table.
  13. Switch to the Outputs tab.
  14. Search for HelloWorldURL and click on the URL.
  15. A website showing Hello World! should appear.
  16. Select your stack by clicking on row of the table again.
  17. Select Delete Stack from the Actions menu.
  18. Confirm the deletion of your stack.
  19. Congratulations! You are done with the lab!