create-stack-json only creates the s3 bucket used internally by the framework to store deployment builds. All user defined resources are stored in update-stack-json. This is my understanding, please correct me if I’m wrong.
Btw, resources in update-stack-json are essentially created once, and managed by CloudFormation for future updates. Are you concerned with CF managing the resources?