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

RDS: Support VPC #113

Merged
merged 9 commits into from Sep 23, 2020
Merged

RDS: Support VPC #113

merged 9 commits into from Sep 23, 2020

Conversation

grahamc
Copy link
Member

@grahamc grahamc commented Sep 9, 2020

Create resources for subnet groups to allow RDS instances to be spawned in a VPC. Closes #57, #13, #6.

cc @RaitoBezarius -- I didn't think to look for your PR before I wrote this (sorry :() but also that one is pre-py3, etc.

Copy link
Member

@RaitoBezarius RaitoBezarius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! I'll check my PR to see if there's something that I have added. The only worry I have is regarding EC2-VPC (new) vs EC2-Classic (legacy) accounts. We had this issue with my PR, it's difficult to test if you don't have both type of accounts :/.

nixops_aws/resources/ec2_rds_dbinstance.py Outdated Show resolved Hide resolved
nixops_aws/resources/ec2_rds_dbinstance.py Outdated Show resolved Hide resolved
@grahamc grahamc merged commit 7983b03 into NixOS:master Sep 23, 2020
@grahamc grahamc deleted the rds-subnet-groups branch September 23, 2020 15:08
@grahamc
Copy link
Member Author

grahamc commented Sep 23, 2020

This introduced a regression: networks on old-style security groups now have an error unless they specify an empty list of vpc security groups.

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

Successfully merging this pull request may close these issues.

Unable to attach VPC security groups to an RDS instance
3 participants