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?

posta un anno fa212 visualizzazioni
1 Risposta
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
ESPERTO
Matt-B
con risposta un anno fa
  • That really works, thanks @Matt-B. Appreciate :)

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

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande