Tag Banner

All news with #aws cli tag

Wed, November 19, 2025

AWS introduces aws login for secure developer access

🔐 The new aws login CLI command lets developers obtain temporary programmatic credentials using the same sign-in method as the AWS Management Console, eliminating the need to create and manage long-term access keys. The command opens a browser-based OAuth2 flow and supports root/IAM user sign-in as well as federated identity providers. Issued credentials auto-rotate every 15 minutes and remain valid up to the IAM session duration (maximum 12 hours). Aws login integrates with profiles, remote development workflows, AWS SDKs, AWS Tools for PowerShell, and legacy SDKs via credential_process.

read more →

Wed, November 19, 2025

AWS enables console sign-in credentials for CLI and SDK

🔐 AWS now permits developers to use their existing AWS Management Console sign-in credentials for programmatic access via the AWS CLI, AWS Tools for PowerShell, and AWS SDKs after a brief browser-based authentication flow. The aws login command in AWS CLI v2.32.0 and later obtains automatically rotated, short-lived credentials to reduce reliance on long-term access keys. This capability is available in all commercial AWS regions and aims to streamline local development setup while improving security posture.

read more →

Tue, September 2, 2025

AWS releases open-source, scenario-focused CLI scripts

🔧 AWS has published an open-source collection of scenario-focused AWS CLI scripts and tutorials that demonstrate end-to-end shell workflows across more than 60 AWS services. Each example is tested and includes patterns for error handling, resource tracking, and automated cleanup to reduce mistakes and resource leakage. The project also provides guidance to generate and contribute new scripts using generative AI tools like the Amazon Q Developer CLI, enabling an iterative test-and-improve workflow that can produce working scripts rapidly for well-documented use cases.

read more →