For additional detail, see bgilbert's request in Add AWS Systems Manager parameters for Fedora CoreOS images #636
This is going to be updated for the CoreOS team in their assembler. We should integrate the same thing into os-build, kiwi, and, for the short term, we probably need to enhance fedimg to include the ability to write these parameters.
We are allow-listed for the /aws/service/fedora namespace in account 125523088429
aws ssm put-parameter --name /aws/service/fedora/<layer-1>/<param-1> --value <ami_id> --type String --overwrite --data-type "aws:ec2:image"
aws ssm get-parameter --name /aws/service/fedora/<layer-1>/<param-1>
https://aws.amazon.com/blogs/compute/query-for-the-latest-amazon-linux-ami-ids-using-aws-systems-manager-parameter-store/
https://aws.amazon.com/blogs/mt/query-for-the-latest-windows-ami-using-systems-manager-parameter-store/
Metadata Update from @davdunc: - Issue tagged with: AWS, meeting
we could also handle this with ansible in infra.
We have agreed that we will do this. First step is adding the specification to the technical specification.
Metadata Update from @davdunc: - Issue untagged with: meeting
Log in to comment on this ticket.