Skip to content

The CLI stack deploy command takes too long #162

Description

@gkpty

Bellow are the start and end times of each process executed by the CLI.

  • the creation of the cloudFront distribution + digital certificate takes up 70% of the time.
  • the certificate creation/validation can be factored out and perhaps shortened by a minute or so.
  • the DNS record creation can also be factored out of cloudformation and reduced by about 30 seconds.
  • the CLI operations: setup + template genration can also be shortened
STEP START END TIME ELAPSED
review 2:27:44 2:28:15 0:00:31
create basic stack 2:28:15 2:29:24 0:01:09
hosted zone 2:28:19 2:29:22 0:01:03
bucket Policy 2:28:19 2:28:21 0:00:02
RootBucket 2:28:20 2:28:42 0:00:22
wwwBucket 2:28:20 2:28:41 0:00:21
update to prod 2:30:20 2:38:03 0:07:43
ACMcertfifcate 2:30:25 2:33:00 0:02:35
cloudfront 2:33:02 2:36:54 0:03:52
recordset 2:36:58 2:38:01 0:01:03
total time cloudformation 0:09:23
total time CLI 0:10:48
time CLI operations 0:01:25

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions