Deploying AWS Infrastructure using CloudFormation - Masterchief-solo/AWS-Projects GitHub Wiki

Create a DynamoDB Table

Note: You can deploy resources using CloudFormation templates.

  • JSON
  • YAML

Step 1: Open up the CloudFormation console a. Select Create Stack b. Select with new resources standard

cf1

Step 2: Create stack

  1. Choose your Template option. In this case, I am choosing Template is ready
  2. Specify the template source - Upload a template file - Choose your yaml or json file template

cf2

  1. Specify the stack details - Choose your stack name - Verify that parameters are correct (should match what was in the yaml file) - Click next

cf3

Step 3: Review all settings

  1. You can choose other permissions and advanced options according to your use case
  2. If everything looks correct, select Create stack