Deprecated Branch Alert - Actual Branch IS the Most Recent Version

0

I keep getting this alert in Elastic Beanstalk: "This environment uses a deprecated platform branch. We recommended that you upgrade to a supported platform branch. A deprecated branch may have a scheduled retirement date. It still receives ongoing maintenance updates. Learn more "

However, the recommended newest branch is the exact same branch as what I'm running now for this application. How do I clear out this "deprecated" status?

Mosh
asked 2 years ago77 views
1 Answer
0

The alert you are receiving is about the retirement of the platform branch itself. This means that ElasticBeanstalk will not be introducing any new platform versions/updates for that branch. That's why the recommended newest branch is the exact same branch you are running, because no new version has been released.

When a component of a supported platform branch is marked End of Life (EOL) by its supplier, Elastic Beanstalk marks the platform branch as retired. Components of a platform branch include the following: operating system (OS), runtime language version, application server, or web server.

Once a platform branch is marked as retired, Elastic Beanstalk stops providing maintenance updates, including security updates. You can refer to the Elastic Beanstalk platform support policy for more details.

Unfortunately, you cannot clear the "deprecated" status. What you can do, is migrating your environment to a supported platfrom branch using a Blue/Green deployment.

AWS
SUPPORT ENGINEER
Wiem
answered 7 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions