CDK example demonstrating creation of VPC, RDP gateway (bastion), Managed AD and a target windows host.
The cdk.json file tells the CDK Toolkit how to execute your app.
It uses the .NET Core CLI to compile and execute your project.
- Please make sure you create keypair named
inst-key-pairprior to running this example. - In this example, the stacks are deployed into
eu-west-1region. - In order to get the domain
Adminuser password to test the RDP login, please exprole theSecrets Managerconsole. - This example was built using CDK v1.76.0
dotnet build srccompile this appcdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk synthemits the synthesized CloudFormation template