From nobody Fri Jul 12 18:43:46 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 4WLL8m4WHZz5QWKK for ; Fri, 12 Jul 2024 18:43:52 +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 4WLL8l6wR2z4ml6 for ; Fri, 12 Jul 2024 18:43:51 +0000 (UTC) (envelope-from pete@nomadlogic.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=nomadlogic.org header.s=04242021 header.b=iMPzE6k3; 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=1720809820; 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; bh=pDco/oZXVnMGiwA29BilM4PJf+iYN2/CAUW0ZPGE4Go=; b=iMPzE6k3KlJVh9eOZOfF9/vi9AxD2vPh5Uyj3kBpBEULm/h0wBV4GqrdWIfp28fpHw3kwm GvMapt2jDqzV8bvExtzNccOT9O//HjpOPuic1PdL5u2q0r/P9jOQnPcZtkXQAAvGQk09Ho 1GV99c6QrtiRgX1V52uOC6vBAZxoUaU= Received: from [192.168.1.160] ( [47.154.31.160]) by mail.nomadlogic.org (OpenSMTPD) with ESMTPSA id 4ab49b12 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO) for ; Fri, 12 Jul 2024 18:43:40 +0000 (UTC) Message-ID: <58184e60-c9e7-492b-b3e1-942da8e567c8@nomadlogic.org> Date: Fri, 12 Jul 2024 11:43:46 -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 Content-Language: en-US To: freebsd-cloud@FreeBSD.org From: Pete Wright Subject: AWS Parameter Store AMIs Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.98 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.99)[-0.989]; 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)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; ASN(0.00)[asn:29802, ipnet:66.165.240.0/22, country:US]; RCVD_COUNT_ONE(0.00)[1]; RCPT_COUNT_ONE(0.00)[1]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-cloud@FreeBSD.org]; ARC_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-cloud@freebsd.org]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[nomadlogic.org:+] X-Rspamd-Queue-Id: 4WLL8l6wR2z4ml6 Hey there everyone, 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.  I have one request though - in the release notes could we update the prose stating you can get the AMI's from the parameter store to include a hint about how to do it using the CLI? I often try to use the web console to get the right AMI but find its super buggy and doesn't reliably show the full results, so then I have to remember the right syntax for the aws cli. Perhaps it could be updated to something similar to: "FreeBSD/aarch64 EC2 AMI IDs can be retrieved from the Systems Manager Parameter Store via the AWS CLI by running the following command: 'aws --region $REGION ssm get-parameter --name $KEY' where $REGION is your desired AWS region, and $KEY is one of the following:" -- Pete Wright pete@nomadlogic.org