Update CDK CLI UX to surface the new CloudFormation CONFIGURATION_COMPLETE event #32106
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
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
CDK version used
NA
Environment details (OS name and version, etc.)
NA
The text was updated successfully, but these errors were encountered: