1 réponse
- Le plus récent
- Le plus de votes
- La plupart des commentaires
0
Yes, it’s possible to update existing resource by CFN. What you need is to import that resource first and then update by CFN -> https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-existing-stack.html
répondu il y a un an
Contenus pertinents
- demandé il y a un an
- demandé il y a 2 mois
- demandé il y a 9 mois
- AWS OFFICIELA mis à jour il y a 2 mois

Hello, Above information is to import AWS resources, but in this case I have the cloudformation code that creates: Global documentdb cluster (AWS::DocDB::DBCluster), instance db (AWS::DocDB::DBInstance ) , now I want to add the code to "add another region" in my cluster. Cloudformation documentation does not have information about add regions in documentdb clusters.