This CDK app deploy's a EC2 instance that can be accessed via SSH.
-
Create a Key Pair with the name
HashiTalks-DACH
and place the private key in this folder.NOTE: You need to change the permission of the file
chmod 400 HashiTalks-DACH.pem
-
Install the dependencies:
npm install
-
Deploy the infrastructure:
cdk deploy
-
Connect to the EC2 instance with the provided ssh command.
-
Cleanup:
cdk destroy