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
已提問 2 個月前檢視次數 171 次
1 個回答
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
專家
已回答 2 個月前
profile picture
專家
已審閱 1 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南