What is the ServiceCode for Amazon Keyspaces (for Apache Cassandra)?

0

Hi!

I can't seem to find the ServiceCode for Keyspaces in the output from aws pricing describe-services, in order to pass the code into the aws pricing get-products --service-code <value> flag. (For example, this is Neptune aws pricing get-products --service-code "AmazonNeptune")

Any help appreciated!

suhan
asked 7 months ago329 views
1 Answer
1
Accepted Answer

Hello.

When I checked with the command below, it seems likely that "AmazonMCS" is the service code for Amazon Keyspaces.
During the preview period, it was called Amazon MCS, but officially it appears to be a service called Amazon Keyspaces.

aws pricing describe-services --region us-east-1 --query "Services"[]."ServiceCode"

https://aws.amazon.com/jp/blogs/aws/new-amazon-keyspaces-for-apache-cassandra-is-now-generally-available/

We introduced Amazon Managed Apache Cassandra Service (MCS) in preview at re:Invent last year. In the few months that passed, the service introduced many new features, and it is generally available today with a new name: Amazon Keyspaces (for Apache Cassandra).

profile picture
EXPERT
answered 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions