コマンドオプションサンプル:aws lightsail create-instances-from-snapshot

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

特定のスナップショットを、同じ設定に基づいた1つ以上の新しいインスタンスを作成するための青写真として使用します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/lightsail/create-instances-from-snapshot.html

aws lightsail create-instances-from-snapshot --instance-snapshot-name theNameOfTheSnapshotYouWroteDown --bundle-id medium_1_0 --instance-names newInstanceName --availability-zone us-east-1a

4. New instance should be available in your console.

    How to Upgrade Amazon Lightsail Instances - Arador : http://arador.com/how-to-upgrade-amazon-lightsail/
aws lightsail create-instances-from-snapshot --instance-names restored-WP \
    AWS CLIからLightsailのスナップショットを作成する | Developers.IO : http://dev.classmethod.jp/cloud/aws/create-lightsail-snapshots-from-aws-cli/
aws lightsail create-instances-from-snapshot --instance-names
    aws-com01-slurm-resume 揃 GitHub : http://gist.github.com/cinek810/6e2d068a8501f40bb120b1adbf173ad8
aws lightsail create-instances-from-snapshot --instance-names MyNewInstanceFromSnapshot --availability-zone us-east-1a --instance-snapshot-name WordPress-512MB-EXAMPLE-system-1234567891011 --bundle-id medium_1_0

Your output should be similar to the following.

    Create a larger Lightsail instance from a snapshot using the AWS CLI | Lightsail Documentation : http://lightsail.aws.amazon.com/ls/docs/en/articles/lightsail-how-to-create-larger-instance-from-snapshot-using-aws-cli

aws のオプション一覧