Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploys in ap-southeast-4 fail with transform error #1403

Open
J-tt opened this issue Dec 3, 2024 · 2 comments
Open

Deploys in ap-southeast-4 fail with transform error #1403

J-tt opened this issue Dec 3, 2024 · 2 comments

Comments

@J-tt
Copy link

J-tt commented Dec 3, 2024

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:

  1. 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\":\"\"}]"
  1. Navigate to the CloudFormation dashboard
  2. 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.

@J-tt J-tt changed the title Cannot deploy in ap-southeast Deploys in ap-southeast-4 fail with transform error Dec 3, 2024
@DrJosh9000
Copy link
Contributor

Thanks @J-tt, that's annoying. This is the first we've heard of this. It seems maybe that AWS::Serverless-2016-10-31 transform might not be functioning in ap-southeast-4. This could be because it is not fully supported there, or one of the services it interacts with. Have you raised this in a ticket with AWS?

@J-tt
Copy link
Author

J-tt commented Dec 4, 2024

Hi @DrJosh9000 I haven't raised it with AWS, as I'm not 100% sure what the root cause is.

I'll look at filing this issue over at https://github.com/aws/serverless-application-model as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants