aws-samples / startup-kit-templates

CloudFormation templates to accelerate getting started on AWS.
Apache License 2.0
815 stars 400 forks source link

Please add DocumentDB example #56

Closed evfool closed 4 years ago

evfool commented 4 years ago

It would be great to have a documentDB example importing VPC resources. I have tried adjusting the db template, adjusting from RDS to DocDB, but regardless of how I specify "VPCSecurityGroupIds" (tried with import, just like the RDS example, tried merging the VPC and DocDB template and using ref), but DocDB database creation always fails with Property validation failure: [Encountered unsupported properties in {/}: [VPCSecurityGroupIds]].

Find attached the example VPC-cloudformation and the DocumentDB cloudformation.

test-documentdb.zip

evfool commented 4 years ago

My mistake, VPCSecurityGroupIds is not the same as VpcSecurityGroupIds (casing difference).