+86 135 410 16684Mon. - Fri. 10:00-22:00

Archive for month: 四月, 2017

  • WordPress 结合CloudFront 配置加速教程

    概要 CloudFrontとは CloudFrontはAWSのCDN(Contents Delivery Network)サービスで、Webサイトの前段に入れるだけでサイトアクセスが爆速になります。爆速になる理由は主に下記2点。 初回リクエストはCloudFrontがオリジンにコンテンツを取りに行きますが、2回目以降は超高速でCloudFrontのキャッシュから返答します。ただし、TTL(有効期間)を過ぎたキャッシュは削除されます ユーザ...

    Continue reading »

  • AWS, 配置 S3 和 CloudFront加速教程

    Static website are great: they’re easy to create, and easy to test on your local computer. However, once you’ve created your static website, how do you get it on the internet? This tutorial will show you how to use Amazon Web Services to host a static website. Using these technologies, you can run a bulletproof static website that is immune to ...

    Continue reading »

  • AWS S3 + CloudFront CORS配置設定教程

    フォントファイルの豆腐化問題 Font Awesomeのようなフォントファイルを外部ホスト(例えばS3など)から読み込もうとする場合、Access-Control-Allow-OriginのヘッダでAllowされていないOriginからのリクエストの場合、いわゆるフォントの豆腐現象が起きます。これはCORS(Cross-Origin Resource Sharing) の設定が正しくなされていないためです。今回はAWSのS3+CloudFrontの構成でフォ...

    Continue reading »

  • AWS ElastiCache 使用配置教程

    使用 AWS 管理控制台创建 Redis 缓存集群 创建子网组 在 Amazon VPC 中创建集群,则您必须指定缓存子网组。ElastiCache 使用该缓存子网组选择一个子网和此子网内的 IP 地址,以便与您的缓存节点相关。 创建安全组 使用 Amazon VPC 安全组控制对缓存集群的访问。 创建参数组 使用 AWS 管理控制台创建 Redis 缓存集群 选择 Redis 引擎 指定集群详细信息 配置高级设置 查看和启动 ...

    Continue reading »

  • Amazon Elastic File System(EFS) 配置教程

    takada@福岡オフィスです。 「サーバーレスより普通にサーバが好っきーっ。」はい、ということで、AWSよりAmazon Elastic File System(EFS)のプロダクションリリースのアナウンスがでましたので、触ってみました。 アナウンスにあるとおり、2016/6/29時点で、the US East (Northern Virginia), US West (Oregon), and Europe (Ireland) の3つのリージョンのみで利用可能です。 今回は、...

    Continue reading »