Open Nuru opened 5 months ago
Root cause appears to be that AWS returns parameter metadata that is missing a LastModifiedUser
value.
This might be verifiable by running this command, which is what chamber uses to get parameter metadata.
aws ssm describe-parameters --parameter-filters Key=Path,Option=OneLevel,Values=/aws/service/bottlerocket/aws-k8s-1.29/x86_64/latest
Side note: This bug doesn't relate to looking up AMIs in particular.