<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="atom.xsl"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://docs.caip.bmw.cloud/blog</id>
    <title>Connected AI Platform - Manual Blog</title>
    <updated>2025-12-02T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://docs.caip.bmw.cloud/blog"/>
    <subtitle>Connected AI Platform - Manual Blog</subtitle>
    <icon>https://docs.caip.bmw.cloud/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[IAM Migration to orbit-use]]></title>
        <id>https://docs.caip.bmw.cloud/blog/2025/12/02/orbit-use</id>
        <link href="https://docs.caip.bmw.cloud/blog/2025/12/02/orbit-use"/>
        <updated>2025-12-02T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to announce an important change in how you access AWS accounts and CAIP resources: the legacy AWS CLI and BMWAWS CLI login functionality have been deprecated. From now on, all authentication and access management will be handled via the new orbit-use CLI, provided by our Orbit colleagues.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to announce an important change in how you access AWS accounts and CAIP resources: the legacy AWS CLI and BMWAWS CLI login functionality have been deprecated. From now on, all authentication and access management will be handled via the new <code>orbit-use</code> CLI, provided by our Orbit colleagues.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="whats-changing">What’s Changing?<a href="https://docs.caip.bmw.cloud/blog/2025/12/02/orbit-use#whats-changing" class="hash-link" aria-label="Direct link to What’s Changing?" title="Direct link to What’s Changing?" translate="no">​</a></h2>
<ul>
<li class=""><strong>AWS CLI and BMWAWS CLI login are deprecated.</strong></li>
<li class=""><strong>Use the <code>orbit-use</code> CLI for all future logins to AWS accounts and CAIP clusters.</strong></li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-to-login">How to Login<a href="https://docs.caip.bmw.cloud/blog/2025/12/02/orbit-use#how-to-login" class="hash-link" aria-label="Direct link to How to Login" title="Direct link to How to Login" translate="no">​</a></h2>
<p>To access CAIP, you must assume the CAIP developer role for your teamspace.</p>
<p><strong>Role:</strong></p>
<div class="language-text codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-text codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token plain">&lt;orbit-space&gt;-&lt;orbit-teamspace&gt;-caip-developer</span><br></div></code></pre></div></div>
<p>Use the following command:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token plain">orbit-use cloud &lt;orbit-space&gt; &lt;dev|prod&gt; &lt;orbit-teamspace&gt; --role caip-developer</span><br></div></code></pre></div></div>
<p><strong>Examples:</strong></p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token plain">orbit-use cloud smartdaip dev genai-tsara --role caip-developer</span><br></div></code></pre></div></div>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token plain">orbit-use cloud ai-rsrch dev aira --role caip-developer</span><br></div></code></pre></div></div>
<p>To open the Orbit web interface after login, add the <code>--ui</code> option:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token plain">orbit-use cloud &lt;orbit-space&gt; &lt;dev|prod&gt; &lt;orbit-teamspace&gt; --role caip-developer --ui</span><br></div></code></pre></div></div>
<p><strong>Examples:</strong></p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token plain">orbit-use cloud smartdaip dev genai-tsara --role caip-developer --ui</span><br></div></code></pre></div></div>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token plain">orbit-use cloud ai-rsrch dev aira --role caip-developer --ui</span><br></div></code></pre></div></div>
<p>If only one role is available in the teamspace, you can omit <code>--role</code> and orbit-use will auto-detect it:</p>
<div class="language-bash codeBlockContainer_Ckt0 theme-code-block" style="--prism-color:#393A34;--prism-background-color:#f6f8fa"><div class="codeBlockContent_QJqH"><pre tabindex="0" class="prism-code language-bash codeBlock_bY9V thin-scrollbar" style="color:#393A34;background-color:#f6f8fa"><code class="codeBlockLines_e6Vv"><div class="token-line" style="color:#393A34"><span class="token plain">orbit-use cloud &lt;orbit-space&gt; &lt;dev|prod&gt; &lt;orbit-teamspace&gt;</span><br></div></code></pre></div></div>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-this-matters">Why This Matters<a href="https://docs.caip.bmw.cloud/blog/2025/12/02/orbit-use#why-this-matters" class="hash-link" aria-label="Direct link to Why This Matters" title="Direct link to Why This Matters" translate="no">​</a></h2>
<p>The new CLI streamlines authentication, improves security, and integrates seamlessly with cloud CLI tools. Profiles are automatically configured for you, making it easier to manage credentials and access.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="more-information">More Information<a href="https://docs.caip.bmw.cloud/blog/2025/12/02/orbit-use#more-information" class="hash-link" aria-label="Direct link to More Information" title="Direct link to More Information" translate="no">​</a></h2>
<p>For full details and step-by-step instructions, see our updated <a href="https://docs.caip.bmw.cloud/features/core-features/iam/" target="_blank" rel="noopener noreferrer" class="">IAM documentation</a>.</p>
<p>If you have any questions or need support, please refer to our <a href="https://docs.caip.bmw.cloud/support" target="_blank" rel="noopener noreferrer" class="">support documentation</a>.</p>
<p>Thank you for adapting to this change and helping us keep our platform secure and efficient!</p>]]></content>
        <author>
            <name>Paul Weber</name>
            <uri>https://caip.bmw.cloud</uri>
        </author>
        <category label="Releases" term="Releases"/>
        <category label="Announcements" term="Announcements"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Removal of Bedrock Access]]></title>
        <id>https://docs.caip.bmw.cloud/blog/2025/10/21/eol-bedrock-support</id>
        <link href="https://docs.caip.bmw.cloud/blog/2025/10/21/eol-bedrock-support"/>
        <updated>2025-10-21T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Summary]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="summary">Summary<a href="https://docs.caip.bmw.cloud/blog/2025/10/21/eol-bedrock-support#summary" class="hash-link" aria-label="Direct link to Summary" title="Direct link to Summary" translate="no">​</a></h2>
