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
demandé il y a 2 mois170 vues
1 réponse
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
répondu il y a 2 mois
profile picture
EXPERT
vérifié il y a un mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions