components icon indicating copy to clipboard operation
components copied to clipboard

Add an aws-rds component

Open buddhics opened this issue 5 years ago • 2 comments

Description

Add an aws-rds component for creating a new relational database instance.

Inputs

  • DBInstanceClass
  • DBInstanceIdentifier
  • Engine
  • EngineVersion
  • DBName
  • CharacterSetName
  • MasterUsername
  • MasterUserPassword
  • Port
  • LicenseModel
  • PubliclyAccessible
  • StorageType
  • Iops
  • Timezone

Outputs

  • DBInstanceIdentifier
  • DBInstanceStatus
  • Endpoint address
  • DBName
  • Port

Requirements

  • [ ] tests

  • [ ] documentation

  • [ ] examples

buddhics avatar Oct 17 '18 12:10 buddhics

Hi I would like to work on this feature.

buddhics avatar Oct 17 '18 12:10 buddhics

Has anyone made progress on this component?

Deepthi-Chand avatar Feb 20 '21 12:02 Deepthi-Chand