<p>We are announcing the removal of Amazon Bedrock access from the CAIP Managed Platform. As part of this change, the <code>Bedrock:InvokeModel</code> action will be removed from all policies within our scope.</p>
<!-- -->
<p><strong>The execution date for this change will be announced soon.</strong></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-changing">What is changing?<a href="https://docs.caip.bmw.cloud/blog/2025/10/21/eol-bedrock-support#what-is-changing" class="hash-link" aria-label="Direct link to What is changing?" title="Direct link to What is changing?" translate="no">​</a></h2>
<ul>
<li class=""><strong>Bedrock<!-- -->:InvokeModel</strong> permissions will be revoked from all managed IAM policies.</li>
<li class="">Customers will no longer be able to invoke Bedrock models directly through the CAIP Managed Platform.</li>
<li class="">Customers are advised to migrate their workloads to Connected AI Platform's <strong>LLM API</strong>.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="why-are-we-making-this-change">Why are we making this change?<a href="https://docs.caip.bmw.cloud/blog/2025/10/21/eol-bedrock-support#why-are-we-making-this-change" class="hash-link" aria-label="Direct link to Why are we making this change?" title="Direct link to Why are we making this change?" translate="no">​</a></h2>
<p>This update is part of our ongoing efforts to streamline and secure our platform, ensuring that all customers use a consistent and supported interface for large language model (LLM) access.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-should-you-do">What should you do?<a href="https://docs.caip.bmw.cloud/blog/2025/10/21/eol-bedrock-support#what-should-you-do" class="hash-link" aria-label="Direct link to What should you do?" title="Direct link to What should you do?" translate="no">​</a></h2>
<p>If you are currently using Bedrock through the CAIP Managed Platform, please migrate to our LLM API. Our LLM API provides a robust, secure, and fully supported way to access large language models.</p>
<ul>
<li class=""><a href="https://docs.caip.bmw.cloud/features/generativeai/llm-api/" target="_blank" rel="noopener noreferrer" class="">LLM API Documentation</a></li>
<li class=""><a href="https://docs.caip.bmw.cloud/features/generativeai/model-catalogue/" target="_blank" rel="noopener noreferrer" class="">LLM API Model Catalogue</a></li>
</ul>
<p>If you have any questions or need assistance with the migration, please contact our support team.</p>
<p>Thank you for your understanding and cooperation as we continue to improve our platform.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="what-is-the-llm-api">What is the LLM API?<a href="https://docs.caip.bmw.cloud/blog/2025/10/21/eol-bedrock-support#what-is-the-llm-api" class="hash-link" aria-label="Direct link to What is the LLM API?" title="Direct link to What is the LLM API?" translate="no">​</a></h2>
<p>The LLM API is the Connected AI Platform’s unified interface for accessing state-of-the-art generative AI models. It enables customers to use chat completion, embeddings, and image generation models seamlessly in both Rest of World (RoW) and China regions.</p>
<p>With the LLM API, you can:</p>
<ul>
<li class="">Access several Amazon Bedrock models (e.g., Claude, Nova, Llama)</li>
<li class="">Use models from Azure OpenAI Service (e.g., GPT-4o, GPT-3.5)</li>
<li class="">Leverage Alibaba Cloud models (e.g., Qwen, DeepSeek)</li>
<li class="">Integrate with self-hosted models</li>
</ul>
<p>This unified API simplifies integration, provides consistent authentication, and supports both production and China-specific endpoints. For more details, see the <a href="https://docs.caip.bmw.cloud/features/generativeai/llm-api/" target="_blank" rel="noopener noreferrer" class="">LLM API Documentation</a> and the <a href="https://docs.caip.bmw.cloud/features/generativeai/model-catalogue/" target="_blank" rel="noopener noreferrer" class="">LLM API Model Catalogue</a>.</p>]]></content>
        <author>
            <name>Paul Weber</name>
            <uri>https://caip.bmw.cloud</uri>
        </author>
        <category label="Releases" term="Releases"/>
        <category label="Announcements" term="Announcements"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[🚀 25-PI4 - Release Highlights]]></title>
        <id>https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4</id>
        <link href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4"/>
        <updated>2025-09-03T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[🚀 What’s New after 25-PI4?]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-whats-new-after-25-pi4">🚀 What’s New after 25-PI4?<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-whats-new-after-25-pi4" class="hash-link" aria-label="Direct link to 🚀 What’s New after 25-PI4?" title="Direct link to 🚀 What’s New after 25-PI4?" translate="no">​</a></h2>
