List of Public SSM Parameters for AWS DataSync
Below is the python3 code that I used to get the Public SSM Parameters under the path /aws/service/datasync/.
List of Public SSM Parameters for AWS Cloud9
Below is the python3 code that I used to get the Public SSM Parameters under the path /aws/service/cloud9/.
List of Public SSM Parameters for AWS Fluent Bit Image
Below is the python3 code that I used to get the Public SSM Parameters under the path /aws/service/aws-for-fluent-bit/.
List of Public SSM Parameters for AWS App Mesh AMI (appmesh)
Below is the python3 code that I used to get the Public SSM Parameters under the path /aws/service/appmesh/.
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…
List of Public SSM Parameters for SUSE Linux Enterprise AMI (suse)
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 SUSE Linux Enterprise Server available here. This post specifically lists the Public SSM Parameters for SUSE Linux or for the /aws/service/suse/ path. Here is the Python3 code that…
List of Public SSM Parameters for Debian AMI (debian)
I have been frequently using Public SSM Parameters for EC2 Images recently for CloudFormation templates, so I decided to put the complete list of the Public SSM Parameters for Debian available here. This post specifically lists the Public SSM Parameters for Debian or for the /aws/service/debian/ path. Here is the Python3 code that I used that uses…
List of Public SSM Parameters for Ubuntu AMI (canonical)
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 Ubuntu available here. This post specifically lists the Public SSM Parameters for Ubuntu Linux or for the /aws/service/canonical/ path. Here is the Python3 code that I used that…