Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guidance on provisioning services that don't have CloudFormation support #3460

Closed
j--wong opened this issue Jul 29, 2019 · 1 comment
Closed
Labels
guidance Question that needs advice or information.

Comments

@j--wong
Copy link

j--wong commented Jul 29, 2019

Hi,

Is there an official guidance on provisioning resources such as organization service control policies (which does not have CFN support) within a CDK app.

I am thinking of using AWS SDK organization API to create/attach SCPs, but doesn't feel "right" about having dependency on aws-sdk (even though I know that cdk itself has dependency on sdk). Would custom resource be a better approach?

Any thoughts?

Thanks,
Josh

@j--wong j--wong added the needs-triage This issue or PR still needs to be triaged. label Jul 29, 2019
@NGL321 NGL321 added guidance Question that needs advice or information. no-cfn-supp and removed needs-triage This issue or PR still needs to be triaged. labels Jul 29, 2019
@NGL321
Copy link
Contributor

NGL321 commented Jul 29, 2019

Hi Josh,

There is no official recommendation for this. As you mentioned, it is not supported in Cloudformation and we do not have any immediate plans of implementing AWS Organizations.
That said, you could absolutely use a custom resource to accomplish this, however decoupling entirely from the SDK seems unlikely (there is no problem using the SDK for this).

As far as official support, if you would like to track progress, issue #2877 addresses this.

For future reference, we try to redirect more general guidance questions like this to our Stack Overflow, as is indicated in the issue template. This is so that we can keep the issue queue dedicated to bug reports and feature-requests as much as possible.
Please do continue to post here if you see something missing that you would like to see, or you happen across a bug!

Thanks!

@NGL321 NGL321 added closing-soon This issue will automatically close in 4 days unless further comments are made. and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Jul 29, 2019
@NGL321 NGL321 closed this as completed Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
guidance Question that needs advice or information.
Projects
None yet
Development

No branches or pull requests

2 participants