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
Step 2: Create stack
- Choose your Template option. In this case, I am choosing Template is ready
- Specify the template source - Upload a template file - Choose your yaml or json file template
- Specify the stack details - Choose your stack name - Verify that parameters are correct (should match what was in the yaml file) - Click next
Step 3: Review all settings
- You can choose other permissions and advanced options according to your use case
- If everything looks correct, select Create stack