Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
ec2
📤 Upload
📝 New File
📁 New Folder
Close
Editing: get-default-credit-specification.rst
**To describe the default credit option** The following ``get-default-credit-specification`` example describes the default credit option for T2 instances. :: aws ec2 get-default-credit-specification \ --instance-family t2 Output:: { "InstanceFamilyCreditSpecification": { "InstanceFamily": "t2", "CpuCredits": "standard" } }
Save
Cancel