小编Tha*_*Van的帖子

验证错误堆栈:arn aws cloudformation 堆栈处于 ROLLBACK_COMPLETE 状态且无法更新

当我使用 cloudformation 进行部署时 aws cloudformation deploy --region $region --stack-name ABC

有错误:

调用 CreateChangeSet 操作时出现错误(ValidationError):Stack:arn:aws:cloudformation:stack/service/7e1d8c70-d60f-11e9-9728-0a4501e4ce4c 处于 ROLLBACK_COMPLETE 状态,无法更新。

请帮我 !

amazon-web-services amazon-ecs aws-cloudformation

65
推荐指数
2
解决办法
4万
查看次数

springcloud api gateway属性文件声明变量

我在 springboot 应用程序中有 application.yaml 如下

spring:
  cloud:
    gateway:
      routes:
      - id: pgService
        uri: http://localhost:2005/
        predicates:
        - Path=/employee/**
      - id: inMateService
        uri: http://localhost:2006/
        predicates:
        - Path=/consumer/**
Run Code Online (Sandbox Code Playgroud)

上述声明的变量是针对Spring Cloud Gateway的

我想在 application.properties 文件中声明这些相同的变量。我不想使用 yaml 文件。请帮助我实现这个目标谢谢

java properties-file microservices api-gateway spring-cloud-gateway

10
推荐指数
2
解决办法
3万
查看次数

调用DeleteRule操作时发生错误(ValidationException):规则无法删除,因为它有目标

我在 aws cloudwatch 上删除事件时遇到此问题

调用DeleteRule 操作时发生错误(ValidationException):规则无法删除,因为它有目标。

我的命令行是:

aws events delete-rule --name event-schedule --force
Run Code Online (Sandbox Code Playgroud)

amazon-web-services amazon-cloudwatch aws-cli

8
推荐指数
1
解决办法
9690
查看次数

InvalidClientTokenId:请求中包含的安全令牌无效。状态码:403

我正在使用 terraform 和 kubectl 来部署基础设施和应用程序。

由于我更改了 aws configure :

terraform init

terraform apply

我总是得到:

terraform apply

Error: error validating provider credentials: error calling sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid.
    status code: 403, request id: 5ba38c31-d39a-11e9-a642-21e0b5cf5c0e

  on providers.tf line 1, in provider "aws":
   1: provider "aws" {
Run Code Online (Sandbox Code Playgroud)

你能建议吗?欣赏 !

amazon-web-services kubernetes terraform kubectl amazon-eks

5
推荐指数
3
解决办法
7450
查看次数

如何在 terraform 中禁用应用程序配置的公共访问

我可以azurerm_app_configuration为 Azure 应用程序配置创建应用程序配置。并可以azurerm_private_endpoint使用 terraform 进行创建。

但我没有找到哪个 terraform 函数可以用于禁用公共访问,如下图所示。

在此输入图像描述

有谁可以帮忙吗

azure terraform azure-app-configuration

2
推荐指数
1
解决办法
2713
查看次数