AMI builder distribution settings bug

0

Hi,

When I want to put the output name I have this error? Also I had CloudFormation and because of this bug in distribution settings the output name now is empty?

Enter image description here

profile picture
asked 2 months ago162 views
1 Answer
1

To troubleshoot, you can use the AWS Command Line Interface (CLI) to verify if the issue is with the UI or your configuration. With the CLI, you can directly input the required parameters and bypass potential UI problems. Here's a step you could take:

  • Verify Distribution Settings with AWS CLI:

Use the AWS CLI to list your distribution configurations and ensure they are set up correctly.

aws imagebuilder list-distribution-configurations
  • Check CloudFormation Outputs with AWS CLI:

You can also check your CloudFormation stack outputs to confirm they're not affected by the issue.

aws cloudformation describe-stacks --stack-name your-stack-name
profile picture
EXPERT
answered 2 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions