AWS CLI -
aws ec2 describe-instances --region eu-west-1 --query 'Reservations[*].Instances[*].InstanceType' --output text | sort | uniq
In AWS web console - You can also use AWS Config -> Advanced queries ->
Query editor as shown below. Output can be exported as json or csv. Also have aws cli for this.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…