Skip to content

Commit

Permalink
docs: adds open in devcontainer badge
Browse files Browse the repository at this point in the history
  • Loading branch information
sonikro committed Nov 27, 2023
1 parent b107f44 commit 307f0c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<p align="center">
<a href="https://github.com/sonikro/aws-run/actions"><img alt="aws-run-action status" src="https://github.com/sonikro/aws-run/workflows/build-test/badge.svg"></a>

</p>

[![Open in Dev Containers](https://img.shields.io/static/v1?label=Dev%20Containers&message=Open&color=blue&logo=visualstudiocode)](https://vscode.dev/redirect?url=vscode://ms-vscode-remote.remote-containers/cloneInVolume?url=https://github.com/sonikro/aws-run)


# Run code remotely in your AWS Account with GitHub Actions

This action allows you to run a script inside of your AWS Account, without having to spin up your own runner. By leveraging the power of ECS Tasks, you can use any docker image, and run any script inside of your Job, as if that script was being executed inside of the runner, however, the script is remotely executed inside of your AWS VPC, which grants your step special access to private resources, such as RDS Databases, Internal Loadbalancers, and much more.
Expand Down

0 comments on commit 307f0c7

Please sign in to comment.