-
Notifications
You must be signed in to change notification settings - Fork 25
TaskCat
Paul Duvall edited this page Nov 25, 2019
·
4 revisions
pip3 install taskcat --user
Create a templates directory. Put the CloudFormation templates in this directory.
Create a .taskcat.yml file and place it in the root directory for the repository. Here's an example:
project:
name: <<ProjectName>>
regions:
- us-east-1
- us-east-2
- us-west-1
- us-west-2
tests:
taskcat-workload:
template: ./my-project/templates/workload.yml
taskcat-ebs:
parameters:
AvailabilityZones: $[taskcat_genaz_1]
template: ./my-project/templates/ebs.yml
Run TaskCat:
taskcat test run
- Introduction
- Labs
- The Current State of Encryption
- Setup Development Environment
- Lesson 1: Automating AWS Resources
- Lesson 2: Key Management
- Lesson 3: Developing with Encryption
- Lesson 4: Encryption in Transit
- Lesson 5: Encryption at Rest
- Lesson 6: Detecting Encrypted Resources
- Lesson 7: Logging and Searching KMS Keys
- Lesson 8: Continuous Encryption
- Summary