コマンドオプションサンプル:aws cloudfront create-distribution

コマンドサンプルを検索した結果です。

新しいWeb配布を作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudfront/create-distribution.html

aws cloudfront create-distribution --cli-input-json file://[JSON_File_Path]
    AWSコマンドラインインターフェース(AWS CLI)でCloudFrontを構築してみる - ぺーぺーSEのブログ : http://blog.pepese.com/entry/2016/03/03/141707
aws cloudfront create-distribution \\\n --origin-domain-name my-website-bucket.s3.amazonaws.com \\\n --default-root-object index.html"
    Five minute website hosting with Amazon S3 and CloudFront : http://blog.poplatek.fi/five-minute-website-hosting-with-amazon-s3-and-cloudfront-fb5f8d20726d
aws cloudfront create-distribution --cli-input-json
    既存CloudFrontの設定をコピーして新規作成する | Developers.IO : http://dev.classmethod.jp/cloud/aws/replicate-existing-cloudfront/
aws cloudfront create-distribution --distribution-config file://my-example-jekyll-site.json
    Automating the build and deployment of our team site with Jekyll, GitHub, Travis, S3 and CloudFront : http://dev.venntro.com/2017/10/automating-the-build-and-deployment-of-our-team-site-with-jekyll-github-travis-s3-and-cloudfront/
aws cloudfront create-distribution --distribution-config file://distconfig.json
    create-distribution — AWS CLI 1.16.3 Command Reference : http://docs.aws.amazon.com/cli/latest/reference/cloudfront/create-distribution.html
aws cloudfront create-distribution --cli-input-json "
    WordPress の前段に CloudFront を配置する ( AMIMOTO Advent Calendar 2015 12日目 ) | dogmap.jp : http://dogmap.jp/2015/12/12/post-3232/
aws cloudfront create-distribution --distribution-config file:///tmp/distconfig.json
    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 create-distribution --distribution-config
    ansible-s3-website/cloudfront.yml at master 揃 noqcks/ansible-s3-website 揃 GitHub : http://github.com/noqcks/ansible-s3-website/blob/master/tasks/cloudfront.yml
aws cloudfront create-distribution --cli-input-json file://
    CloudFrontの設定をコマンドラインから作成する · Hori Blog : http://hori-ryota.com/blog/create-cloudfront-with-awscli/
aws cloudfront create-distribution --cli-input-json file://create-distribution.input.json
    AWS CLI コマンドラインでCloudFront - vague memory : http://htnosm.hatenablog.com/entry/2015/08/24/090000
aws cloudfront create-distribution \
    Securing private docs with CloudFront & Lambda@Edge : http://jsherz.com/s3/cloudfront/lambda@edge/jekyll/docs/readthedocs/2018/04/14/private-static-docs.html
aws cloudfront create-distribution --cli-input-json file://cf.json.

Testing it

The first thing to test was simply curlling the newly created distribution

    Using Amazon S3 + CloudFront + Certificate Manager to get seamless static HTTPS support - nTh among all : http://kyle.io/2016/04/using-amazon-s3-cloudfront-certificate-manager-get-seamless-static-https-support/
aws cloudfront create-distribution --distribution-config file://distroConfig.json
    AWS Hugo Hosting, HowTo · Joseph Lust : http://lustforge.com/2016/02/27/hosting-hugo-on-aws/
aws cloudfront create-distribution --distribution-config file://cf.json
    Add S3 bucket using awscli (example) | Notes and anecdotes : http://notes.webutvikling.org/add-s3-bucket-using-awscli-example/
aws cloudfront create-distribution --distribution-config file://distribution.json
    髱咏噪繝輔ぃ繧、繝ォWeb繝帙せ繝・ぅ繝ウ繧ー縺ェ繧唄3繧医jFirebase Hosting - PPT Developers' Blog : http://persol-pt.github.io/posts/firebase-hosting/
aws cloudfront create-distribution \u003cspan class=\
    [JAWS-UG CLI] CloudFront:#1 ディストリビューションの作成 : http://qiita.com/tcsh/items/f4159295df8cd345d5af
aws cloudfront create-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 create-distribution \
    Hosting on AWS S3, CloudFront and SSL Certificate Manager | sbstjn.com : http://sbstjn.com/static-hosting-amazon-s3-cloudfront-and-ssl-certificate-manager.html
aws cloudfront create-distribution --distribution-config
    amazon web services - AWS CLI create cloudfront distribution: --distribution-config - Stack Overflow : http://stackoverflow.com/questions/26094615/aws-cli-create-cloudfront-distribution-distribution-config
aws cloudfront create-distribution \
    Five minute website hosting with Amazon S3 and CloudFront | Poplatek : http://www.poplatek.fi/en/five-minute-website-hosting-with-amazon-s3-and-cloudfront/
aws cloudfront create-distribution --origin-domain-name
    Serverless Web Application Workshop をCLIでやってみた Lab 1: Static Website Hosting - やーまんぶろぐ : http://yamano3201.hatenablog.jp/entry/2016/12/10/080236

aws のオプション一覧