Skip to content

Commit 20d794c

Browse files
committed
Add maintenance mode announcement to readme, API ref, and bundled installer
1 parent 64c34ba commit 20d794c

3 files changed

Lines changed: 22 additions & 7 deletions

File tree

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ Jump to:
1414
- `Getting Help <#getting-help>`__
1515
- `More Resources <#more-resources>`__
1616

17+
18+
Entering Maintenance Mode on July 15, 2026
19+
------------------------------------------
20+
21+
We `announced <https://aws.amazon.com/blogs/developer/cli-v1-maintenance-mode-announcement/>`__
22+
the upcoming **end-of-support for the AWS CLI v1**. We recommend
23+
that you migrate to
24+
`AWS CLI v2 <https://docs.aws.amazon.com/cli/latest/userguide/cliv2-migration.html>`__.
25+
For dates, additional details, and information on how to migrate,
26+
please refer to the linked announcement.
27+
1728
Getting Started
1829
---------------
1930

doc/source/guzzle_sphinx_theme/guzzle_sphinx_theme/layout.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,7 @@
9494
<p>
9595
<h3 style="margin-top: 0px;">Note:</h3>
9696
You are viewing the documentation for an older major version of the AWS CLI (version 1).
97-
</p>
98-
<p>
99-
AWS CLI version 2, the latest major version of AWS CLI, is now stable and recommended for general use.
100-
{% if pagename in deprecated_commands %}
97+
{% if pagename in deprecated_commands %}
10198
{% if deprecated_commands[pagename] %}
10299
This command is deprecated in AWS CLI version 2, use
103100
<a href="https://docs.aws.amazon.com/cli/latest/{{ deprecated_commands[pagename][0] }}.html">{{ deprecated_commands[pagename][1] }}</a> instead.
@@ -108,6 +105,10 @@ <h3 style="margin-top: 0px;">Note:</h3>
108105
To view this page for the AWS CLI version 2, click
109106
<a href="https://docs.aws.amazon.com/cli/latest/{{ pagename }}.html">here</a>.
110107
{% endif %}
108+
</p>
109+
<p>
110+
We <a href="https://aws.amazon.com/blogs/developer/cli-v1-maintenance-mode-announcement/">announced</a> the upcoming end-of-support for the AWS CLI v1.
111+
For dates, additional details, and information on how to migrate, please refer to the linked announcement.
111112
For more information see the AWS CLI version 2
112113
<a href="https://docs.aws.amazon.com/cli/latest/userguide/install-cliv2.html">installation instructions</a>
113114
and

scripts/install

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,12 @@ def main():
236236
print("You can now run: %s --version" % opts.bin_location)
237237
else:
238238
print("You can now run: %s --version" % real_location)
239-
print('\nNote: AWS CLI version 2, the latest major version '
240-
'of the AWS CLI, is now stable and recommended for general '
241-
'use. For more information, see the AWS CLI version 2 '
239+
print('\nNote: We announced the end-of-support for the AWS CLI v1: '
240+
'https://aws.amazon.com/blogs/developer/'
241+
'cli-v1-maintenance-mode-announcement/',
242+
'\nFor dates, additional details, and information on how to '
243+
'migrate, please refer to the linked announcement.',
244+
'\nWe recommend that you migrate to AWS CLI v2, see the',
242245
'installation instructions at: https://docs.aws.amazon.com/cli/'
243246
'latest/userguide/install-cliv2.html')
244247
finally:

0 commit comments

Comments
 (0)