[フレーム]
Docs Pricing
Login Book a meeting Try Redis

Create IAM resources using CloudFormation

Redis Cloud

This article covers Redis Cloud Bring your Own Cloud (BYOC) deployments. To learn more or get started with Redis Cloud BYOC, contact sales.

You can use AWS CloudFormation to create the IAM resources for Redis Cloud Bring your Own Cloud (BYOC).

Warning:

We use the provided credentials to configure your AWS environment and provision required resources.

You must not change the configurations of provisioned resources or stop or terminate provisioned instances. If you do, your databases will be inaccessible and Redis will not be able to ensure database stability. See Avoid service disruption for more details.

Create resources using CloudFormation on the AWS Console

The following link uses CloudFormation to create a stack using the AWS console:

Launch RedisCloud template

When the stack finishes, select the stack and then the Outputs tab. You need the following information to create a Cloud Account in the Redis Cloud console:

Create resources using CloudFormation through AWS CLI

You can also use the AWS command-line interface (CLI) to create the stack:

aws cloudformation create-stack --stack-name RedisCloud --template-url \
https://s3.amazonaws.com/iam-resource-automation-do-not-delete/RedisCloud.yaml \
--capabilities CAPABILITY_AUTO_EXPAND CAPABILITY_NAMED_IAM CAPABILITY_IAM

You can track the status of the cloud formation with the following command:

aws cloudformation describe-stacks --stack-name RedisCloud

After the stack finishes, you can retrieve the outputs from the Outputs section of the response.

You need the following information to create a Cloud Account in the Redis Cloud console:

RATE THIS PAGE
Back to top ↑

On this page

AltStyle によって変換されたページ (->オリジナル) /