/lightsail-wordpress-cdk-starter

A CDK and CDKTF starter project for Amazon Lightsail

Primary LanguageJavaScriptApache License 2.0Apache-2.0

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