Topic 1 Question 532
A team deploys an AWS CloudFormation template to update a stack that already included an Amazon DynamoDB table. However, before the deployment of the update, the team changed the name of the DynamoDB table on the template by mistake. The DeletionPolicy attribute for all resources has the default value.
What will be the result of this mistake?
CloudFormation will create a new table and will delete the existing table.
CloudFormation will create a new table and will keep the existing table.
CloudFormation will overwrite the existing table and will rename the existing table.
CloudFormation will keep the existing table and will not create a new table.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: A
Al cambiar el nombre en la template, CloudFormation crea un nuevo recurso con el nombre modificado y no hay retención de lo antiguo
👍 1italiancloud20252025/02/17
シャッフルモード