LoginSignup
0
0

More than 5 years have passed since last update.

AWS CLI を勉強してみる

Posted at

AWSインスタンスをコマンドで再起動する

準備として必要なこと
 1. AWSのインスタンス環境
 2. コマンドを実行するコンソールにAWS-CLIをインストール
 3. AWSでIAMユーザを作成
 4. IAMユーザの認証情報でアクセスキーを作成する
 5. コマンドを実行するコンソールでaws configにてアクセスキーを登録

AWS-CLIでインスタンスを再起動する
 aws ec2 reboot-instances --instance-ids {インスタンスID}

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0