github crossplane-contrib/provider-upjet-aws v0.44.0

latest releases: v1.15.0-rc.0, v1.14.0, v1.13.1...
10 months ago

In v0.44.0, the Upjet version has been upgraded to v1.0.0. This upgrade, brings a change with how we interact with the underlying Terraform AWS provider. Instead of interfacing with TF CLI, the new implementation consumes the Terraform provider's Go provider schema and invokes the CRUD functions registered in that schema. All resources except the following 5 resources will be reconciled using the new architecture:

* `SecurityGroupIngressRule.ec2`
* `SecurityGroupEgressRule.ec2`
* `Environment.appconfig`
* `UserPoolClient.cognitoidp`
* `Domain.simpledb`

In this version, many performance improvements have been made with the introduction of the new architecture. Below is a reference results for 1K and 10K MR. These results are shared not to provide a Sizing Guide but as a reference to understand the improvements in performance metrics. Also, the experiment sets of tests are shared:

  • Objective: 10K UserPolicyAttachment MRs

  • Parallelization: 500 reconcile workers

  • Poll period: 10min

  • Node: m5.2xlarge (8vCPU, 32GiB RAM)

    Average TTR Peak TTR Average Memory Peak Memory Average CPU Peak CPU
    4.40 secs 79 secs 775.41 MiB 1185.62 MiB 15.25% 20.90%
  • Objective: 1K UserPolicyAttachment MRs

  • Parallelization: 500 reconcile workers

  • Poll period: 10min

  • Node: m5.2xlarge (8vCPU, 32GiB RAM)

    Average TTR Peak TTR Average Memory Peak Memory Average CPU Peak CPU
    4.15 secs 44 secs 630.39 MiB 948.35 MiB 9.06% 12.69%

Note

While there are no breaking changes in the APIs of the CRDs, we encourage users who may have made changes to the ControllerConfig to adjust previous values like max-reconcile-rate to undo these and work with the default settings of the provider. We will release a sizing and configuration guide in the near future to give guidance on how users might consider adjusting the default behavior.

What's Changed

  • Fix MetricFilter.cloudwatchlogs external-name configuration by @ulucinar in #943
  • Bump crossplane-runtime to v1.14.1 by @turkenf in #947
  • add bucket id,arn and regio to writeConnectionSecretToRef by @ahmedali6 in #951
  • Fix broken link for adding new resource by @turkenf in #962
  • Update kubernetes patches to v0.28.4 by @renovate in #967
  • Use Terraform Plugin SDK to Reconcile MRs by @ulucinar in #938

New Contributors

Full Changelog: v0.43.1...v0.44.0

Don't miss a new provider-upjet-aws release

NewReleases is sending notifications on new releases.