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 Global Infrastructure
Below is the python3 code that I used to get the Public SSM Parameters under the path /aws/service/global-infrastructure/.
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 AWS ECS
Below is the python3 code that I used to get the Public SSM Parameters under the path /aws/service/ecs/.
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 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…