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

Add NAT Gateway and private subnets #23

Closed
wants to merge 2 commits into from
Closed

Conversation

jvntf
Copy link

@jvntf jvntf commented Feb 10, 2022

closes #22

  • add private subnets
  • add nat gateway

i believe that private subnets will automatically get a route table with a route to the nat gateway

@anayeaye and i just discussed explicitly defining the RDS security group like so, after which we can add rules in this workflow for lambdas in the same group to be able to access the RDS instance

@jvntf jvntf requested a review from anayeaye February 10, 2022 15:24
@anayeaye
Copy link
Collaborator

@jvntf I had generated those private isolated subnets for RDS and we are no longer using them that way. Let's just delete them/replace them with the private subnets you created in this PR. Do you mind removing them?

@jvntf
Copy link
Author

jvntf commented Feb 10, 2022

removed @anayeaye

@jvntf jvntf changed the title Add AWS provisioning for ingestion lambdas Add NAT Gateway and private subnets Feb 10, 2022
@jvntf
Copy link
Author

jvntf commented Feb 16, 2022

This strategy is dropped in favor of creating 2 lambdas, one connected to the internet to query CMR / s3 and generate COGs, and one to connected to the database (member of VPC). No NAT required.

@jvntf jvntf closed this Feb 16, 2022
@jvntf jvntf deleted the add/vpc-resources branch February 16, 2022 19:51
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.

Add AWS provisioning to raster api cdk workflow for ingestion pipelines
2 participants