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?

gefragt vor einem Jahr212 Aufrufe
1 Antwort
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
EXPERTE
Matt-B
beantwortet vor einem Jahr
  • That really works, thanks @Matt-B. Appreciate :)

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

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen