Interface AWSDeployerResources
Hierarchy
-
DeployerResources
- AWSDeployerResources
Properties
AWS Account Id
SSL certificates to create
Sample
Certificates: {
"test.webda.io": {
SubjectAlternativeNames: ["test2.webda.io"]
}
}
Type declaration
-
[key: string]: object
-
Optional Subject
Alternative Names?: string[] Any alternative names to add to the certificate
-
Optional Tags?: TagsDefinition
-
Default Tags to use with resources created by deployers
AWS_ACCESS_KEY_ID to use
Using static key is not recommended
Endpoints to use by differents services Usefull to test with localstack or other AWS emulations
Type declaration
-
Optional ACM?: string
-
Optional EC2?: string
-
Optional Route53?: string
-
Optional S3?: string
-
Optional STS?: string
AWS_REGION to use
AWS_SECRET_ACCESS_KEY to use
Using static key is not recommended
AWS_SESSION_TOKEN Token
Even if it is possible to add it here It is not sustainable as this token at its best will have a lifetime of 12 hours
Generated using TypeDoc
Common resources for all AWS Deployers