Control Tower CFCT to LZA guidance

0

Currently, I have a environment that is running CFCT. It has outdated Python 3.7 all in the CFCT. I want to go to the LZA. Any guidance on how to remove the CFCT and not break resources etc. and transition to the LZA?

asked 2 months ago361 views
2 Answers
2
  1. You can update CFCT and keep using it further. This solution is continuously updated. They use Python 3.8 in the latest version https://github.com/aws-solutions/aws-control-tower-customizations/blob/main/customizations-for-aws-control-tower.template

  2. If you delete the Cloudformation stack with the CFCT solution, your Codecommit repo has a "DeletionPolicy: Retain" and all earlier provisioned resources will NOT be touched.

profile picture
EXPERT
answered 2 months ago
profile picture
EXPERT
Artem
reviewed a month ago
0

Sorry, I wasn't more clear. The Python 3.7 code is the customizations that were deployed and not related to the solution. This deployment is leveraging a S3 bucket and not code commit.

Will keep digging to see what I can find.

answered 2 months ago
  • if the only issue is Python3.7 Lambdas in the CFCT solution, it can be updated if you need to delete/replace CFCT for any reason, your resources are safe

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