AWS Elastic Beanstalk now includes a Deployments tab in the environment dashboard that consolidates deployment history and real-time deployment logs. Instead of downloading log bundles and searching through multiple files, developers can view deployment progress and error output directly in the console. The tab shows each deployment phase (dependency installation, .ebextensions commands, platform hooks, application startup) and on failure automatically surfaces up to 50 lines of output from the failed step. A walkthrough demonstrates creating a Node.js environment, triggering a broken deployment with a non-existent npm package, and diagnosing the failure instantly from the console without SSH access. Available on Amazon Linux 2/2023 platform versions released after March 11, 2026, and Windows Server 2.23.0+.

11m read timeFrom aws.amazon.com
Post cover image
Table of contents
IntroductionSolution overviewPrerequisitesWalkthroughCleaning upConclusion
42 Impressions