zeagord / lightsail-wordpress-cdk-starter

A CDK and CDKTF starter project for Amazon Lightsail

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A starter kit for Amazon Lightsail using CDK and CDKTF

For the complete instructions and step by step guide follow the blog post

CDK

cd cdk-lightsail-starter and run npm i to install the dependencies

Change the appropriate values and then run cdk deploy to deploy the Lightsail instance.

CDKTF

cd cdktf-lightsail-starter and run npm i to install the dependencies

Change the appropriate values and then run cdktf deploy to deploy the Lightsail instance.

Cleanup

From the resepctive directories run cdk destroy or cdktf destroy

About

A CDK and CDKTF starter project for Amazon Lightsail

License:Apache License 2.0


Languages

Language:JavaScript 60.6%Language:TypeScript 39.4%