Create a CloudFormation stack

Create CloudFormation stack

We will use the below template file to create CloudFormation stack. Template helps our to create a Role whose name is KMSWorkshop-InstanceInitRole and create a S3 bucket whose name is kmsworkshop-accountid (accountid is our account id).

  1. Download template.txt.
  2. Go to AWS CloudFormation Console.
  • Click Create stack. Create CloudFormation stack
  1. In the Specify template section.
  • Select Upload a template file
  • Click Choose file, then select template.txt file we downloaded.
  • Click Next. Create CloudFormation stack
  1. In the Stack name section, type KMSWorkshop-Stack.
  • Click Next. Create CloudFormation stack
  1. In the Configure stack options page,
  • Drag the screen down, then Click Next. Create CloudFormation stack
  1. In the Review KMSWorkshop-Stack page.
  • Drag the screen down, then Click I acknowledge that AWS CloudFormation might create IAM resources with custom names.
  • Click Create stack. Create CloudFormation stack

    Cloudformation will take 5 minutes to deploy Web App. Wait until all stacks are shown in a CREATE_COMPLETE state.

    Create CloudFormation stack