{%- extends "basic/layout.html" %} {% set deprecated_commands = ({ 'reference/ecr/get-login': ['reference/ecr/get-login-password', 'get-login-password'], 'reference/cloudtrail/create-subscription': None, 'reference/cloudtrail/update-subscription': None, }) %} {# Do this so that bootstrap is included before the main css file #} {%- block htmltitle %} {{ super() }} {%- endblock %} {# Displays the next and previous links both before and after content #} {% macro render_relations(class='footer-links', add_spacer=0) -%} {% if prev or next %}
{% else %} {% if add_spacer %}
{% endif %} {% endif %} {%- endmacro %} {%- block extrahead %} {% if theme_touch_icon %} {% endif %} {{ super() }} {% endblock %} {% block header %} {{ super() }} {% endblock %} {%- block content %} {%- if pagename == 'index' and theme_index_template %} {% include theme_index_template %} {%- else %}
{%- block top_rel_links %} {{ render_relations('top-links', 1) }} {%- endblock %} {%- block document_wrapper %}
{%- block sidebar1 %}{{ sidebar() }}{% endblock %} {%- block document %}

Note:

You are viewing the documentation for an older major version of the AWS CLI (version 1). {% if pagename in deprecated_commands %} {% if deprecated_commands[pagename] %} This command is deprecated in AWS CLI version 2, use {{ deprecated_commands[pagename][1] }} instead. {% else %} This command is deprecated and no longer available in AWS CLI version 2. {% endif %} {% else %} To view this page for the AWS CLI version 2, click here. {% endif %}

AWS CLI v1 entered maintenance mode on August 5, 2026 and will reach end-of-support on July 15, 2027. During maintenance mode, releases are limited to critical bug fixes and security issues. AWS CLI v1 will not receive API updates for new or existing services, or be updated to support new regions. For more information, see the maintenance mode announcement.

We recommend that you migrate to AWS CLI version 2. See the installation instructions and migration guide.

{% block body %} {% endblock %}
{%- endblock %} {%- block sidebar2 %}{# Place holder for other sidebar #}{% endblock %}
{%- endblock %} {%- block bottom_rel_links %} {{ render_relations('footer-links') }} {%- endblock %} {%- block comments -%} {% if theme_disqus_comments_shortname %}
{% include "comments.html" %}
{% endif %} {%- endblock %}
{%- endif %} {%- endblock %} {%- block footer %} {%- block footer_wrapper %} {%- endblock %} {%- block ga %} {%- if theme_google_analytics_account %} {%- endif %} {%- endblock %} {% block key_events %} {% if theme_bind_key_events %} {% endif %} {% endblock %} {%- endblock %}