Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
ec2
/
Filename :
get-default-credit-specification.rst
back
Copy
**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" } }