You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
→ ec2-instance-selector -a arm64_mac
NOTE: There was an error while parsing the commandline flags: error cpu-architecture must be one of: x86_64, x86_64_mac, amd64, i386, arm64
→ aws ec2 --region us-east-1 describe-instance-types \
--filters "Name=processor-info.supported-architecture,Values=arm64_mac" \
| jq -r '.InstanceTypes[].InstanceType'
mac2-m2.metal
mac2.metal
mac2-m1ultra.metal
mac2-m2pro.metal
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: