aws_cli

ECGALAXY aws_cli role

This Ansible role installs the latest version of the AWS CLI.

The Session Manager plugin is also installed (can be disabled by setting awscli_ssm_install to false).

Requirements

  • The gpg command, which can be provided by the ecgalaxy.common_packages role.

Role Variables

For the list of all the available variables check the files under defaults/ and vars/.

Dependencies

  • optional: ecgalaxy.common_packages

Example Playbook

- hosts: all
  roles:
    - ecgalaxy.bootstrap
    - ecgalaxy.common_packages
    - ecgalaxy.aws_cli

One-liner

bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.aws_cli

See ansible-role for instructions.

Please verify the script integrity first.

Upgrading & Uninstalling

In order to upgrade, reexecute this Ansible role after a new version has been released.

To uninstall, follow those instructions.

License

Copyright the European Union 2022.

Licensed under the EUPL-1.2 or later.

Author Information

ECGALAXY team.

About

Installs AWS CLI and Session Manager plugin

Install
ansible-galaxy install ecgalaxy/aws_cli
GitHub repository
License
eupl-1.2
Downloads
30760
Owner
The European Commission ECGALAXY project provides a set of reusable Infrastructure as Code (IaC) tools and components