Cloudformation Elasticache:"지정할 수 없는 함께 CacheSecurityGroupNames"

0

질문

오류:

Properties[AZMode,CacheSubnetGroupName,SecurityGroupIds,PreferredAvailabilityZones,SnapshotArns,SnapshotRetentionLimit,SnapshotWindow,태그]지정할 수 없는 함께 CacheSecurityGroupNames 하십시오 업데이트 템플릿을 최신 버전

Type: AWS::ElastiCache::CacheCluster
    Properties:
      Engine: redis
      AZMode: single-az
      EngineVersion: 5.0.6
      CacheParameterGroupName: !Ref CacheParameterGroup
      ClusterName: !Sub ${SystemName}-${Env}-elasticache
      CacheNodeType: !Ref ElasticacheNodeType
      NumCacheNodes: "1"
      Port: 6379
      PreferredMaintenanceWindow: !Ref MaintenanceWindow
      PreferredAvailabilityZone: ap-northeast-1a
      SnapshotRetentionLimit: !Ref SnapshotRetentionLimit
      SnapshotWindow: !Ref SnapshotWindow
      CacheSubnetGroupName: !Ref CacheSubnetGroup
      CacheSecurityGroupNames:
        - Fn::ImportValue: DevElasticacheSG

무슨 이유로 위에 오류가 cloudformation?

1

최고의 응답

1

CacheSecurityGroupNames 만 사용할 수 있습니다면 클러스터에 있지 않 VPC:

이 매개 변수를 사용하 는 경우에만 클러스터를 만들의 외부는 아마존 가상 사설 클라우드 (VPC).

내 생각에는 어쩌면 당신은 당신을 사용하고 싶었 VpcSecurityGroupIds 대신 합니다.

2021-11-24 03:50:39

다른 언어로

이 페이지는 다른 언어로되어 있습니다

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................