Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to create Amazon RDS for MySQL with Engine Version: V8.0.11 in PCF env #206

Open
fiona8953 opened this issue Aug 11, 2020 · 1 comment
Labels

Comments

@fiona8953
Copy link

Describe the bug
Creating Amazon RDS for MySQL Engine Version: V8.0.11, reported below error message:
Service broker error: Failed to create the CloudFormation stack: ValidationError: Template error: Unable to get mapping for Version2Family::8.0.11::Family status code: 400, request id: 577e70c5-8e2b-483d-8965-8afbf6e9b1c6

To Reproduce
From AppsManager Web UI -
Step1. Install the AWS Service Broker V1.0.2 in the PCF env.
Step2. Login to the AppsManager, Navigate to Org: aws-service-broker-org and Space: aws-service-broker-space, Click "Add Service".
Step3. Create a new service - Amazon RDS for MySQL, select Custom template.
Step4. Fill in the requested info AccessCidr":"10.xxx.xxx.xxx/25" and "VpcId":"vpc-xxxx" and choose "EngineVersion": "8.0.11". Click Create button, reported error message:

Service broker error: Failed to create the CloudFormation stack: ValidationError: Template error: Unable to get mapping for Version2Family::8.0.11::Family status code: 400, request id: 577e70c5-8e2b-483d-8965-8afbf6e9b1c6

From CF CLI terminal -
Step1. CF login: cf target -o aws-service-broker-org -s aws-service-broker-space
Step2. cf create-service rdsmysql dev mysql-8011 -c '{"AccessCidr":"10.xxx.xxx.xxx/25","VpcId":"vpc-xxxx","EngineVersion": "8.0.11"}'

Creating service instance mysql-8011 in org aws-service-broker-org / space aws-service-broker-space as admin...
Service broker error: Failed to create the CloudFormation stack: ValidationError: Template error: Unable to get mapping for Version2Family::8.0.11::Family
	status code: 400, request id: 744d3d60-a94f-42f9-97f4-cb6ab1a43bef

Expected behavior
Creating Amazon RDS for MySQL Engine Version: V8.x instance with broker.

Environment (please complete the following information):

  • Application Platform: Pivotal Cloud Foundry
  • Application Platform Version: V2.7.20, V2.10.0
  • AWS Service Broker V1.0.2

Additional context
I am able to create the Amazon RDS for MySQL with Engine Version: V5.7.x, so no issue on the configuration.

@rmauge
Copy link

rmauge commented Aug 14, 2020

Hi Fiona, here are the allowed values for MySQL versions https://github.com/awslabs/aws-servicebroker/tree/master/templates/rdsmysql.

It does not look like 8.x is currently supported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants