New AL2 AMI SNS topic not listing kernel-5.10 AMI's

0

Hi,

I'm following the description in https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/amazon-linux-ami-basics.html#linux-ami-notifications to setup a Lambda function to automatically update our AMI's by SNS messages from that topic.

But it appears that although the messages contain a list of AMI's for each region, they do not list new kernel-5.10 AMI's, e.g.:

{
 "v1": {
   "ReleaseVersion": "2.0",
   "ImageVersion": "2.0.20230628.0",
   "ReleaseNotes": "",
   "Regions": {
     "af-south-1": [
       {
         "ImageId": "ami-09f481bc9ff8f1fe9",
         "Name": "amzn2-ami-hvm-2.0.20230628.0-arm64-gp2"
       },
       {
         "ImageId": "ami-0817f20eb20ad8299",
         "Name": "amzn2-ami-hvm-2.0.20230628.0-x86_64-ebs"
       },
       {
         "ImageId": "ami-06ee0f14381020990",
         "Name": "amzn2-ami-hvm-2.0.20230628.0-x86_64-gp2"
       },
       {
         "ImageId": "ami-0e259b7c2ed500c75",
         "Name": "amzn2-ami-minimal-hvm-2.0.20230628.0-arm64-ebs"
       },
       {
         "ImageId": "ami-0e5d389c0d680d06b",
         "Name": "amzn2-ami-minimal-hvm-2.0.20230628.0-x86_64-ebs"
       }
     ],
...

Is there another topic which contains these AMI's?

The alternative for me right now is to ignore the list in the message and check the SSM parameter every time the Lambda function gets triggered by following https://aws.amazon.com/blogs/compute/query-for-the-latest-amazon-linux-ami-ids-using-aws-systems-manager-parameter-store/

Is this the best that can be done?

1개 답변
0

As you are aware, that is the only SNS topic for notifying new AMIs.
Yes, SSM parameters are a good way to get up-to-date information about your AMI so your architecture can be used to solve your problem.

profile picture
전문가
답변함 10달 전
  • Thanks for the confirmation. Is there some place where I can request Amazon to update the SNS topic to include all kernels?

  • You should be able to send feedback from AWS support, but I think you need paid support for technical inquiries.

  • I have never been there, but it seems that feedback is delayed from the screen of each service. However, I think this feedback is for the UI, so it's highly likely that it's not what you're looking for. https://repost.aws/knowledge-center/send-feedback-aws

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