Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / ec2 / get-default-credit-specification.rst
Size: Mime:
**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"
        }
    }