Tag: SSM Parameters

  • 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…

  • List of Public SSM Parameters for Amazon Linux AMIs (ami-amazon-linux-latest)

    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 Amazon Linux available here. This post specifically lists the Public SSM Parameters for Amazon Linux or for the /aws/service/ami-amazon-linux-latest/ path. Here is the Python3 code that I used…

  • List of Public SSM Parameters for Windows AMI (ami-windows-latest)

    I have been frequently using Public SSM Parameters for EC2 Images for CloudFormation templates, so I decided to put the complete list of the Public SSM Parameters available here. This post specifically lists the Public SSM Parameters for Windows or for the /aws/service/ami-windows-latest/ service. Here is the Python3 code that I used that uses boto3…