0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

AWS-SAA試験勉強メモ2

Last updated at Posted at 2020-08-06

###クラスタープレイスメントグループ
単一AZ内のEC2インスタンスを論理的にグループ化したもの。
メリット

  • 10Gbpsのフロー制限
  • 非ブロッキング
  • 非オーバーサブスクライブ

=プレイスメントグループ内のすべてのノードは、すべてのプレイスメントグループ内の他のノードと対話可能

###Polocy Validator
自動でIAMアクセスコントロールポリシーを調べてIAMポリシーの文法に準拠していることをチェックする。
確立されたポリシー構文に準拠しないポリシーを保存することは不可。

###EC2インスタンスの誤削除防止

  • 有効化方法(コンソール)
状態 方法
起動時 Enable termination protection
実行中or停止中 Change termination protection
  • 有効化方法(コマンド)
サービス コマンド
AWS CLI modify-instance-attrinute
AWS Tools for Windows PowerShell Edit-EC2InstanceAttribute

###ネットワークACLのルール番号評価
ルールは低い番号から評価される

###EBSのステータスチェック

ステータス 意味
ok 想定通りのパフォーマンス
warning 想定よりパフォーマンスが低下
impaired パフォーマンスが致命的に低下 or I/Oが無効
insufficient-data ステータスチェック中

###オンプレの仮想マシンイメージのEC2への移行
VM Import/Exportという機能を使用する

ただし、LinuxのImportでは、Importがサポートされるインスタンスタイプ制限がある
※Windowsでは任意のインスタンスのインポートに対応

###EC2未対応LinuxOS

  • 32bit版全般
  • RHEL6.0

###VMインポート時注意事項

  • 事前にNET Framework3.5 SP1の事前インストールが必須
  • NTPサーバーとの時刻同期
  • DHCPの有効化(VMImportで固定IPの取得は不可)
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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?