<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://dikapediav2.com/wiki/index.php?action=history&amp;feed=atom&amp;title=CloudFormation</id>
	<title>CloudFormation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://dikapediav2.com/wiki/index.php?action=history&amp;feed=atom&amp;title=CloudFormation"/>
	<link rel="alternate" type="text/html" href="https://dikapediav2.com/wiki/index.php?title=CloudFormation&amp;action=history"/>
	<updated>2026-05-15T09:20:04Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://dikapediav2.com/wiki/index.php?title=CloudFormation&amp;diff=43&amp;oldid=prev</id>
		<title>Ardika Sulistija: Created page with &quot;====How to create Redis (cluster mode enabled) with 1 shard using YAML==== ----  &lt;b&gt;CacheParameterGroupName&lt;/b&gt; is key to making it cluster mode enabled:   AWSTemplateFormatVersion: 2010-09-09  Resources:      myReplicationGroup:          Type: AWS::ElastiCache::ReplicationGroup          DeletionPolicy: Retain          Properties:            AtRestEncryptionEnabled: true            AutomaticFailoverEnabled: true            CacheParameterGroupName: &#039;default.redis5.0.clust...&quot;</title>
		<link rel="alternate" type="text/html" href="https://dikapediav2.com/wiki/index.php?title=CloudFormation&amp;diff=43&amp;oldid=prev"/>
		<updated>2024-08-21T14:43:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;====How to create Redis (cluster mode enabled) with 1 shard using YAML==== ----  &amp;lt;b&amp;gt;CacheParameterGroupName&amp;lt;/b&amp;gt; is key to making it cluster mode enabled:   AWSTemplateFormatVersion: 2010-09-09  Resources:      myReplicationGroup:          Type: AWS::ElastiCache::ReplicationGroup          DeletionPolicy: Retain          Properties:            AtRestEncryptionEnabled: true            AutomaticFailoverEnabled: true            CacheParameterGroupName: &amp;#039;default.redis5.0.clust...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;====How to create Redis (cluster mode enabled) with 1 shard using YAML====&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
&amp;lt;b&amp;gt;CacheParameterGroupName&amp;lt;/b&amp;gt; is key to making it cluster mode enabled:&lt;br /&gt;
&lt;br /&gt;
 AWSTemplateFormatVersion: 2010-09-09&lt;br /&gt;
 Resources:&lt;br /&gt;
     myReplicationGroup:&lt;br /&gt;
         Type: AWS::ElastiCache::ReplicationGroup&lt;br /&gt;
         DeletionPolicy: Retain&lt;br /&gt;
         Properties:&lt;br /&gt;
           AtRestEncryptionEnabled: true&lt;br /&gt;
           AutomaticFailoverEnabled: true&lt;br /&gt;
           CacheParameterGroupName: &amp;#039;default.redis5.0.cluster.on&amp;#039;&lt;br /&gt;
           CacheNodeType: &amp;#039;cache.t3.micro&amp;#039;&lt;br /&gt;
           Engine: redis&lt;br /&gt;
           EngineVersion: &amp;#039;5.0.6&amp;#039;&lt;br /&gt;
           NumNodeGroups: 1&lt;br /&gt;
           Port: 6379&lt;br /&gt;
           ReplicasPerNodeGroup: 1&lt;br /&gt;
           ReplicationGroupDescription: ElastiCache Redis Cluster&lt;br /&gt;
           ReplicationGroupId: replication-group-id&lt;br /&gt;
           SnapshotRetentionLimit: 5&lt;br /&gt;
           TransitEncryptionEnabled: true&lt;br /&gt;
           PreferredMaintenanceWindow: &amp;#039;Sun:00:00-Sun:01:00&amp;#039;&lt;br /&gt;
         UpdatePolicy:&lt;br /&gt;
           UseOnlineResharding: true&lt;br /&gt;
 Outputs:&lt;br /&gt;
     ReplicationGroup:&lt;br /&gt;
         Description: Information about the myReplicationGroup&lt;br /&gt;
         Value: !Ref myReplicationGroup&lt;br /&gt;
     ReplicationGroupAddress:&lt;br /&gt;
         Description: Information about the myReplicationGroup Address&lt;br /&gt;
         Value: !GetAtt myReplicationGroup.ConfigurationEndPoint.Address&lt;br /&gt;
     ReplicationGroupPort:&lt;br /&gt;
         Description: Information about the myReplicationGroup Port&lt;br /&gt;
         Value: !GetAtt myReplicationGroup.ConfigurationEndPoint.Port&lt;/div&gt;</summary>
		<author><name>Ardika Sulistija</name></author>
	</entry>
</feed>