There should be some additional warnings regarding the region variable as it defaults to us-west-2 and can cause a vpc not found or subnet not found error.
Packer commands in the docs are structured as packer <action> <file-path> <parameters>. This causes a failure as the parameters must come before the file path.
For the Amazon Linux 2023 ARM based Amazon Machine Image section, the "note" admonition should be changed to a "warning" as the command to switch directories is not included in the code block and causes failures if not done.
The Packer commands require a vpc_id and subnet_id variable to be passed in, but this is not included in the code block
in Step 5. Configure Simple Build Pipeline Variables the variable fully_qualified_domain_name has been renamed to root_domain_name and has been moved from local.tf to 'variables.tf`
Got a suggestion in mind?
Update documentation.
Acknowledgment
[X] I understand the final update might be different from my proposed suggestion, or refused.
What were you searching in the docs?
I was walking through the Sample-Build-Pipeline Getting Started documentation.
Is this related to an existing documentation section?
https://aws-games.github.io/cloud-game-development-toolkit/latest/getting-started.html#step-by-step-tutorial
How can we improve?
vpc not found
orsubnet not found
error.packer <action> <file-path> <parameters>
. This causes a failure as the parameters must come before the file path.Amazon Linux 2023 ARM based Amazon Machine Image
section, the "note" admonition should be changed to a "warning" as the command to switch directories is not included in the code block and causes failures if not done.vpc_id
andsubnet_id
variable to be passed in, but this is not included in the code blockStep 5. Configure Simple Build Pipeline Variables
the variablefully_qualified_domain_name
has been renamed toroot_domain_name
and has been moved fromlocal.tf
to 'variables.tf`Got a suggestion in mind?
Update documentation.
Acknowledgment