Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/takaishi/awsri
https://github.com/takaishi/awsri
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/takaishi/awsri
- Owner: takaishi
- License: mit
- Created: 2024-01-27T14:11:53.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T04:13:54.000Z (8 months ago)
- Last Synced: 2024-12-12T03:27:27.226Z (about 2 months ago)
- Language: Go
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# awsri
## Instalation
```
% go install github.com/takaishi/awsri@latest
```## Usage
```
% awsri --service=rds --db-instance-class=db.t4g.large --product-description=mysql --multi-az=true
| Duration (Year) | Offering Type | One Time Payment (USD) | Usage Charges (USD, Monthly) |
|-----------------|-----------------|------------------------|------------------------------|
| 1 | No Upfront | 0 | 134 |
| 1 | Partial Upfront | 781 | 64 |
| 1 | All Upfront | 1517 | 0 |
| 3 | No Upfront | N/A | N/A |
| 3 | Partial Upfront | 1630 | 45 |
| 3 | All Upfront | 3192 | 0 |```
```
# awsri --service=elasticache --db-instance-class=db.t4g.large --product-description=redis
| Duration (Year) | Offering Type | One Time Payment (USD) | Usage Charges (USD, Monthly) |
|-----------------|-----------------|------------------------|------------------------------|
| 1 | No Upfront | 0 | 73 |
| 1 | Partial Upfront | 4460 | 367 |
| 1 | All Upfront | 28189 | 0 |
| 3 | No Upfront | 0 | 1328 |
| 3 | Partial Upfront | 2756 | 76 |
| 3 | All Upfront | 44584 | 0 |
```