From 91ebc433c7af861e0e7131eb80cc5e91537dde53 Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Sat, 8 Mar 2025 21:33:28 +0100 Subject: [PATCH] chore(kb/aws/cloudfront): expand and move to its own article --- snippets/aws/other commands.fish | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/snippets/aws/other commands.fish b/snippets/aws/other commands.fish index ac5c611..bb27c22 100644 --- a/snippets/aws/other commands.fish +++ b/snippets/aws/other commands.fish @@ -38,6 +38,14 @@ aws chatbot describe-slack-channel-configurations aws chatbot describe-slack-channel-configurations --query 'SlackChannelConfigurations' +### +# CloudFront +# ------------------ +### + +aws cloudfront get-distribution --id 'E123456ABCDEFG' + + ### # CloudWatch # ------------------