Skip to content

Commit

Permalink
Add docs for launch template, prep for release v1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rogisolorzano committed Apr 25, 2023
1 parent f949d92 commit 640839c
Show file tree
Hide file tree
Showing 8 changed files with 41,148 additions and 26,938 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ This action assumes that the Github runner software is already installed. You ca

We recommend using a separate security group for your runners. Github runners use HTTPS long polling, so the only thing needed is outbound traffic on port 443. Inbound traffic isn't needed.

### 5. Create launch template (optional)

A [launch template](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-templates.html) provides a convenient way to manage the launch config for your EC2 instances. This action supports specifying a launch template to use (see `examples/with-launch-template.yml`). This is optional, you can also configure the EC2 instance with config params provided by this action.

## Using in your workflow

Reference the example workflows in `./examples` to get started. See `action.yml` for more info on the inputs this workflow supports.
Expand Down
2 changes: 2 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ inputs:
required: false
description: >-
Launch template id from the EC2 console. Set only if using the launch template approach.
Either a template ID or template name is required, but both can't be used at the same time.
launch-template-name:
required: false
description: >-
Launch template name from the EC2 console. Set only if using the launch template approach.
Either a template ID or template name is required, but both can't be used at the same time.
launch-template-version:
required: false
Expand Down
Loading

0 comments on commit 640839c

Please sign in to comment.