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

1 Risposta
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
ESPERTO
con risposta 2 mesi fa
profile picture
ESPERTO
verificato un mese fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande