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

Database changes #62

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Database changes #62

wants to merge 4 commits into from

Conversation

vgodwinamz
Copy link
Collaborator

This project sets up the following resources:

  • EC2 instance with SQL Server
  • Security group for the EC2 instance
  • AWS Secrets Manager secret for storing credentials
  • SSH key pair for instance access

The EC2 instance is configured with:

  • SQL Server
  • AWS CLI
  • EC2 Instance Connect
  • Java Runtime Environment (JRE)
  • Babelfish Compass

Copy link
Contributor

@elamaran11 elamaran11 left a comment

Choose a reason for hiding this comment

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

@vgodwinamz @rameshv29 Thankyou so much for the PR, here is the feedback on changes to approach:

  1. We want to two terraform scripts to work separately to create separate DBs for windows and aurora. Basically in modernization journey first Sql server based RDS cluster is created and then people move to aurora, so we need separate templates
  2. We need the state and backend config to be saved in S3 bucket like this example.
  3. Finally we also need a CodeBuild project like this so which can invoke the terraform script.

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.

2 participants