Q29

Answer :
We can determine the Root Device type of AMI using following 2 methods.
Method 1: Following are the steps to determine the Root Device type of an AMI using the console
  1. Open the Amazon EC2 console
  2. In the navigation pane, click AMIs, and select the AMI
  3. Check the value of Root Device Type in the Details tab as follows
  • If the value is ebs, this is an Amazon EBS-backed AMI
  • If the value is instance store, this is an instance store-backed AMI
Method 2: Following are the steps to determine the root device type of an AMI using the command line
We can use one of the following commands.
  1. describe-images (AWS CLI)
  2. Get-EC2Image (AWS Tools for Windows PowerShell)

Comments

Popular posts from this blog

Q48 & 49

Q31