Difference between LZA and AFT

0

Hello team , I have started studying about LZA . AFT mainly used for account provisioning and customization and what does LZA do ? can LZA be used to provision new aws account ?

2 Answers
0
Accepted Answer

As quoted in this article, One of the main differences between AFT and Landing Zone Accelerator is that AFT is an open-source tool, while Landing Zone Accelerator is a proprietary tool. AFT sets up a Terraform pipeline that helps you provision and customize your accounts in AWS Control Tower. Landing Zone Accelerator, conversely, is a proprietary solution that deploys a cloud foundation that is architected to align with AWS best practices and multiple global compliance frameworks.

LZA supports Acount Creation with Control Tower. Here is relevant documentation that can help you.

LZA is one of atleast 4 tools (AFC, AFT, CfCT & LZA) available to customize a Control Tower environment. The article I shared is a an excellent point resource that will help you compare and evaluate LZA and AFT. Please feel free to follow up here with any further questions you may have.

profile pictureAWS
answered 6 months ago
profile picture
EXPERT
Kallu
reviewed 4 months ago
  • Does LZA creates SSO along with account creation as like AFT does ?

0

Landing Zone Accelerator (LZA) is a provided as an open-source project that AWS built using the AWS Cloud Development Kit (AWS CDK). You can install it directly into your environment, giving you full access to the infrastructure as code (IaC) solution. For more details, please refers to LZA Implementation Guide at: https://docs.aws.amazon.com/solutions/latest/landing-zone-accelerator-on-aws/solution-overview.html

LZA can enable Identity Center(SSO) and configure permission set for AWS Account. Refers to example at: https://awslabs.github.io/landing-zone-accelerator-on-aws/classes/_aws_accelerator_config.IdentityCenterConfig.html

AWS
answered 5 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions