Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

AWS: Upgrade to latest Debian 11 while using Debian 11 ec2 image already

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
qrad5
Posts: 1
Joined: 2022-05-05 19:47

AWS: Upgrade to latest Debian 11 while using Debian 11 ec2 image already

#1 Post by qrad5 »

Hello,

I am using Debian 11 as EC2 Instance. I got email from Amazon with information as below:

As an existing customer, your subscription to the product, any running instances and access to previous versions are unaffected. However, Debian does recommend you to update to the latest version, Debian 11/debian-11-amd64-20220328-962 by visiting https://aws.amazon.com/marketplace/pp/B09CTW888Y.

Last sentence worried me. For over a month there is no update in apt. I am confuse now. Should I upgrade to the latest ec2 image if yes - how?

Now I am using:

Code: Select all

$ uname -a
Linux aws 5.10.0-13-cloud-amd64 #1 SMP Debian 5.10.106-1 (2022-03-17) x86_64 GNU/Linux

Code: Select all

$ cat /etc/apt/sources.list
deb http://cdn-aws.deb.debian.org/debian bullseye main
deb-src http://cdn-aws.deb.debian.org/debian bullseye main
deb http://security.debian.org/debian-security bullseye-security main
deb-src http://security.debian.org/debian-security bullseye-security main
deb http://cdn-aws.deb.debian.org/debian bullseye-updates main
deb-src http://cdn-aws.deb.debian.org/debian bullseye-updates main
deb http://cdn-aws.deb.debian.org/debian bullseye-backports main
deb-src http://cdn-aws.deb.debian.org/debian bullseye-backports main

Post Reply