#356 Add AWS Systems Manager parameters for Cloud Images
Opened 2 years ago by davdunc. Modified 2 years ago

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

Edit a parameter value ###

aws ssm put-parameter --name /aws/service/fedora/<layer-1>/<param-1> --value <ami_id> --type String --overwrite --data-type "aws:ec2:image" 

Read a public parameter

aws ssm get-parameter --name /aws/service/fedora/<layer-1>/<param-1>

Helpful Blog Posts for Implementation and Planning

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

2 years ago

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

2 years ago

Login to comment on this ticket.

Metadata