All Projects → nishinoshake → Aws Rough

nishinoshake / Aws Rough

Licence: mit
ざっくりAWS

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Aws Rough

Nuxt Serverless
Nuxt.js Serverless SSR Starter on AWS (Lambda + API Gateway + S3) with Serverless Framework
Stars: ✭ 235 (+21.76%)
Mutual labels:  aws, nuxt
Opencspm
Open Cloud Security Posture Management Engine
Stars: ✭ 191 (-1.04%)
Mutual labels:  aws
Bootstrap Vue
BootstrapVue provides one of the most comprehensive implementations of Bootstrap v4 for Vue.js. With extensive and automated WAI-ARIA accessibility markup.
Stars: ✭ 13,603 (+6948.19%)
Mutual labels:  nuxt
Terraform Aws Lambda
Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations
Stars: ✭ 190 (-1.55%)
Mutual labels:  aws
Lambda The Cli Way
AWS Lambda using CLI, an introductory cookbook
Stars: ✭ 188 (-2.59%)
Mutual labels:  aws
Nuxt Sass Resources Loader
SASS resources (e.g. variables, mixins etc.) module for NuxtJs
Stars: ✭ 191 (-1.04%)
Mutual labels:  nuxt
Machine Controller Manager
Declarative way of managing machines for Kubernetes cluster
Stars: ✭ 186 (-3.63%)
Mutual labels:  aws
Typed Vuex
🏦 A typed store accessor for vanilla Vuex.
Stars: ✭ 193 (+0%)
Mutual labels:  nuxt
Aws Cf Templates
A cloudonaut.io project. Engineered by widdix.
Stars: ✭ 2,399 (+1143.01%)
Mutual labels:  aws
Aq
Query AWS resources with SQL
Stars: ✭ 190 (-1.55%)
Mutual labels:  aws
Aws Lambda Fastify
Insipired by aws-serverless-express to work with Fastify with inject functionality.
Stars: ✭ 190 (-1.55%)
Mutual labels:  aws
Vue Cheatsheet
Modified version of the official VueMastery cheatsheet
Stars: ✭ 188 (-2.59%)
Mutual labels:  nuxt
Aws Iam Generator
Generate Multi-Account IAM users/groups/roles/policies from a simple YAML configuration file and Jinja2 templates.
Stars: ✭ 191 (-1.04%)
Mutual labels:  aws
Bael Template
Brutalist Blog theme for Netlify CMS
Stars: ✭ 187 (-3.11%)
Mutual labels:  nuxt
Aws Auto Remediate
Open source application to instantly remediate common security issues through the use of AWS Config
Stars: ✭ 191 (-1.04%)
Mutual labels:  aws
Elasticpypi
Serverless pypi
Stars: ✭ 186 (-3.63%)
Mutual labels:  aws
Aws Recipes
A number of Recipes for AWS
Stars: ✭ 189 (-2.07%)
Mutual labels:  aws
Cgx
💻🔥CLI to generate the recommended documentation/files to improve contribution (Github, Gitlab, CodeCommit and Bitbucket)
Stars: ✭ 190 (-1.55%)
Mutual labels:  aws
Gossm
💻Interactive CLI tool that you can connect to ec2 using commands same as start-session, ssh in AWS SSM Session Manager
Stars: ✭ 192 (-0.52%)
Mutual labels:  aws
Firectl
firectl is a command-line tool to run Firecracker microVMs
Stars: ✭ 192 (-0.52%)
Mutual labels:  aws

ざっくりAWS

ざっくりAWS

AWS の料金を日本円でざっくり計算できるサイトです。

入力の手間を減らすために、料金への影響が少ない項目は削っているため、手軽に概算を算出できます。

正確な料金は必要ないから適当な入力でざっくり知りたい、みたいなときに便利かもしれません。

https://aws-rough.cc

License: MIT CircleCI

使い方

# インストール
npm install

# 開発サーバーの起動
npm run dev

# ユニットテスト
npm run test:unit

# E2Eテスト向けに静的ファイルを生成
npm run generate:test

# E2Eテスト
npm run test:e2e

# テストをまとめて
npm run test

# 本番向けに静的ファイルを生成
# E2Eテストに使用した要素のdata-test属性を削除しておく
npm run generate:production

データ更新の流れ

運用フロー

計算に使用する為替やAWSの料金は、Lambdaで毎朝に取得しています。
10am(JST)にLambdaを起こして価格の更新を行い、CircleCIで静的ファイルを生成してからデプロイする流れです。

価格を取得するLambdaのコードは別のリポジトリで管理しています。
https://github.com/nishinoshake/aws-rough-functions

ご意見・ご要望

追加して欲しいサービスや機能、致命的なバグなどがありましたら、issueにあげていただくか、なんらかの方法でご連絡をお願いいたします。サイト名が「ざっくりAWS」なので、ざっくりじゃなくなってしまう機能追加は難しいですが、できる限り対応いたします。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].