How to use AWS CloudFormation templates with Simple System Management and ElasticBeanstalk
问题 I am trying to use AWS CloudFormation templates together with SSM and ElasticBeanstalk, but get the following error: Service:AmazonCloudFormation, Message:Stack named 'awseb-e-dg6tmg2rmj-stack' aborted operation. Current state: 'UPDATE_ROLLBACK_IN_PROGRESS' Reason: The following resource(s) failed to create: [ssmParameter]. I basically need to retrieve values from SSM and use as environment variables on Amazon Linux. I have already researched and read all the related material on AWS