Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
elasticbeanstalk
📤 Upload
📝 New File
📁 New Folder
Close
Editing: check-dns-availability.rst
**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" }
Save
Cancel