I'm trying to create a WaitConditionHandle
during the ElasticBeanstalk application deployment using AWS Elastic Beanstalk configuration files (.ebextensions
).
The configuration file is in yaml
and below is the content, created following CloudFormation docs:
Resources:
ELBWaitConditionHandle:
Type: AWS::CloudFormation::WaitConditionHandle
Properties:
While deploying the application, the ElasticBeanstalk is showing below error in events log:
ERROR Service:AmazonCloudFormation, Message:[/Resources/ELBWaitConditionHandle/Properties] 'null' values are not allowed in templates
ElasticBeanstalk's CloudFormation stack is not updated, So it's failing the validation even before running stack update.