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

Initial Infra Code Changes #5

Merged
merged 35 commits into from
Aug 6, 2024
Merged

Conversation

ronaldo-macapobre
Copy link

Pull Request for JIRA Ticket: JASPER-44

Issue ticket number and link

https://jag.gov.bc.ca/jira/browse/JASPER-44

Description

Code changes based from the initial AWS Architecture diagram. Includes the following:

  • ECR
  • ECS, Task Def, ECS Service
  • ALB
  • IAM
  • VPC, Security Group

Type of change

New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Deployed to Quartech's AWS Sandbox account

Copy link
Member

@WadeBarnes WadeBarnes left a comment

Choose a reason for hiding this comment

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

Any documentation on use and management of the scripts would be helpful.

- Added initial documentation
@ronaldo-macapobre
Copy link
Author

Any documentation on use and management of the scripts would be helpful.

Initial README.md file added.

@WadeBarnes
Copy link
Member

Any documentation on use and management of the scripts would be helpful.

Initial README.md file added.

Thank-you!

@WadeBarnes
Copy link
Member

I've been reviewing as changes have been made. I'll defer to @amlanc1 for final review and approval.

Copy link

@amlanc1 amlanc1 left a comment

Choose a reason for hiding this comment

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

Comments inline

@@ -0,0 +1,5 @@
app_name = "jasper"
environment = "dev"
kms_key_name = "jasper-kms-key"
Copy link

Choose a reason for hiding this comment

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

Can we change reading these variables from environment variables instead of files? Some of the values may be sensitive and we dont want storing them in files in repo. What we can do is, set environment variables or secrets on Github repo then read those here. Any terraform variables need to be in format TF_VAR_name

Copy link

@amlanc1 amlanc1 left a comment

Choose a reason for hiding this comment

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

lgtm

@ronaldo-macapobre ronaldo-macapobre merged commit 2fe2f5a into master Aug 6, 2024
4 checks passed
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.

3 participants