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-pair
prior to running this example. - In this example, the stacks are deployed into
eu-west-1
region. - In order to get the domain
Admin
user password to test the RDP login, please exprole theSecrets Manager
console. - This example was built using CDK v1.76.0
dotnet build src
compile this appcdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template