This message was deleted.
# aws
s
This message was deleted.
s
We don’t (yet) have a template for creating an AWS VPC, but the YAML code to do this with AWSX (a component that incorporates best practices) is pretty straightforward:
Copy code
resources:
  vpc:
    type: awsx:ec2:Vpc
    properties:
      cidrBlock: 10.0.0.0/16
I’m not sure what you mean by “directory service with users and workspace”.