From Fedora Project Wiki
No edit summary
Line 14: Line 14:
|-
|-
! Cloud provider !! CLI package !! Notes
! Cloud provider !! CLI package !! Notes
|-
| [https://www.alibabacloud.com/ Alibaba Cloud] || [https://src.fedoraproject.org/rpms/golang-github-aliyun-cli `golang-github-aliyun-cli`] || Official CLI tool for Alibaba Cloud
|-
|-
| [https://aws.amazon.com/ AWS] || [https://src.fedoraproject.org/rpms/awscli `awscli`] || Official CLI tool for Amazon Web Services (AWS)
| [https://aws.amazon.com/ AWS] || [https://src.fedoraproject.org/rpms/awscli `awscli`] || Official CLI tool for Amazon Web Services (AWS)
Line 20: Line 22:
|-
|-
| [https://www.digitalocean.com/ Digital Ocean] || [https://src.fedoraproject.org/rpms/doctl `doctl`] || Official CLI tool for Digital Ocean
| [https://www.digitalocean.com/ Digital Ocean] || [https://src.fedoraproject.org/rpms/doctl `doctl`] || Official CLI tool for Digital Ocean
|-
| [https://www.linode.com/ Linode] || [https://src.fedoraproject.org/rpms/linode-cli `linode-cli`] || Official CLI tool for Linode
|-
|-
| [https://www.vultr.com/ VULTR] || [https://src.fedoraproject.org/rpms/vultr-cli `vultr-cli`] || Official CLI tool for VULTR
| [https://www.vultr.com/ VULTR] || [https://src.fedoraproject.org/rpms/vultr-cli `vultr-cli`] || Official CLI tool for VULTR
|}
|}

Revision as of 13:32, 1 June 2022

Cloud Tools

Fedora has many different tools packaged for various cloud providers, including command line interfaces (CLIs) and software development kits (SDKs):

  • CLI: command line tools that allow you to query a cloud provider for information or make changes to your cloud deployments
  • SDK: code libraries that integrate into other applications that allow you to query and manage cloud resources programmatically

Cloud CLI tools

Fedora has CLI packages ready to install for multiple cloud providers. Install any of these with dnf install PACKAGE_NAME:

Caption text
Cloud provider CLI package Notes
Alibaba Cloud golang-github-aliyun-cli Official CLI tool for Alibaba Cloud
AWS awscli Official CLI tool for Amazon Web Services (AWS)
Azure azure-cli Official CLI tool for Microsoft Azure
Digital Ocean doctl Official CLI tool for Digital Ocean
Linode linode-cli Official CLI tool for Linode
VULTR vultr-cli Official CLI tool for VULTR