# Tools for cloud computing (AWS, Azure, Google Cloud) with Julia (known to me as of Oct 2020)

**URL:** https://discourse.julialang.org/t/tools-for-cloud-computing-aws-azure-google-cloud-with-julia-known-to-me-as-of-oct-2020/48368
**Category:** Julia at Scale
**Created:** [October 14, 2020, 2:26pm UTC](https://discourse.julialang.org/t/tools-for-cloud-computing-aws-azure-google-cloud-with-julia-known-to-me-as-of-oct-2020/48368 "2020-10-14T14:26:53Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![nickeubank](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nickeubank/32/3878_2.png) [@nickeubank](https://discourse.julialang.org/u/nickeubank)
#### Post date: [October 14, 2020, 2:26pm UTC](https://discourse.julialang.org/t/tools-for-cloud-computing-aws-azure-google-cloud-with-julia-known-to-me-as-of-oct-2020/48368/1 "2020-10-14T14:26:53Z")

</div>

**Azure** :

- [Azure API interface in Julia](https://github.com/JuliaComputing/Azure.jl): like Azure CLI, but in Julia.
- Best set of Azure tools I’ve found (thanks Chevron!):
  - [AzManagers (standup VMs and scaled clusters)](https://chevronetc.github.io/AzManagers.jl/stable/),
  - [AzSessions (manage authentication into Azure services](https://chevronetc.github.io/AzSessions.jl/dev/),
  - [AzStorage (get and put data into Azure storage)](https://chevronetc.github.io/AzStorage.jl/stable/)

**AWS**

- [Julia Cloud](https://github.com/JuliaCloud) has lots of AWS libraries!

**Google Cloud**

(Note I don’t know Google Cloud, so not quite sure how effective these are at doing what one may want)

- [GoogleCloud.jl](https://github.com/JuliaCloud/GoogleCloud.jl)

**Generically Useful**

- [Kuber.jl](https://github.com/JuliaComputing/Kuber.jl): Kubernetes API in Julia.
- [ClusterManagers.jl](https://github.com/JuliaParallel/ClusterManagers.jl): only works with static clusters, but great tools if your cluster uses one of any number of schedulers.

If anyone has anything to add, please do!
