⚝
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-distribution.rst
**To delete a CloudFront distribution** The following example deletes the CloudFront distribution with the ID ``EDFDVBD6EXAMPLE``. Before you can delete a distribution, you must disable it. To disable a distribution, use the `update-distribution
`_ command. For more information, see the `update-distribution examples
`_. When a distribution is disabled, you can delete it. To delete a distribution, you must use the ``--if-match`` option to provide the distribution's ``ETag``. To get the ``ETag``, use the `get-distribution
`_ or `get-distribution-config
`_ command. :: aws cloudfront delete-distribution \ --id EDFDVBD6EXAMPLE \ --if-match E2QWRUHEXAMPLE When successful, this command has no output.