-
Notifications
You must be signed in to change notification settings - Fork 290
Open
Description
Describe the bug
Deploying to ap-southeast-4 fails with:
Fragment returned by transform AWS::Serverless-2016-10-31 is null. Rollback requested by user.
Steps To Reproduce
Steps to reproduce the behavior:
- Follow the quick start guide in the readme (create config.json and deploy it via CLI to ap-southeast-4), or run this command:
aws cloudformation create-stack \
--region ap-southeast-4 \
--output text \
--stack-name buildkite \
--template-url "https://s3.amazonaws.com/buildkite-aws-stack/v6.28.0/aws-stack.yml" \
--capabilities CAPABILITY_IAM CAPABILITY_NAMED_IAM CAPABILITY_AUTO_EXPAND \
--parameters "[{\"ParameterKey\":\"BuildkiteAgentToken\",\"ParameterValue\":\"TokenGoesHere\"},{\"ParameterKey\":\"KeyName\",\"ParameterValue\":\"default\"},{\"ParameterKey\":\"ImageId\",\"ParameterValue\":\"\"}]"- Navigate to the CloudFormation dashboard
- Deploy fails with above error
Expected behavior
Deployment succeeds
Actual behaviour
Deployment failed: "ROLLBACK_COMPLETE":
Fragment returned by transform AWS::Serverless-2016-10-31 is null. Rollback requested by user.
Stack parameters (please complete the following information):
- AWS Region: ap-southeast-4
- Version: latest (6.30.0)
Additional context
Not sure what resources are missing in ap-southeast-4 that causes this issue, quite unfamiliar with CloudFormation templates.
Metadata
Metadata
Assignees
Labels
No labels