A repository for an article on
bobbyhadz.com <- Update Link
-
Clone the repository
-
Install the dependencies
npm install-
Create a Key pair with the name of
ec2-key-pairin your default region -
Create the CDK stack
npx cdk deploy \
--outputs-file ./cdk-outputs.json-
Open the AWS CloudFormation Console and the stack should be created in your default region
-
Cleanup
npx cdk destroy