Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 693 Bytes

File metadata and controls

21 lines (12 loc) · 693 Bytes

GRC Engineering for AWS Code Examples

This repository contains the code examples for the book GRC Engineering for AWS by AJ Yawn. You can find the book on Amazon (link to be added).

Structure

The code is organized by chapter. Each chapter has its own directory containing the relevant code examples.

Getting Started

To use these examples, you will need to have an AWS account and have the AWS CLI and Python installed and configured.

Clone the repository:

git clone https://github.com/ajy0127/thegrcengineeringbook.git
cd thegrcengineeringbook

Then, navigate to the chapter you are interested in and follow the instructions in the README.md file for that chapter.