-
Story
-
Resolution: Unresolved
-
Normal
-
4.20.0
-
None
-
Product / Portfolio Work
-
False
-
-
False
-
3
-
None
-
Installer Sprint 274, Installer Sprint 275, Installer Sprint 276, Installer Sprint 277
User Story:
As an Installer dev, I'd like to have a unified way of getting an AWS client.
Acceptance Criteria:
Description of criteria:
- A common go source file that includes functions to create clients for AWS services (i.e. EC2, Quota)
- For handling errors, well-known error codes should be extracted as a constant. One idea is that we can define error-type checking functions (e.g. IsNoBucketException) and publicize this instead of the error code.
(optional) Out of Scope:
Detail about what is specifically not being delivered in the story
Engineering Details:
This requires/does not require a design proposal.
This requires/does not require a feature gate.