<p>The last two months have been an exciting period for the Connected AI Platform. With every PI we’re moving closer to our vision of a unified, reliable, and developer-friendly AI platform at BMW. In this update, we want to share with you the highlights of what we shipped in 25-PI4 — from new portal features to powerful APIs, and a glimpse of what’s coming next.</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-new-features">✨ New Features<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-new-features" class="hash-link" aria-label="Direct link to ✨ New Features" title="Direct link to ✨ New Features" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-caip-web-portal">🌐 CAIP Web Portal<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-caip-web-portal" class="hash-link" aria-label="Direct link to 🌐 CAIP Web Portal" title="Direct link to 🌐 CAIP Web Portal" translate="no">​</a></h3>
<p>We are excited to announce the <strong>first release of the CAIP Web Portal</strong> — a completely new entry point to the Connected AI Platform. The portal will serve as the foundation for bringing all CAIP offerings together in one place.</p>
<p>With this first version, you can already use:</p>
<ul>
<li class=""><strong>Space Management</strong>: A <strong>completely new concept</strong> that allows you to bundle upcoming CAIP features into logical units — making it easier to organize and manage your projects in one place.</li>
<li class=""><strong>User Management</strong>: Full control over who can collaborate in your space.</li>
<li class=""><strong>Managed Kubeflow Integration</strong>: Direct access to CAIP’s managed Kubeflow service from within the Web Portal.</li>
</ul>
<p>This is just the beginning — more features will be added step by step in upcoming releases.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Quick Links</div><div class="admonitionContent_BuS1"><ul>
<li class=""><a href="https://caip.bmw.cloud/" target="_blank" rel="noopener noreferrer" class="">Checkout our Web Portal</a></li>
<li class=""><a href="https://docs.caip.bmw.cloud/features/core-features/self-service-portal/" target="_blank" rel="noopener noreferrer" class="">Documentation: Getting Started with the CAIP Web Portal</a></li>
</ul></div></div>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="️-managed-kubeflow">⚙️ Managed Kubeflow<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#%EF%B8%8F-managed-kubeflow" class="hash-link" aria-label="Direct link to ⚙️ Managed Kubeflow" title="Direct link to ⚙️ Managed Kubeflow" translate="no">​</a></h3>
<p>That means you can now run Kubeflow on CAIP’s managed platform without worrying about setup, scaling, or maintenance.</p>
<p>With Managed Kubeflow you can:</p>
<ul>
<li class="">Start with experiments and prototyping.</li>
<li class="">Scale up seamlessly as your workloads grow.</li>
<li class="">Stay on the same managed environment all the way <strong>into production</strong>.</li>
</ul>
<p>This closes the gap between research and production, giving you a reliable path from idea to deployment.</p>
<p>We are proud to introduce <strong>Managed Kubeflow</strong>. It is <strong>fully operated by the CAIP platform team</strong> and designed to support both experimentation and production workloads in a secure, scalable way. Instead of setting up and maintaining your own cluster, you can now rely on a platform-managed, production-grade environment from day one.</p>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="-key-benefits-of-managed-kubeflow">🔑 Key Benefits of Managed Kubeflow:<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-key-benefits-of-managed-kubeflow" class="hash-link" aria-label="Direct link to 🔑 Key Benefits of Managed Kubeflow:" title="Direct link to 🔑 Key Benefits of Managed Kubeflow:" translate="no">​</a></h4>
<ul>
<li class=""><strong>Fully integrated</strong> into the CAIP Self-Service Web Portal.</li>
<li class=""><strong>Fast, reliable onboarding</strong> through service requests.</li>
<li class=""><strong>Namespace-based isolation</strong> instead of per-cluster setups.</li>
<li class=""><strong>Production infrastructure only</strong> — no more separate INT/E2E clusters.</li>
<li class=""><strong>Built-in staging</strong> concept for pipelines and models (within one infra).</li>
<li class=""><strong>Optimized for performance, observability, and security</strong>.</li>
<li class="">Backed by <strong>standard CAIP SLAs</strong>.</li>
<li class=""><strong>Seamless go-live</strong> without migration between environments.</li>
</ul>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>👉 If you’re starting a new ML use case today, you should use Managed Kubeflow.</p></div></div>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Quick Links</div><div class="admonitionContent_BuS1"><ul>
<li class=""><a href="https://docs.caip.bmw.cloud/features/core-features/kubeflow/kf-flavours#-managed-kubeflow-recommended" target="_blank" rel="noopener noreferrer" class="">Managed Kubeflow Documentation</a></li>
</ul></div></div>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-new-cdh-integration">🔗 New CDH Integration<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-new-cdh-integration" class="hash-link" aria-label="Direct link to 🔗 New CDH Integration" title="Direct link to 🔗 New CDH Integration" translate="no">​</a></h3>
<p>As the Connected AI Platform (CAIP) transitions towards a <strong>managed architecture</strong>, the integration with the <strong>Cloud Data Hub (CDH)</strong> is evolving as well.</p>
<p>The new approach is built on two key concepts:</p>
<ul>
<li class=""><strong>Role chaining</strong></li>
<li class=""><strong>CDH-managed environments</strong></li>
</ul>
<p>This setup makes the interaction between CAIP and CDH datasets more <strong>scalable</strong> and <strong>secure</strong>, while reducing the operational burden on all involved teams.</p>
<p>By shifting responsibility for dataset environments to CDH and relying on role chaining for access, we:</p>
<ul>
<li class="">Simplify the process of consuming CDH datasets from within CAIP.</li>
<li class="">Reduce complexity in managing CDH resources directly on CAIP.</li>
<li class="">Prepare the IAM layer for the upcoming migration to a <strong>Managed CAIP architecture</strong>.</li>
</ul>
<p>In short: this integration not only improves today’s workflows, but also lays the foundation for the <strong>next generation of CAIP</strong>.</p>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Quick Links</div><div class="admonitionContent_BuS1"><ul>
<li class=""><a href="https://docs.caip.bmw.cloud/features/core-features/data-access/cdh-connection" target="_blank" rel="noopener noreferrer" class="">CDH Connection Documentation</a></li>
<li class=""><a href="https://docs.caip.bmw.cloud/guides/cdh/setup-cdh-connection" target="_blank" rel="noopener noreferrer" class="">Step-by-Step Guide: Setup CDH Connection</a></li>
<li class=""><a href="https://docs.caip.bmw.cloud/guides/cdh/accessing-cdh-data" target="_blank" rel="noopener noreferrer" class="">Step-by-Step Guide: Accessing CDH Data</a></li>
</ul></div></div>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-llm-api-beta">🤖 LLM API (Beta)<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-llm-api-beta" class="hash-link" aria-label="Direct link to 🤖 LLM API (Beta)" title="Direct link to 🤖 LLM API (Beta)" translate="no">​</a></h3>
<p>The new <strong>LLM API</strong> is live in <strong>Beta</strong> and offers powerful large language model capabilities. It currently provides two main endpoints: <strong>Chat Completions</strong> and <strong>Embeddings</strong>.</p>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="-chat-completions">💬 Chat Completions<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-chat-completions" class="hash-link" aria-label="Direct link to 💬 Chat Completions" title="Direct link to 💬 Chat Completions" translate="no">​</a></h4>
<p>A dedicated <strong>Chat Completions endpoint</strong> is now available via <code>/v1/chat/completions</code>.</p>
<p>This endpoint allows you to access Large Language Models (LLMs) — via a unified interface, across multiple model providers.</p>
<p><strong>Supported Model Families</strong></p>
<ul>
<li class="">
<p><strong>Rest of World (RoW)</strong></p>
<ul>
<li class=""><strong>Claude (Anthropic)</strong> — reasoning-focused conversational models.</li>
<li class=""><strong>GPT (OpenAI via Azure)</strong> — GPT-3.5 and GPT-4.x families, including lightweight variants.</li>
<li class=""><strong>Nova (AWS Bedrock)</strong> — optimized for speed, cost, and scalability.</li>
<li class=""><strong>Qwen (Ali Cloud)</strong> — Turbo and Long variants for extended context.</li>
<li class=""><strong>DeepSeek</strong> — R1 and V3 families for performance and efficiency.</li>
<li class=""><strong>LLaMA (Meta)</strong> — lightweight and open models at different parameter scales.</li>
</ul>
</li>
<li class="">
<p><strong>China</strong></p>
<ul>
<li class=""><strong>Qwen (Ali Cloud)</strong> — Qwen+, Turbo, Long, and 72B families.</li>
<li class=""><strong>DeepSeek</strong> — R1, V3, and distilled models.</li>
</ul>
</li>
</ul>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="-embeddings">🧭 Embeddings<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-embeddings" class="hash-link" aria-label="Direct link to 🧭 Embeddings" title="Direct link to 🧭 Embeddings" translate="no">​</a></h4>
<p>The LLM API now also provides an <strong>Embeddings endpoint</strong> via <code>/v1/embeddings</code>.</p>
<p>Embeddings convert text into high-dimensional vectors that capture semantic meaning — enabling use cases like semantic search, clustering, classification, or retrieval-augmented generation (RAG).</p>
<p><strong>Supported Model Families</strong></p>
<ul>
<li class="">
<p><strong>Rest of World (RoW)</strong></p>
<ul>
<li class=""><strong>Azure OpenAI</strong> — <em>text-embedding-3</em> family (small &amp; large).</li>
</ul>
</li>
<li class="">
<p><strong>China</strong></p>
<ul>
<li class=""><strong>Ali Cloud</strong> — <em>text-embedding-v4</em>.</li>
</ul>
</li>
</ul>
<div class="theme-admonition theme-admonition-tip admonition_xJq3 alert alert--success"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 12 16"><path fill-rule="evenodd" d="M6.5 0C3.48 0 1 2.19 1 5c0 .92.55 2.25 1 3 1.34 2.25 1.78 2.78 2 4v1h5v-1c.22-1.22.66-1.75 2-4 .45-.75 1-2.08 1-3 0-2.81-2.48-5-5.5-5zm3.64 7.48c-.25.44-.47.8-.67 1.11-.86 1.41-1.25 2.06-1.45 3.23-.02.05-.02.11-.02.17H5c0-.06 0-.13-.02-.17-.2-1.17-.59-1.83-1.45-3.23-.2-.31-.42-.67-.67-1.11C2.44 6.78 2 5.65 2 5c0-2.2 2.02-4 4.5-4 1.22 0 2.36.42 3.22 1.19C10.55 2.94 11 3.94 11 5c0 .66-.44 1.78-.86 2.48zM4 14h5c-.23 1.14-1.3 2-2.5 2s-2.27-.86-2.5-2z"></path></svg></span>tip</div><div class="admonitionContent_BuS1"><p>👉 You can find the full and always up-to-date model catalog in our documentation.</p></div></div>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Quick Links</div><div class="admonitionContent_BuS1"><ul>
<li class=""><a href="https://docs.caip.bmw.cloud/features/generativeai/llm-api/" target="_blank" rel="noopener noreferrer" class="">LLM API Documentation</a></li>
</ul></div></div>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-communication--enablement">📣 Communication &amp; Enablement<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-communication--enablement" class="hash-link" aria-label="Direct link to 📣 Communication &amp; Enablement" title="Direct link to 📣 Communication &amp; Enablement" translate="no">​</a></h3>
<p>We’ve also invested in how we share knowledge, updates, and processes — making CAIP easier to discover and navigate.</p>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="-key-updates">🔑 Key Updates<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-key-updates" class="hash-link" aria-label="Direct link to 🔑 Key Updates" title="Direct link to 🔑 Key Updates" translate="no">​</a></h4>
<ul>
<li class=""><strong>Documentation Hub</strong> — A centralized entry point to all CAIP docs, offering consistent navigation and improved search.</li>
<li class=""><strong>CAIP Update Blog</strong> — Regular updates, deep dives, and best practices directly from the platform team.</li>
<li class=""><strong>New Confluence Home</strong> — A redesigned landing page for better structure and easier access to resources.</li>
<li class=""><strong>New Processes</strong> — Clear and accountable handling of incidents (INC), service requests (SR), with SLAs. L2 enablement for faster resolution and support.</li>
</ul>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Quick Links</div><div class="admonitionContent_BuS1"><ul>
<li class=""><a href="https://docs.caip.bmw.cloud/" target="_blank" rel="noopener noreferrer" class="">CAIP Documentation Hub</a></li>
<li class=""><a href="https://docs.caip.bmw.cloud/blog/" target="_blank" rel="noopener noreferrer" class="">CAIP Blog</a></li>
<li class=""><a href="https://atc.bmwgroup.net/confluence/x/sZjsoAE" target="_blank" rel="noopener noreferrer" class="">CAIP Confluence Home</a></li>
<li class=""><a href="https://docs.caip.bmw.cloud/service-requests/" target="_blank" rel="noopener noreferrer" class="">Service Request Overview</a></li>
<li class=""><a href="https://docs.caip.bmw.cloud/support/" target="_blank" rel="noopener noreferrer" class="">Get Support</a></li>
</ul></div></div>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-feature-requests-powered-by-you">💡 Feature Requests: Powered by You<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-feature-requests-powered-by-you" class="hash-link" aria-label="Direct link to 💡 Feature Requests: Powered by You" title="Direct link to 💡 Feature Requests: Powered by You" translate="no">​</a></h3>
<p>Your feedback is essential for shaping the Connected AI Platform. In this PI, we’ve picked up and delivered some of the most requested improvements from the community.</p>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="-highlights">🔑 Highlights<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-highlights" class="hash-link" aria-label="Direct link to 🔑 Highlights" title="Direct link to 🔑 Highlights" translate="no">​</a></h4>
<ul>
<li class=""><strong>Bigger Notebooks</strong> — Support for notebooks with up to <strong>64 GB RAM</strong> (<a href="https://atc.bmwgroup.net/jira/browse/CONNECTAI-6937" target="_blank" rel="noopener noreferrer" class="">CONNECTAI-6937</a>).</li>
<li class=""><strong>Smarter Storage</strong> — <strong>Intelligent Tiering</strong> for CD4ML S3 Buckets, optimizing cost and performance (<a href="https://atc.bmwgroup.net/jira/browse/CONNECTAI-6943" target="_blank" rel="noopener noreferrer" class="">CONNECTAI-6943</a>).</li>
<li class=""><strong>GitHub Copilot</strong> — Available on VS Code Servers to boost developer productivity (<a href="https://atc.bmwgroup.net/jira/browse/CONNECTAI-6966" target="_blank" rel="noopener noreferrer" class="">CONNECTAI-6966</a>).</li>
</ul>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Quick Links</div><div class="admonitionContent_BuS1"><ul>
<li class=""><a href="https://atc.bmwgroup.net/confluence/x/AiAUpAE" target="_blank" rel="noopener noreferrer" class="">Raise a Feature Request</a></li>
</ul></div></div>
<hr>
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-maintenance-behind-the-scenes">🛠 Maintenance Behind the Scenes<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-maintenance-behind-the-scenes" class="hash-link" aria-label="Direct link to 🛠 Maintenance Behind the Scenes" title="Direct link to 🛠 Maintenance Behind the Scenes" translate="no">​</a></h3>
<p>Not all improvements are visible at first glance — but they make a big difference in your daily work.<br>
<!-- -->In this PI we focused on strengthening the platform foundation with a series of performance and reliability updates.</p>
<h4 class="anchor anchorTargetStickyNavbar_Vzrq" id="-key-improvements">🔑 Key Improvements<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-key-improvements" class="hash-link" aria-label="Direct link to 🔑 Key Improvements" title="Direct link to 🔑 Key Improvements" translate="no">​</a></h4>
<ul>
<li class=""><strong>Performance Enhancements</strong> — Faster startup times and smoother execution for notebooks and pipelines.</li>
<li class=""><strong>Reliability Gains</strong> — Reduced failure rates and more predictable behavior under heavy workloads.</li>
<li class=""><strong>Operational Stability</strong> — Improved monitoring and alerting to detect issues earlier and recover faster.</li>
</ul>
<hr>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-maintenance">🛠 Maintenance<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-maintenance" class="hash-link" aria-label="Direct link to 🛠 Maintenance" title="Direct link to 🛠 Maintenance" translate="no">​</a></h2>
<p>While new features grab the headlines, we also spent a lot of time improving the foundation. In this PI we focused on:</p>
<ul>
<li class="">Performance improvements across notebooks and pipelines.</li>
<li class="">Reliability enhancements, ensuring smoother day-to-day operation.</li>
</ul>
<p>These may not always be visible at first glance, but they’re crucial to keep Connected AI Platform stable and efficient as usage grows.</p>
<hr>
<!-- -->
<h3 class="anchor anchorTargetStickyNavbar_Vzrq" id="-outlook-whats-cooking">🔭 Outlook: What’s Cooking?<a href="https://docs.caip.bmw.cloud/blog/2025/09/03/whats-new-after-25-pi4#-outlook-whats-cooking" class="hash-link" aria-label="Direct link to 🔭 Outlook: What’s Cooking?" title="Direct link to 🔭 Outlook: What’s Cooking?" translate="no">​</a></h3>
<p>We’re already working on the next wave of CAIP capabilities — designed to make the platform even more powerful, production-ready, and easy to use.</p>
<ol>
<li class="">
<p>🚀 <strong>CAIP Workflows</strong>: A new way to orchestrate and automate ML workflows directly in CAIP.</p>
</li>
<li class="">
<p>⚡ <strong>Distributed AI Compute (via CAIP Workflows)</strong>: Scale AI workloads efficiently across clusters with a dedicated Workflow API.</p>
</li>
<li class="">
<p>🧩 <strong>Managed Inference API</strong>: Easily deploy models into production with a fully managed inference layer.</p>
</li>
<li class="">
<p>📦 <strong>CAIP Apps</strong>: Pre-packaged applications that extend the CAIP ecosystem with ready-to-use solutions.</p>
</li>
<li class="">
<p>🗂️ <strong>CAIP Feature Store</strong>: Centralized management and reuse of ML features across projects, improving consistency and speed.</p>
</li>
<li class="">
<p>🔑 <strong>Portal Improvements</strong>: Upcoming enhancements to the <strong>CAIP Web Portal</strong>, including long-awaited <strong>API Key Management</strong> for easier integration and automation.</p>
</li>
</ol>
<div class="theme-admonition theme-admonition-info admonition_xJq3 alert alert--info"><div class="admonitionHeading_Gvgb"><span class="admonitionIcon_Rf37"><svg viewBox="0 0 14 16"><path fill-rule="evenodd" d="M7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm1 3H6v5h2V4zm0 6H6v2h2v-2z"></path></svg></span>Quick Links</div><div class="admonitionContent_BuS1"><ul>
<li class=""><a href="https://docs.caip.bmw.cloud/roadmap" target="_blank" rel="noopener noreferrer" class="">CAIP Roadmap</a></li>
</ul></div></div>]]></content>
        <author>
            <name>Paul Weber</name>
            <uri>https://caip.bmw.cloud</uri>
        </author>
        <category label="Releases" term="Releases"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Feedback Survey 2025]]></title>
        <id>https://docs.caip.bmw.cloud/blog/2025/08/22/your-feedback-matters</id>
        <link href="https://docs.caip.bmw.cloud/blog/2025/08/22/your-feedback-matters"/>
        <updated>2025-08-22T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[💬 We Value Your Feedback!]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="-we-value-your-feedback">💬 We Value Your Feedback!<a href="https://docs.caip.bmw.cloud/blog/2025/08/22/your-feedback-matters#-we-value-your-feedback" class="hash-link" aria-label="Direct link to 💬 We Value Your Feedback!" title="Direct link to 💬 We Value Your Feedback!" translate="no">​</a></h2>
