cloudposse / cloudposse/github-action-setup-atmos

Leverage github actions cache -> runs-on s3 magic cache to reduce traffic over NAT

Open
#107 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
9
Forks
9
PR merge metrics
No merged PRs in 30d

Description

## Describe the Feature

Leverage github actions cache to prevent downloading Atmos binaries for each run of an action.
When github actions is used, we're able to use [RunsOn S3 cache](https://runs-on.com/caching/magic-cache/), which is fast (local in our VPC), and cheap (no traffic over our NAT gateway).

## Expected Behavior

Github Actions Cache is used.

## Use Case

We're trying to reduce the amount of traffic over our NAT gateway as much as possible. This started to add up on our AWS bill.

## Describe Ideal Solution

Local @actions/tool-cache be replace with remote GH Actions cache, or GH Actions cache being added on top of that.

## Alternatives Considered

None / couldn't think of any.

## Additional Context

--

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.