List of Public SSM Parameters for AWS Storage Gateway
Below is the python3 code that I used to get the Public SSM Parameters under the path /aws/service/storagegateway/.
List of Public SSM Parameters for AWS EKS
Below is the python3 code that I used to get the Public SSM Parameters under the path /aws/service/eks/.
List of Public SSM Parameters for macOS AMI (macos)
I have been frequently using Public SSM Parameters for EC2 Images recently in CloudFormation templates, so I decided to put the complete list of the Public SSM Parameters for macOS available here. This post specifically lists the Public SSM Parameters for macOS or for the /aws/service/ami-macos-latest/ path. Here is the Python3 code that I used that uses…
List of Public SSM Parameters for Bottlerocket OS AMI (bottlerocket)
I have been frequently using Public SSM Parameters for EC2 Images recently in CloudFormation templates, so I decided to put the complete list of the Public SSM Parameters for Bottlerocket OS available here. This post specifically lists the Public SSM Parameters for Bottlerocket OS or for the /aws/service/bottlerocket/ path. Here is the Python3 code that I used…
List of Public SSM Parameters for FreeBSD AMI (freebsd)
I have been frequently using Public SSM Parameters for EC2 Images recently in CloudFormation templates, so I decided to put the complete list of the Public SSM Parameters for FreeBSD available here. This post specifically lists the Public SSM Parameters for FreeBSD or for the /aws/service/freebsd/ path. Here is the Python3 code that I used that uses…