Skip to content

Commit

Permalink
Update layers with additional database options
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr committed Aug 9, 2024
1 parent c503459 commit d591be8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/layers/accounts/prepare-aws-organization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Intro from '@site/src/components/Intro';
import KeyPoints from '@site/src/components/KeyPoints';
import Steps from '@site/src/components/Steps';

The Cold Start involves more manual steps than layers. Read through the following steps and see [the detailed documentation](/layers/accounts/tutorials/manual-configuration/) for edge cases.
The Cold Start involves more manual steps than other layers. Read through the following steps and see [the detailed documentation](/layers/accounts/tutorials/manual-configuration/) for edge cases.

In short, the steps are...

Expand All @@ -20,7 +20,7 @@ In short, the steps are...

:::tip Cold Start

The set up process for the "baseline" or "account" tier is commonly referred to as the Cold Start.
The set up process for the "baseline" or "account" layer is commonly referred to as the Cold Start.

:::

Expand Down
8 changes: 7 additions & 1 deletion docs/layers/data/data.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The reference architecture supports several SQL database options, including Auro

### NoSQL Database Options

The reference architecture also supports several NoSQL database options, including DynamoDB, DocumentDB, and more. SQL and/or NoSQL databases can always be deployed side by side to support different use cases.
The reference architecture also supports several NoSQL database options, including DynamoDB, DocumentDB, Elasticache Redis, and more. SQL and/or NoSQL databases can always be deployed side by side to support different use cases.

<Tabs queryString="nosql">
<TabItem value="dynamodb" label="DynamoDB">
Expand All @@ -61,4 +61,10 @@ The reference architecture also supports several NoSQL database options, includi
<PrimaryCTA to="/components/library/aws/documentdb">Get Started</PrimaryCTA>
</TabItem>

<TabItem value="elasticache-redis" label="ElastiCache Redis">
Amazon ElastiCache is a fully managed in-memory data store service that supports Redis and Memcached. ElastiCache Redis is a good choice for applications that require low-latency, high-throughput access to data with built-in security, backup, and restore capabilities.

<PrimaryCTA to="/components/library/aws/elasticache-redis">Get Started</PrimaryCTA>
</TabItem>

</Tabs>

0 comments on commit d591be8

Please sign in to comment.