AWS中SSL握手的出口成本如何解决?
创始人
2024-09-28 04:30:31
0

AWS CloudFront提供了一种解决方法来降低SSL握手的出口成本。这种方法称为SNI扩展并利用基于主机的路由解决方法,可以在单个IP地址上托管和服务多个SSL/TLS证书。这意味着您可以使用SNI扩展将多个域名绑定到同一IP地址,并减少SSL握手所需的出口数据传输成本。

使用下面的CloudFormation模板创建CloudFront分布式API,并启用SNI扩展:

AWSTemplateFormatVersion: '2010-09-09'
Resources:
  CloudFrontDistribution:
    Type: 'AWS::CloudFront::Distribution'
    Properties:
      DistributionConfig:
        CallerReference: !Ref 'AWS::Region'
        DefaultCacheBehavior:
          AllowedMethods:
            - GET
            - HEAD
            - OPTIONS
          Compress: true
          DefaultTTL: 3600
          ForwardedValues:
            Cookies:
              Forward: none
            Headers:
              - Host
            QueryString: false
          MaxTTL: 86400
          MinTTL: 0
          TargetOriginId: !Ref 'apiOrigin'
          ViewerProtocolPolicy: redirect-to-https
        DefaultRootObject: index.html
        Enabled: true
        ViewerCertificate:
          CloudFrontDefaultCertificate: true
        Origins:
          - DomainName: !Sub '${apiId}.execute-api.${AWS::Region}.amazonaws.com'
            Id: !Ref 'apiOrigin'
            CustomOriginConfig:
              HTTPPort: 80
              HTTPSPort: 443
              OriginProtocolPolicy: https-only
        PriceClass: PriceClass_100
        # SNI扩展
        Aliases:
          - example.com
        ViewerCertificate:
          AcmCertificateArn:
            - arn:aws:acm:us-east-1:GOOGLE:certificate/GOOGLE
          MinimumProtocolVersion: TLSv1.2_2018
          SslSupportMethod: sni-only

注意:这是一个简

相关内容

热门资讯

透视透视!werplan透视挂... 透视透视!werplan透视挂(透视)wepoker透视脚本下载,教程妙招(发现有挂)-哔哩哔哩1、...
透视解谜!poker mast... 透视解谜!poker master辅助(透视)德州局hhpoker,教程经验(有挂透明挂)-哔哩哔哩...
透视分享!wepoker透视底... 透视分享!wepoker透视底牌(透视)hhpoker辅助挂是真的吗,教程绝活(真实有挂)-哔哩哔哩...
透视专业!wpk有那种辅助吗(... 透视专业!wpk有那种辅助吗(透视)约局吧如何查看是否有挂,教程技法(有挂技术)-哔哩哔哩约局吧如何...
透视透视!wepokerplu... 透视透视!wepokerplus脚本(透视)wepoker透视脚本苹果版,教程操作(了解有挂)-哔哩...
透视透视!hhpoker可以控... 透视透视!hhpoker可以控制牌吗(透视)hardrock透视,教程要领(有挂透视)-哔哩哔哩1、...
透视必备!wepoker轻量版... 透视必备!wepoker轻量版透视(透视)wepoker黑侠辅助器正版下载,教程指南(有挂细节)-哔...
透视揭幕!pokemmo辅助器... 透视揭幕!pokemmo辅助器(透视)wepoker透视挂底牌,教程诀窍(有挂总结)-哔哩哔哩1、进...
透视专业!悦扑克脚本(透视)德... 透视专业!悦扑克脚本(透视)德州局透视脚本,教程教程书(有挂方式)-哔哩哔哩1、玩家可以在德州局透视...
透视总结!wepoker辅助器... 透视总结!wepoker辅助器软件下载(透视)hhpoker有后台操控吗,教程经验(有挂存在)-哔哩...