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 / elasticbeanstalk / check-dns-availability.rst
Size: Mime:
**To check the availability of a CNAME**

The following command checks the availability of the subdomain ``my-cname.elasticbeanstalk.com``::

  aws elasticbeanstalk check-dns-availability --cname-prefix my-cname

Output::

  {
      "Available": true,
      "FullyQualifiedCNAME": "my-cname.elasticbeanstalk.com"
  }