From nobody Fri Jul 12 20:26:06 2024 X-Original-To: freebsd-cloud@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4WLNQt2cPZz5QhqP for ; Fri, 12 Jul 2024 20:26:14 +0000 (UTC) (envelope-from pete@nomadlogic.org) Received: from mail.nomadlogic.org (mail.nomadlogic.org [66.165.241.226]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4WLNQr6Mymz3xcH for ; Fri, 12 Jul 2024 20:26:12 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nomadlogic.org header.s=04242021 header.b=gSkihkg2; dmarc=pass (policy=quarantine) header.from=nomadlogic.org; spf=pass (mx1.freebsd.org: domain of pete@nomadlogic.org designates 66.165.241.226 as permitted sender) smtp.mailfrom=pete@nomadlogic.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nomadlogic.org; s=04242021; t=1720815960; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8zBrLDJIMzNa8sEonuP4mu5f7AGV1rUgDBLq47ELAgw=; b=gSkihkg2t8UiLjy6FLYrnqQUsv0hO4/IidfwFEi12Fj9o77xZI/uy52uRJCAyj/E+86WKX DzSgssvafV8ZrM+HwgL1nkkJpGeMltOuZOXQFwseqbPO2VortF02WHQ9+PK4mNWLlIVSTs mjuHsob6WeQX5CPqypqkONg0DrGbaeA= Received: from [192.168.1.160] ( [47.154.31.160]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 39b7f338 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 12 Jul 2024 20:26:00 +0000 (UTC) Message-ID: <5a28f924-b98a-40ad-8fde-5c03f4501fec@nomadlogic.org> Date: Fri, 12 Jul 2024 13:26:06 -0700 List-Id: FreeBSD on cloud platforms (EC2, GCE, Azure, etc.) List-Archive: https://lists.freebsd.org/archives/freebsd-cloud List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-cloud@FreeBSD.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: AWS Parameter Store AMIs To: Colin Percival , freebsd-cloud@FreeBSD.org References: <58184e60-c9e7-492b-b3e1-942da8e567c8@nomadlogic.org> <01000190a86d2abe-885a312e-90b5-4e9d-97f5-4cac6ca4a955-000000@email.amazonses.com> Content-Language: en-US From: Pete Wright In-Reply-To: <01000190a86d2abe-885a312e-90b5-4e9d-97f5-4cac6ca4a955-000000@email.amazonses.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.96 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.97)[-0.970]; DMARC_POLICY_ALLOW(-0.50)[nomadlogic.org,quarantine]; R_SPF_ALLOW(-0.20)[+mx]; R_DKIM_ALLOW(-0.20)[nomadlogic.org:s=04242021]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; ARC_NA(0.00)[]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US]; RCVD_TLS_ALL(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; TO_DN_SOME(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MLMMJ_DEST(0.00)[freebsd-cloud@FreeBSD.org]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[nomadlogic.org:+] X-Rspamd-Queue-Id: 4WLNQr6Mymz3xcH On 7/12/24 12:30, Colin Percival wrote: > On 7/12/24 11:43, Pete Wright wrote: >> I'd like to say thanks for putting the AMI's for recent releases in >> the aws parameter store, this certainly makes it easier for >> automation purposes. > > Ooh, someone is actually using these?  Awesome!  Good to know it's not > just me. :-) > > BTW depending on the nature of your automation you might also want to > subscribe to SNS notifications of new AMIs: >     arn:aws:sns:us-east-1:782442783595:FreeBSDAMI oh nice one, thanks! > Does this look good? > >> FreeBSD/amd64 EC2 AMI IDs can be retrieved from the Systems Manager >> Parameter Store via the AWS CLI using the command >> >>     % aws --region $REGION ssm get-parameter --name $KEY >> >> where $REGION is the desired region and $KEY is one of the following >> keys: >> >>     /aws/service/freebsd/amd64/base/ufs/15.0/CURRENT >>     /aws/service/freebsd/amd64/base/zfs/15.0/CURRENT >>     /aws/service/freebsd/amd64/cloud-init/ufs/15.0/CURRENT >>     /aws/service/freebsd/amd64/cloud-init/zfs/15.0/CURRENT >> >> FreeBSD/aarch64 EC2 AMI IDs can be retrieved using the keys: >> >>     /aws/service/freebsd/arm64/base/ufs/15.0/CURRENT >>     /aws/service/freebsd/arm64/base/zfs/15.0/CURRENT >>     /aws/service/freebsd/arm64/cloud-init/ufs/15.0/CURRENT >>     /aws/service/freebsd/arm64/cloud-init/zfs/15.0/CURRENT > > I can make this change for next week's snapshot announcements. awesome looks good on my end, thanks so much! -pete -- Pete Wright pete@nomadlogic.org