pulumi / pulumi-aws

An Amazon Web Services (AWS) Pulumi resource package, providing multi-language access to AWS
Apache License 2.0
462 stars 155 forks source link

Does pulumi support Amazon Cloud Directory? #1325

Open jacbar opened 3 years ago

jacbar commented 3 years ago

Hey Looking for option to create and maintain Amazon Cloud Directory from pulumi code. Is there any way for implementing it without dedicated module?

pierskarsenbarg commented 3 years ago

@jacbar the documentation for the AWS Cloud Directory (aka directory service) can be found here: https://www.pulumi.com/docs/reference/pkg/aws/directoryservice/

jacbar commented 3 years ago

@pierskarsenbarg but Directory Service and Cloud Directory are 2 different features.

Directory Service - https://aws.amazon.com/directoryservice/ Cloud Directory - https://aws.amazon.com/cloud-directory/

pierskarsenbarg commented 3 years ago

If you click on the yellow "getting started" button on both those pages they take you to the same place within the console. It's all under "directoryservice" in the Pulumi AWS provider.

pierskarsenbarg commented 3 years ago

@jacbar did that comment help? Can I close this issue?

jacbar commented 3 years ago

Hey @pierskarsenbarg I'm reviewing documentation but the API allows to create Active Directory which AWS Directory Service is (SipleAD, MicrosoftAD) but not Cloud Directory which more like database.

pierskarsenbarg commented 3 years ago

Apologies. You're right that we don't support cloud directory specifically.

It looks like it's not there in the terraform provider that we use to build our own one.