An open API service indexing awesome lists of open source software.

https://github.com/whywaita/shoes-aws

myshoes provider for Amazon Web Services
https://github.com/whywaita/shoes-aws

amazon-web-services github-actions myshoes myshoes-provider

Last synced: about 1 year ago
JSON representation

myshoes provider for Amazon Web Services

Awesome Lists containing this project

README

          

# shoes-aws: shoes provider for [Amazon Web Services](https://aws.amazon.com)

shoes-aws is [myshoes](https://github.com/whywaita/myshoes) provider

## Setup

Please set environment values.

### Required

- `AWS_RESOURCE_TYPE_MAPPING`
- mapping from [resource_type](https://github.com/whywaita/myshoes/blob/master/docs/how-to-develop-shoes.md#resource-type) to instance type of AWS.
- e.g.) `{"nano": "c5a.large", "micro": "c5a.xlarge"}`
- Credential values for AWS
- AWS Shared Configuration
- See [official documents](https://docs.aws.amazon.com/sdkref/latest/guide/creds-config-files.html)

### Optional

- `AWS_IMAGE_ID`
- AMI ID for runner
- default: `ami-02868af3c3df4b3aa`