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?

asked a year ago181 views
1 Answer
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
EXPERT
Matt-B
answered a year ago
  • That really works, thanks @Matt-B. Appreciate :)

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

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions