1 Answer
- Newest
- Most votes
- Most comments
0
I just replied to this but tokens broke the connection.
Talked to AWS Support.
In short is NOT possible using CF alone.
1.-CF template variables are RENDERED/Evaluated ONLY when the CF template is executed, that is when the deployment actually happens.
2.-You can STILL force CF variables to the rendered if you use Nested CF templates.
3.-Nested CF templates DO NOT support list values, only Comma Delimitted Lists, this is not useful for allowing a user to choose a value.
Instead, you have to use a CF template Rendering API like Python's Troposphere or AWS' own CDK to do what's requested here.
answered 4 years ago
Relevant content
- asked 5 years ago
- asked 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 days ago