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

Update CDK CLI UX to surface the new CloudFormation CONFIGURATION_COMPLETE event #32106

Open
2 tasks
ridiss1 opened this issue Nov 13, 2024 · 1 comment
Open
2 tasks
Labels
effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 package/tools Related to AWS CDK Tools or CLI

Comments

@ridiss1
Copy link

ridiss1 commented Nov 13, 2024

Describe the feature

Configuration Complete event is a new event status emitted when CloudFormation completes the stack/resource creation and is waiting for resources stabilization at the resource type service level. This indicates that the resource has been created and configured according to the template, and that a consistency check is being performed to ensure it's ready for traffic.

Use Case

THis provides customers visibility into their stack deployment

Proposed Solution

0/4 | 12:03:00 | CREATE_IN_PROGRESS | AWS::S3::Bucket | MyBucket (MyBucket981A3A2E) Resource creation Initiated
0/4 | 12:03:00 | CREATE_IN_PROGRESS | CONFIGURATION_COMPLETE | AWS::S3::Bucket | MyBucket (MyBucket981A3A2E) Resource is configuration ready.
1/4 | 12:03:25 | CREATE_IN_PROGRESS | CONFIGURATION_COMPLETE | AWS::CloudFormation::Stack | MyStackName

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

CDK version used

NA

Environment details (OS name and version, etc.)

NA

@ridiss1 ridiss1 added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Nov 13, 2024
@github-actions github-actions bot added the package/tools Related to AWS CDK Tools or CLI label Nov 13, 2024
@pahud pahud added p2 effort/medium Medium work item – several days of effort and removed needs-triage This issue or PR still needs to be triaged. labels Nov 13, 2024
@pahud
Copy link
Contributor

pahud commented Nov 13, 2024

related to #29536

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort/medium Medium work item – several days of effort feature-request A feature should be added or improved. p2 package/tools Related to AWS CDK Tools or CLI
Projects
None yet
Development

No branches or pull requests

2 participants