-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Docs: Add info on what "cdk bootstrap" creates. #1812
Comments
Do you need this info, or are these notes for yourself? |
I need the info, hence the "needs contributors" label. |
Here's what we create: Today it's a Bucket. They pay for what's in there. We don't clean it currently, so it accumulates. In the future, we'll probably add ECR repositories. They will pay for what's in there as well. In the future, we'll probably add a Lambda function that executes on a schedule. They will pay for the executions, but the Lambda function's gonna clean up unused resources, so that should save them some money. They get rid of it by deleting the |
Thanks. I'll create a draft soon and send it out for review. |
Here's what I have so far: Bootstrapping the CDKBefore you can use the CDK you must bootstrap the CDK to create the infrastructure that the CDK needs. Currently the bootstrap command creates only an Amazon S3 bucket. You incur any charges for what the CDK stores in the bucket. Because the CDK does not remove any objects from the bucket, the bucket can accumulate objects as you use the CDK. You can get rid of the bucket by deleting the CDKToolkit stack from your account. |
Yep, good for now. |
The part about it that I don't like is that it will just invite more questions. But I guess those are the ways. |
Yep, opening Pandora's box. |
What about adding a |
The text was updated successfully, but these errors were encountered: