-
Couldn't load subscription status.
- Fork 635
Closed as not planned
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
/kind feature
There is room for improvement for AWSCluster/AWSMachine creation time by parallelizing resource creation furter.
Similar to NAT gateway creation parallelization, we can evaluate which resource can be created without waiting which others with a dependency graph.
Some examples on what we can do further:
- SecurityGroups creation can start right after VPC creation is complete.
createSubnets()can be parallelized.- ELB creation can be started right after subnets are created.
- Internet gateway and NAT gateway creation can be parallelized as well.
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.Denotes an issue or PR that has aged beyond stale and will be auto-closed.priority/backlogHigher priority than priority/awaiting-more-evidence.Higher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.