How do I recreate my Config Delivery Channel, if AWS region does not have AWS support cloud shell or AWS CLI configured?

0

How do I recreate my Config Delivery Channel, if AWS region does not have AWS support cloud shell or AWS CLI configured?

已提问 1 年前212 查看次数
1 回答
0

Hi THere

If you are referring tho the CLI command aws configservice put-delivery-channel from https://docs.aws.amazon.com/cli/latest/reference/configservice/put-delivery-channel.html, then you do not need to run the command in any specific region. You can run it in CloudShell and specifiy the --region parameter to specify which region you want to act upon. For example

aws configservice put-delivery-channel --delivery-channel file://deliveryChannel.json --region us-east-1

profile pictureAWS
专家
Matt-B
已回答 1 年前
  • That really works, thanks @Matt-B. Appreciate :)

  • Great! Please consider marking this Answer as "Accepted" so others may find it useful!

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则