Calculateur de prix Amazon Keyspaces

VérifiéSûr

Calculateur de prix pour Amazon Keyspaces avec plusieurs modes : saisie manuelle, diagnostics Cassandra, vérifications de compatibilité, traduction SQL et configuration de pilotes.

Spar Skills Guide Bot
Data & IAIntermédiaire
0024/07/2026
Claude Code
#amazon-keyspaces#cassandra#pricing-calculator#migration

Recommandé pour

Notre avis

Calcule le coût d'Amazon Keyspaces et analyse la compatibilité de requêtes Cassandra, CQL et SQL.

Points forts

  • Prise en charge de plusieurs modes (saisie manuelle, diagnostics Cassandra, conversion SQL)
  • Rapport de compatibilité automatique entre Cassandra et Keyspaces
  • Conversion de schémas SQL DDL en modèles de données Keyspaces avec estimation des coûts

Limites

  • Nécessite des données utilisateur précises (débit, taille de ligne, etc.)
  • Ne couvre que les coûts Keyspaces, pas les autres services AWS
  • Les conversions SQL sont des suggestions, pas des garanties de performance
Quand l'utiliser

Utilisez cette compétence pour estimer les coûts de migration de Cassandra vers Keyspaces ou pour planifier une nouvelle table Keyspaces.

Quand l'éviter

Évitez-la si vous avez besoin de tarification en temps réel ou si vous ne disposez d'aucune donnée sur la charge de travail.

Analyse de sécurité

Sûr
Score qualité80/100

The skill file is a pure instruction set with no declared tools, bash commands, or code execution directives. It poses no direct execution risk.

Aucun point d'attention détecté

Exemples

Manual pricing input
Estimate the cost of a Keyspaces table in us-east-1 with 1000 reads/s, 500 writes/s, 4KB row size, 100GB storage, no TTL, and PITR enabled.
Compatibility check with pricing
I have a Cassandra schema file. Check compatibility with Keyspaces and then estimate the monthly cost based on the schema.
SQL to Keyspaces translation
Here is my SQL DDL for a table. Can you translate it to a Keyspaces data model and show pricing for all three strategies?

Amazon Keyspaces Pricing Calculator

Invoke the amazon-keyspaces-skill skill (.claude/skills/amazon-keyspaces-skill/SKILL.md) and follow its instructions.

The skill supports five modes:

  1. Manual inputs — user provides region, reads/s, writes/s, row size, storage, TTL, and PITR.
  2. Cassandra diagnostic files — user provides nodetool output, schema, or a directory to scan. When a schema is present, a compatibility report is included alongside the pricing.
  3. Compatibility check — user provides a Cassandra CQL schema (file or pasted) and wants to know what features won't work on Amazon Keyspaces.
  4. SQL → Keyspaces translation — user provides SQL DDL; the skill prices 3 data-model strategies.
  5. Connection / driver configuration — user asks about or shares an Apache Cassandra driver config for connecting to Amazon Keyspaces; the skill reviews or advises (no scripts).

Arguments (optional, passed through to Mode 1): [region] [reads/s] [writes/s] [row-size-bytes] [storage-gb] [ttl/s] [pitr]

Example: /amazon-keyspaces-skill us-east-1 1000 500 4096 100 0 true

If the user provides arguments, use Mode 1 directly. Otherwise, let the skill's logic decide the correct mode based on the user's inputs.

Skills similaires