⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
cloudfront
/
View File Name :
delete-public-key.rst
**To delete a CloudFront public key** The following example deletes the CloudFront public key with the ID ``KDFB19YGCR002``. To delete a public key, you must have its ID and ``ETag``. The ID is returned in the output of the `create-public-key
`_ and `list-public-keys
`_ commands. To get the ``ETag``, use the `get-public-key
`_ or `get-public-key-config
`_ command. Use the ``--if-match`` option to provide the public key's ``ETag``. :: aws cloudfront delete-public-key \ --id KDFB19YGCR002 \ --if-match E2QWRUHEXAMPLE When successful, this command has no output.