Suggested Answer:D🗳️
In AWS CloudFormation, actual resource names are a combination of the stack and logical resource name. This allows multiple stacks to be created from a template without fear of name collisions between AWS resources. Reference: https://aws.amazon.com/cloudformation/faqs/
https://aws.amazon.com/cloudformation/faqs/
Q: How does AWS CloudFormation choose actual resource names?
You can assign logical names to AWS resources in a template. When a stack is created, AWS CloudFormation binds the logical name to the name of the corresponding actual AWS resource. Actual resource names are a combination of the stack and logical resource name. This allows multiple stacks to be created from a template without fear of name collisions between AWS resources.
In AWS CloudFormation, the actual resource names are a combination of the stack name and the logical resource name. The stack name is unique within an AWS account and serves as a namespace for the resources within that stack. The logical resource name is specified in the CloudFormation template and represents the resource's identifier within the template.
So, the actual resource names are a combination of the stack and logical resource name (option D) is the correct statement.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
ExtHo
Highly Voted 3 years, 9 months agoacloudguru
3 years, 8 months agoSkyZeroZx
Most Recent 2 years, 1 month agoarberod
3 years, 5 months agocldy
3 years, 7 months ago01037
3 years, 8 months ago