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
- Host: GitHub
- URL: https://github.com/whywaita/shoes-aws
- Owner: whywaita
- Created: 2024-04-28T09:15:49.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T15:00:53.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T02:16:18.877Z (about 1 year ago)
- Topics: amazon-web-services, github-actions, myshoes, myshoes-provider
- Language: Go
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`