aws-solutions / aws-control-tower-customizations

The Customizations for AWS Control Tower solution combines AWS Control Tower and other highly-available, trusted AWS services to help customers more quickly set up a secure, multi-account AWS environment using AWS best practices.
https://docs.aws.amazon.com/controltower/latest/userguide/cfct-overview.html
Apache License 2.0
355 stars 205 forks source link

Remove apt-get upgrade from buildspec #111

Closed jrosco closed 2 years ago

jrosco commented 2 years ago

The Control Tower CI pipeline template is running apt-get -q upgrade and it slows down the build time

See this line https://github.com/aws-solutions/aws-control-tower-customizations/blob/main/customizations-for-aws-control-tower.template#L546

Can we remove this please, there is no need to use an upgrade command in a CI build process.

balltrev commented 2 years ago

Hey @jrosco, we've got a backlog already to remove this. Thanks for bringing this up!

balltrev commented 2 years ago

Related: https://github.com/aws-solutions/aws-control-tower-customizations/issues/99

adam-daily commented 2 years ago

Hey @jrosco , just chiming in to mention that the latest release should fix this. Thanks again for bringing it up.