Skip to content

Parallelizing resource creation #2953

@sedefsavas

Description

@sedefsavas

/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:

  1. SecurityGroups creation can start right after VPC creation is complete.
  2. createSubnets() can be parallelized.
  3. ELB creation can be started right after subnets are created.
  4. 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.lifecycle/rottenDenotes an issue or PR that has aged beyond stale and will be auto-closed.priority/backlogHigher priority than priority/awaiting-more-evidence.triage/acceptedIndicates an issue or PR is ready to be actively worked on.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions