コマンドオプションサンプル:aws kinesis update-shard-count

コマンドサンプルを検索した結果です。

指定されたストリームのシャード数を指定された数のシャードに更新します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/kinesis/update-shard-count.html

aws kinesis update-shard-count --stream-name bar --target-shard-count 3 --scaling-type UNIFORM_SCALING
    Amazon Kinesis StreamsのリシャーディングがAPI一発で行えるようになりました | Developers.IO : http://dev.classmethod.jp/cloud/scale-your-amazon-kinesis-stream-capacity-with-updateshardcount/
aws kinesis update-shard-count --stream-name
    Kinesis Client Libraryを利用してKinesis アプリケーションをつくったよ - Tech Blog - Recruit Lifestyle Engineer : http://engineer.recruit-lifestyle.co.jp/techblog/2016-12-26-kcl-application/
aws kinesis update-shard-count --stream-name my_test_stream --target-shard-count 40 --scaling-type UNIFORM_SCALING
    aws.sh 揃 GitHub : http://gist.github.com/isrsal/0497e59340dcf5503815c78d395522f2
aws kinesis update-shard-count \
    streamalert/kinesis.rst at master 揃 airbnb/streamalert 揃 GitHub : http://github.com/airbnb/streamalert/blob/master/docs/source/kinesis.rst
aws kinesis update-shard-count \
    AWS Kinesis Common Operations using the AWS CLI: Reference & Examples : http://queirozf.com/entries/aws-kinesis-common-operations-using-the-aws-cli-reference-examples
aws kinesis update-shard-count --stream-name
    AWSマネージドサービスをフル活用したヘルスケアIoTプラットフォーム : http://www.slideshare.net/HirokiTakeda/awsio-t-72727450
aws kinesis update-shard-count \
    Kinesis Streams — streamalert 1.6.1 documentation : http://www.streamalert.io/kinesis.html

aws のオプション一覧