시작하기무료로 시작하기

Explore CloudFormation template anatomy

At NovaTech, your team is standardizing CloudFormation templates. Use the CloudFormation template explorer to examine how templates are structured. The explorer shows all six sections (Resources, Parameters, Outputs, Mappings, Conditions, Transform) and lets you toggle each one to see examples.

Pay attention to how intrinsic functions connect the sections: !Ref references Parameters and Resources, !GetAtt reads resource attributes like ARNs, and !Sub substitutes variables into strings.

Question: A CloudFormation template has a Parameter called EnvName and a Lambda function resource. Which intrinsic function inserts the value of EnvName into a string like "my-app-${EnvName}-bucket"?

이 연습은 강의의 일부입니다

Automating Deployments on AWS

강의 보기

실습형 인터랙티브 연습문제

이론을 실습으로 바꾸는 인터랙티브 연습 중 하나를 만나보세요

연습 시작