diff --git a/src/content/BlogPosts/blogPosts.yaml b/src/content/BlogPosts/blogPosts.yaml
index 2d4aef7b3..ca13c4e40 100644
--- a/src/content/BlogPosts/blogPosts.yaml
+++ b/src/content/BlogPosts/blogPosts.yaml
@@ -6,6 +6,14 @@ description:
path: /blog
blogs:
+ - title: "AWS Distro for OpenTelemetry Releases will no longer be announced in this blog"
+ author: "Eric Zhang"
+ date: "2-October-2025"
+ body:
+ "Starting October 2, 2025, AWS Distro for OpenTelemetry (ADOT) Java releases will no longer be announced on this blog.
+ For the latest updates and release notes, please refer to the official ADOT GitHub repository and the AWS Distro for OpenTelemetry documentation."
+ link: "/docs/ReleaseBlogs/aws-distro-for-opentelemetry-releases-no-longer-announced"
+
- title: "AWS Distro for OpenTelemetry EKS Add-on v0.131.0-eksbuild.1 is now available"
author: "Pavan Sai Vasireddy"
date: "02-October-2025"
diff --git a/src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-releases-no-longer-announced.mdx b/src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-releases-no-longer-announced.mdx
new file mode 100644
index 000000000..33ed31abf
--- /dev/null
+++ b/src/content/Blogs/ReleaseBlogs/aws-distro-for-opentelemetry-releases-no-longer-announced.mdx
@@ -0,0 +1,39 @@
+---
+title: "AWS Distro for OpenTelemetry Release Announcements Update"
+description: This blog post announces that future AWS Distro for OpenTelemetry releases will no longer be announced on this website
+---
+
+import SectionSeparator from "components/MdxSectionSeparator/sectionSeparator.jsx";
+
+
+
+**Important Update: Language Instrumentation Release Announcements Moving to GitHub**
+
+Releases for AWS Distro for OpenTelemetry (ADOT) Agent for Java will no longer be announced on this website.
+
+All new release announcements will be available directly in our [Github Releases](https://github.com/aws-observability/aws-otel-java-instrumentation/releases) page.
+
+
+
+**Where to Find Release Information**
+
+All future release information for our four supported ADOT languages will be available directly on our GitHub release pages:
+
+- **ADOT Java Instrumentation**: [GitHub Releases](https://github.com/aws-observability/aws-otel-java-instrumentation/releases)
+- **ADOT Python Instrumentation**: [GitHub Releases](https://github.com/aws-observability/aws-otel-python-instrumentation/releases)
+- **ADOT .NET Instrumentation**: [GitHub Releases](https://github.com/aws-observability/aws-otel-dotnet-instrumentation/releases)
+- **ADOT JavaScript Instrumentation**: [GitHub Releases](https://github.com/aws-observability/aws-otel-js-instrumentation/releases)
+
+Our new Github release notes are updated to include comprehensive information on upstream dependency versions, new changes, and artifacts destinations.
+
+
+
+**Additional Resources**
+
+To stay involved with our AWS Distro for OpenTelemetry (ADOT) projects:
+
+- **Watch** our GitHub repositories to receive notifications about new releases.
+- File an issue in any of our ADOT repos ([Java](https://github.com/aws-observability/aws-otel-java-instrumentation/issues), [Python](https://github.com/aws-observability/aws-otel-python-instrumentation/issues), [.NET](https://github.com/aws-observability/aws-otel-dotnet-instrumentation/issues), [JavaScript](https://github.com/aws-observability/aws-otel-js-instrumentation/issues)) if you have any questions about the distribution, features, or components.
+- Join the [OpenTelemetry community](https://github.com/open-telemetry) to learn about our upstream components and contribute to ongoing projects.
+
+Thank you for using AWS Distro for OpenTelemetry!