2021-08-31から1日間の記事一覧

{Neptune}一時的な認証情報を使用した IAM 認証

AWS

-- 1. DBクラスター作成(IAM認証有効化) aws neptune create-db-cluster \--db-cluster-identifier cluster01 \--engine neptune \--engine-version 1.0.5.0 \--port 8182 \--no-storage-encrypted \--no-deletion-protection \--enable-iam-database-authen…

{Timestream}Accessing Amazon Timestream Using the AWS CLI

AWS

前提:aws-cli/2.2.33※aws cli version 1の場合、エラー export AWS_DEFAULT_REGION=us-east-1 -- 1. データベース作成 aws timestream-write create-database \--database-name test -- 2. テーブル作成 aws timestream-write create-table \--database-nam…