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
preguntada hace 2 meses171 visualizaciones
1 Respuesta
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
EXPERTO
respondido hace 2 meses
profile picture
EXPERTO
revisado hace un mes

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas