Command option Sample:aws cloudfront update-distribution

Search command sample in the internet.It is the result.

Updates the configuration for a web distribution.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudfront/update-distribution.html

aws cloudfront update-distribution \
    Using Let's Encrypt certificates on AWS CloudFront : http://blog.intracto.com/renew-https-certificate-on-amazon-cloudfront
aws cloudfront update-distribution --distribution-config file://distconfig-disabled.json --id [YOUR_DISTRIBUTION_ID]"
    Blue-Green Deployments for Serverless Powered Applications on AWS : http://blog.mitocgroup.com/blue-green-deployments-for-serverless-powered-applications-on-aws-22a08447aa72
aws cloudfront update-distribution --id S11A16G5KZMEQD --distribution-config file://distconfig-disabled.json --if-match E37HOT42DHPVYH
    update-distribution — AWS CLI 1.16.3 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/cloudfront/update-distribution.html
aws cloudfront update-distribution --id [YOUR DISTRO ID] --distribution-config file:///tmp/distconfig_update.json --if-match [YOUR DISTRO ETAG]
    Quick static websites on AWS S3 and CloudFront with the AWS CLI : http://engineering.ifdb.com/2017/10/quick-static-websites-on-aws-s3-and-cloudfront-with-the-aws-cli/
aws cloudfront update-distribution --distribution-config
    Unable to update cloudfront distribution as of awscli 1.15.x 揃 Issue #3315 揃 aws/aws-cli 揃 GitHub : http://github.com/aws/aws-cli/issues/3315
aws cloudfront update-distribution --cli-input-json file://update-distribution.input.json
    AWS CLI コマンドラインでCloudFront - vague memory : http://htnosm.hatenablog.com/entry/2015/08/24/090000
aws cloudfront update-distribution: Adds support for
    aws-cli-1.11.104-11.4.1.noarch RPM : http://rpmfind.net/linux/RPM/opensuse/updates/42.2/noarch/aws-cli-1.11.104-11.4.1.noarch.html
aws cloudfront update-distribution --id E123456 --if-match E3SVA578MZF6JZ --distribution-config file:///tmp/disable-distribution-E123456
    amazon web services - AWS CLI: disable distribution - Stack Overflow : http://stackoverflow.com/questions/26206116/aws-cli-disable-distribution
aws cloudfront update-distribution --generate-cli-skeleton
    tonym.us – Free SSL Certificates using ACM (AWS Certificate Manager) : http://tonym.us/free-ssl-certificates-using-acm-aws-certificate-manager.html

aws のオプション一覧