-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Optimizing Your Modernization Journey with AWS
By :

Two predominant services when it comes to automating the provisioning of infrastructure on AWS are CloudFormation (CFN) and AWS Cloud Development Kit (CDK). Let us look at what each of these services entails.
CFN is an IaC service that is used to create, provision, and manage cloud resources and support your applications throughout their lifecycle. Developers get to create these JSON or YAML templates and provision cloud resources in a repeated, predictable, and safe manner, allowing for rollbacks and versioning. This convenient provisioning mechanism supports a broad range of AWS and third-party resources that are typically used by enterprise applications, including legacy applications built on AWS such as container-based or serverless applications.
As you create the code for your infrastructure from the available templates, developers can upload the templates into an Amazon S3 bucket. CFN then provisions and configures the resources...
Change the font size
Change margin width
Change background colour