exam questions

Exam AWS Certified Solutions Architect - Professional All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional exam

Exam AWS Certified Solutions Architect - Professional topic 1 question 316 discussion

In the context of AWS CloudFormation, which of the following statements is correct?

  • A. Actual resource names are a combination of the resource ID, stack, and logical resource name.
  • B. Actual resource name is the stack resource name.
  • C. Actual resource name is the logical resource name.
  • D. Actual resource names are a combination of the stack and logical resource name.
Show Suggested Answer Hide Answer
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/

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ExtHo
Highly Voted 3 years, 9 months ago
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.
upvoted 5 times
acloudguru
3 years, 8 months ago
D, right? the combination
upvoted 2 times
...
...
SkyZeroZx
Most Recent 2 years, 1 month ago
Selected Answer: D
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.
upvoted 2 times
...
arberod
3 years, 5 months ago
Answer is D
upvoted 1 times
...
cldy
3 years, 7 months ago
D. Actual resource names are a combination of the stack and logical resource name.
upvoted 2 times
...
01037
3 years, 8 months ago
Not every type resources, for example EIP, EC2, RDS, etc.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.

SaveCancel
Loading ...