Chapter 7. Deprecated features


  • The ee-cloud-services execution environment in Managed Application on Azure
  • Python 3.11 and earlier versions are deprecated

Starting with the release of Ansible Automation Platform (AAP) 2.7, the ee-cloud-services execution environment will not be available in new deployments of Ansible Automation Platform on Microsoft Azure. Existing Ansible Automation Platform on Microsoft Azure customers are encouraged to transition their automation workflows to the ee-supported or build a new execution environment; the execution environment will remain until you choose to remove it.

7.1.2. Summary of support

  • Existing Installs: Upgraded environments may retain ee-cloud-services for a limited grace period, but it is considered "End of Life."
  • Fresh Installs: ee-supported & ee-minimal are the only cloud-focused EE provided out of the box.
  • Event-Driven Ansible ansible.eda.noop is deprecated and there will not be a replacement.

Support for Python 3.11 and all earlier versions is being phased out across all Supported Execution Environments and Minimal Execution Environments. To ensure security compliance and access to the latest performance optimizations, users must migrate to Python 3.12 or higher.

7.2.1. Affected environments

1. Supported Execution Environments

These environments typically include the full standard library and common pre-installed dependencies.

2. Minimal Execution Environments

These are stripped-down, security-hardened environments used for Custom EE’s.

7.2.2. Action required

Audit custom-built binaries. Python 3.11 minimal layers will no longer receive security vulnerability (CVE) patches.

Recommendation: Move to the python:3.12+ or equivalent Minimal EE instance.

7.2.3. Why this is happening

Python 3.12+ offers significant improvements that older environments cannot support, specifically:

  • Improved Error Messages: More precise tracebacks for faster debugging.
  • Performance: Advancements in the Faster CPython project.
  • Security: Removal of deprecated APIs and older TLS versions that are increasingly vulnerable.
Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat Documentation

We help Red Hat users innovate and achieve their goals with our products and services with content they can trust. Explore our recent updates.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Theme

© 2026 Red Hat
Back to top