本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
教程先决条件和注意事项
在开始使用 Amazon Keyspaces 之前,请按照 访问 Amazon Keyspaces(Apache Cassandra 兼容) 中的 AWS 设置说明进行操作。这些步骤包括注册 AWS 和创建有权访问 Amazon Keyspaces 的 AWS Identity and Access Management (IAM) 用户。
要完成本教程的所有步骤,您需要安装 cqlsh
。您可以遵循使用 cqlsh 连接 Amazon Keyspaces 中的说明进行操作。
要使用 cqlsh
或 AWS CLI 访问 Amazon Keyspaces,我们建议使用 AWS CloudShell。CloudShell 是一个基于浏览器的预先验证 shell,您可以直接从 AWS Management Console 中启动。您可以使用自己喜爱的 Shell(Bash、PowerShell 或 Z shell)来对 Amazon Keyspaces 运行 AWS Command Line Interface(AWS CLI)命令。要使用 cqlsh
,必须安装 cqlsh-expansion
。有关 cqlsh-expansion
安装说明,请参阅使用 cqlsh-expansion 连接 Amazon Keyspaces。有关 CloudShell 的更多信息,请参阅使用 AWS CloudShell 访问 Amazon Keyspaces。
要使用 AWS CLI 创建、查看和删除 Amazon Keyspaces 中的资源,请按照下载和配置 AWS CLI 中的设置说明进行操作。
完成先决条件步骤后,继续执行在 Amazon Keyspaces 中创建键空间。