cloudFormation 脚本的混淆参数
Confusing parameter for cloudFormation script
您好,我正计划 运行 由 aws here 预配置的 cloudFormation 堆栈。
它提示我填写
- NeptuneBulkloadIAMRoleArn
- NeptuneClusterEndpoint
- NeptuneLambdaIAMRoleArn
但是我不知道该填什么,你能帮我吗?
您在上面描述的参数用于以下用途:
- NeptuneBulkloadIAMRoleArn - 这是 运行 loader command. Instructions for setting this up found here 的 IAM 角色设置。
- NeptuneClusterEndpoint - 这是您的 Neptune 数据库的端点,可以从控制台或 CLI 访问它。
- NeptuneLambdaIAMRoleArn - 这允许您传入 Lambda 应使用的自己的角色,如果未指定,CloudFormation 堆栈应为您创建一个。
您好,我正计划 运行 由 aws here 预配置的 cloudFormation 堆栈。 它提示我填写
- NeptuneBulkloadIAMRoleArn
- NeptuneClusterEndpoint
- NeptuneLambdaIAMRoleArn
但是我不知道该填什么,你能帮我吗?
您在上面描述的参数用于以下用途:
- NeptuneBulkloadIAMRoleArn - 这是 运行 loader command. Instructions for setting this up found here 的 IAM 角色设置。
- NeptuneClusterEndpoint - 这是您的 Neptune 数据库的端点,可以从控制台或 CLI 访问它。
- NeptuneLambdaIAMRoleArn - 这允许您传入 Lambda 应使用的自己的角色,如果未指定,CloudFormation 堆栈应为您创建一个。