AWS Solutions Constructs with Levels L1 - L2 - L3 Pattern Construct

Pragya Keshap answered on February 13, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers


AWS Solutions Constructs with Levels L1 - L2 - L3 Pattern Construct

0

Level 1 (L1) construct

Direct representations of CloudFormation resources.

Must provide all the required CloudFormation attributes.

They are named CfnXyz.

▪ Level 2 (L2) construct

Represents a particular cloud resource. S3 bucket. You

don’t have to configure every configuration attribute.

higher-level, intent-based API. s3.Bucket class represents

an Amazon S3, such as bucket.addLifeCycleRule()

▪ Level 3 (L3) construct = Pattern Construct

Represents a bunch of cloud resources that work

together to accomplish a particular task. You can create

an ApplicationLoadBalancedFarageteService. Higherlevel constructs, which we call patterns. 

https://docs.aws.amazon.com/solutions/latest/constructs/welcome.html

Popularity 1/10 Helpfulness 1/10 Language typescript
Source: Grepper
Link to this answer
Share Copy Link
Contributed on Feb 13 2023
Pragya Keshap
0 Answers  Avg Quality 2/10


X

Continue with Google

By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
X
Grepper Account Login Required

Oops, You will need to install Grepper and log-in to perform this action.