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

[Task]: Deploy canonical DMS configuration via terraform #1119

Closed
3 tasks
coilysiren opened this issue Jan 31, 2024 · 0 comments · Fixed by #1132
Closed
3 tasks

[Task]: Deploy canonical DMS configuration via terraform #1119

coilysiren opened this issue Jan 31, 2024 · 0 comments · Fixed by #1132
Assignees
Labels
project: grants.gov Grants.gov Modernization tickets

Comments

@coilysiren
Copy link
Collaborator

coilysiren commented Jan 31, 2024

Summary

Now that the DMS terraform configuration has been written, we need to actually deploy and test it

Acceptance criteria

  • a working DMS configuration has been deployed via terraform
  • the terraform created endpoints are functional and have been tested in the AWS console
  • the terraform configuration works in both environments (dev and staging)
@coilysiren coilysiren added the project: grants.gov Grants.gov Modernization tickets label Jan 31, 2024
@sumiat sumiat moved this from Icebox to Sprint Ready in Simpler.Grants.gov Product Backlog Jan 31, 2024
@coilysiren coilysiren self-assigned this Feb 1, 2024
coilysiren added a commit that referenced this issue Feb 1, 2024
## Summary

Rolls up to #1119

### Time to review: __2 mins__

## Context for reviewers

I tried to deploy the DMS, and noticed 2 things:

- It didn't have a configuration for deploying it, like a file to run
`terraform init -backend-config=SOMETHING` on. So I was unable to pull
the existing state. This is why I moved the IAM role to the database
module, which is deployed from `infra/api/database`
- I got an error when deploying the database module. Specifically:
_"dms-access-role should have the DMS Regional Service Principal
'dms.us-east-1.amazonaws.com' as trusted entity"_

I then proceeded to deploy to `dev` and fix everything I could find

## Deployment

I've already deployed this to dev to test. It still doesn't fully deploy
- for reasons I will solve in a different PR tomorrow.
coilysiren added a commit that referenced this issue Feb 2, 2024
## Summary

Closes #1119

### Time to review: __3 mins__

## Changes proposed

Random changes needed in order to get the terraform-created DMS
configuration working

I've tested in the console and can confirm it to be full functional now!
@github-project-automation github-project-automation bot moved this from Sprint Ready to Done in Simpler.Grants.gov Product Backlog Feb 2, 2024
@sumiat sumiat removed the refinement label Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
project: grants.gov Grants.gov Modernization tickets
Projects
Development

Successfully merging a pull request may close this issue.

2 participants