<p><strong>Help Us Make <em>Connected AI Platform</em> Even Better!</strong></p>
<p>Your opinion matters to us! We are constantly working to improve <strong>Connected AI Platform</strong> and make it more useful, reliable, and enjoyable for you. That’s why we’d love to hear from you.</p>
<!-- -->
<p>Please take <strong>just 5 minutes</strong> of your time to share your thoughts and suggestions.<br>
<!-- -->Your feedback is <strong>voluntary</strong>, <strong>anonymous</strong>, and will directly help shape the future of our application.</p>
<hr>
<div class="btn" align="center"><a class="btn" href="https://bmwux.qualtrics.com/jfe/form/SV_d53sciSLvidznqC"><p>🚀 Start User Feedback 🚀</p></a></div>
<hr>
<p>📌 Your input makes a real difference – thank you for supporting us!<br>
<!-- -->⏳ <strong>Survey available until:</strong> 30.09.2025.</p>
<hr>
<p>ℹ️ We do not store any personal information about you. We use a <a href="https://atc.bmwgroup.net/confluence/display/COPUX/UX-Measurement" target="_blank" rel="noopener noreferrer" class="">standardized feedback service</a> provided by <a href="https://atc.bmwgroup.net/confluence/display/COPUX/UX+Live+Center+-+Startseite" target="_blank" rel="noopener noreferrer" class="">UX DesignOps</a> (UX Live Center), which focuses on general usability and does not allow detailed, application-specific questions.</p>]]></content>
        <author>
            <name>Paul Weber</name>
            <uri>https://caip.bmw.cloud</uri>
        </author>
        <category label="Feedback" term="Feedback"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Deprecating Code Server Notebooks with Python v3.8]]></title>
        <id>https://docs.caip.bmw.cloud/blog/2025/07/25/deprecate-python38-notebooks</id>
        <link href="https://docs.caip.bmw.cloud/blog/2025/07/25/deprecate-python38-notebooks"/>
        <updated>2025-07-25T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Summary]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="summary">Summary<a href="https://docs.caip.bmw.cloud/blog/2025/07/25/deprecate-python38-notebooks#summary" class="hash-link" aria-label="Direct link to Summary" title="Direct link to Summary" translate="no">​</a></h2>
