I am on the AWS educate account and closely following this tutorial
https://github.com/mongoose-os-apps/aws-iot-button
This is an Internet Button reference project: when a button on the device is pressed, a cloud backend gets a notification and performs an action. In this particular case, AWS Lambda function sends an email to the specific email address.
For that I require a stack. But stack status is changing to ROLLBACK_COMPLETE from CREATE_IN_PROGRESS while creating new stack using aws cli.
I tried deleting and redoing the stack from cli making the necessary changes
aws cloudformation create-stack --stack-name my-internet-button --parameters ParameterKey=TopicName,ParameterValue=$DEVICE_ID/button_pressed ParameterKey=SubscriptionEmail,ParameterValue=$MY_EMAIL --capabilities CAPABILITY_IAM --template-body file://aws_button_template.json
Still the status gets down to ROLLBACK_COMPLETE