If you have the instance id, you can print out the details like this:
aws ec2 describe-instances --instance-ids i-xxxxxxxxxxxxx \ --region us-east-1 --profile default |
cloud engineer
If you have the instance id, you can print out the details like this:
aws ec2 describe-instances --instance-ids i-xxxxxxxxxxxxx \ --region us-east-1 --profile default |
aws ec2 describe-instances --instance-ids i-xxxxxxxxxxxxx \ --region us-east-1 --profile default