<p>Deprecate code servers with development environment with python 3.8 version.&nbsp;</p>
<!-- -->
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="release-highlights">Release Highlights<a href="https://docs.caip.bmw.cloud/blog/2025/07/25/deprecate-python38-notebooks#release-highlights" class="hash-link" aria-label="Direct link to Release Highlights" title="Direct link to Release Highlights" translate="no">​</a></h2>
<p>It will not be possible to use python v3.8 due to BMW politics. Now only it is possible to create code server notebooks with python v3.11 and python v.12.</p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="how-to-upgrade">How to Upgrade<a href="https://docs.caip.bmw.cloud/blog/2025/07/25/deprecate-python38-notebooks#how-to-upgrade" class="hash-link" aria-label="Direct link to How to Upgrade" title="Direct link to How to Upgrade" translate="no">​</a></h2>
<p>The notebooks with the server code with python v3.8 will stop working. You will need to delete the notebooks to not use unnecessary resources and then create new code servers with the new versions (v3.11 or v3.12).</p>
<p>Please note:</p>
<ul>
<li class="">To ensure a smooth transition, <strong>we give users time to upgrade to more updated versions.</strong></li>
<li class="">
<font color="red"><strong>The version will be deprecated in one week, 2025.7.31.</strong></font>
</li>
</ul>]]></content>
        <author>
            <name>Paul Weber</name>
            <uri>https://caip.bmw.cloud</uri>
        </author>
        <category label="Releases" term="Releases"/>
        <category label="Notebooks" term="Notebooks"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Intelligent Tiering for CD4ML S3 Buckets]]></title>
        <id>https://docs.caip.bmw.cloud/blog/2025/07/25/intelligent-tiering-cd4ml-s3</id>
        <link href="https://docs.caip.bmw.cloud/blog/2025/07/25/intelligent-tiering-cd4ml-s3"/>
        <updated>2025-07-25T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Summary]]></summary>
        <content type="html"><![CDATA[<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="summary">Summary<a href="https://docs.caip.bmw.cloud/blog/2025/07/25/intelligent-tiering-cd4ml-s3#summary" class="hash-link" aria-label="Direct link to Summary" title="Direct link to Summary" translate="no">​</a></h2>
<p>The goal of this change is, mainly, to cut costs across all of the cd4ml buckets, since it's been noticed that we have a lot of stored objects, sometimes summing up to terabytes of used space.</p>
<!-- -->
<p><img decoding="async" loading="lazy" alt="Change Overview" src="https://docs.caip.bmw.cloud/assets/images/overview-15b540508c067d6d19839db06958bd3a.png" width="1412" height="670" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="release-highlights">Release Highlights<a href="https://docs.caip.bmw.cloud/blog/2025/07/25/intelligent-tiering-cd4ml-s3#release-highlights" class="hash-link" aria-label="Direct link to Release Highlights" title="Direct link to Release Highlights" translate="no">​</a></h2>
<p>All cd4ml buckets will transition it's current storage (S3 Standard) to S3 Intelligent-Tiering. This feature is turned on by default, as of the date of this change. Settings can be defined accordingly in the product.yaml, following the structure below.</p>
<p><img decoding="async" loading="lazy" alt="Default configuration for intelligent tiering, in product-defaults.yaml" src="https://docs.caip.bmw.cloud/assets/images/s3-it-product-yml-9b1537946916c50ee56384319dea0ec4.png" width="398" height="184" class="img_ev3q"></p>
<p>The currently existing objects in these buckets will not be deleted, but transferred to another storage tiering. This is done via a lifecycle policy that defines a 0 day transition to intelligent-tiering, as shown below.</p>
<p><img decoding="async" loading="lazy" alt="S3 Lifecycle Policy" src="https://docs.caip.bmw.cloud/assets/images/s3-it-lifecycle-policy-640167c10da3b9e78552ce6d5de5b7a0.png" width="1698" height="450" class="img_ev3q"></p>
<p>This change aims to try to cut costs in the long run by automatically transferring unaccessed data to a lower-cost tier. The defined settings for unaccessed data are the following:</p>
<ul>
<li class="">0 - 30 days: Frequent Access Tier</li>
<li class="">30 - 90 days: Infrequent Access Tier</li>
<li class="">90 - 120 days: Archive Instant Access Tier</li>
<li class="">120 - 150 days: Archive Access Tier</li>
<li class="">150+ days: Deep-Archive Access Tier</li>
</ul>
<p>Everytime data is accessed in any of these tiers, it returns back to the 'Frequent Access Tier'.</p>
<p><img decoding="async" loading="lazy" alt="S3 Lifecycle Timeline" src="https://docs.caip.bmw.cloud/assets/images/s3-it-policy-timeline-5a6510537d1f1186b20dcdf73629d92b.png" width="2222" height="1020" class="img_ev3q"></p>
<h2 class="anchor anchorTargetStickyNavbar_Vzrq" id="️-main-takeaways-and-important-notes-️">⚠️ Main Takeaways and Important Notes ⚠️<a href="https://docs.caip.bmw.cloud/blog/2025/07/25/intelligent-tiering-cd4ml-s3#%EF%B8%8F-main-takeaways-and-important-notes-%EF%B8%8F" class="hash-link" aria-label="Direct link to ⚠️ Main Takeaways and Important Notes ⚠️" title="Direct link to ⚠️ Main Takeaways and Important Notes ⚠️" translate="no">​</a></h2>
<p>While we advise maintaining data in Intelligent-Tiering, here are some takeaways that may be important to mention:&nbsp;</p>
<ul>
<li class="">These changes are applied to all cd4ml buckets. For now, there is no option to "cherry-pick" buckets to not use it;</li>
<li class="">Objects under 128 kb are always kept in the 'Frequent Access Tier';</li>
<li class=""><strong>Instant Access Tiers</strong> are currently <em>opt-out</em> via product.yaml. If you turn this feature <strong>OFF</strong>:<!-- -->
<ul>
<li class="">All objects stored in intelligent tiering won't be moved do S3 Standard / other unless a manual copy is made;</li>
<li class="">New objects inserted after instant access is turned off will be stored in S3 Standard;</li>
<li class="">If you turn this feature ON again, objects in Standard will be moved back to Intelligent Tiering automatically during the next evaluation cycle;</li>
</ul>
</li>
<li class=""><strong>Archive Access Tiers</strong> are currently <em>opt-in</em> via product.yaml. If you turn these features <strong>ON</strong>:<!-- -->
<ul>
<li class="">Data that is in 'Archive Instant Acess', if it's unaccessed time is above defined thresholds (120+ / 150+), will be moved to their respective tiers during the next evaluation cycle;</li>
<li class="">Data retrieval from&nbsp;Archive Access Tiers require a <strong>restore request</strong>, which causes it to be brought back to 'Frequent Access Tier';</li>
<li class="">If you turn these features OFF again, objects will stay in Intelligent Tiering, in their respective tiers. Retrieval of this data to another storage type will require a restore and manual copy;</li>
</ul>
</li>
</ul>
<p>We also advise to revise bucket storage usage to try to reduce storage costs whenever possible (temp files, unused data / files, etc...).</p>]]></content>
        <author>
            <name>Pedro Silva</name>
            <uri>https://caip.bmw.cloud</uri>
        </author>
        <category label="Releases" term="Releases"/>
        <category label="Cost Down" term="Cost Down"/>
    </entry>
</feed>