Question 29. How To Determine The Root Device Type Of Your Ami ? 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 Open the Amazon EC2 console In the navigation pane, click AMIs, and select the AMI 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. describe-images (AWS CLI) Get-EC2Image (AWS Tools for Windows PowerShell)
Comments
Post a Comment