You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we safely retire ArcGIS enterprise in dev/ti in favor of EKS ArcGIS as a cost savings measure?
Cost
Do we need both versions of ArcGIS Enterprise in the Dev account to support our testing of pipelines and services or could we just use the EKS version even though in UAT and Prod we'd still have the regular version of ArcGIS Enterprise?
EGIS tags in the Dev account spans the Dev and TI VPCs show that EGIS costs are ~$500 per day
EKS: Not sure if there is a representation for the control nodes and service itself that we can tag
The text was updated successfully, but these errors were encountered:
I think the plan to test this and move forward with retiring the non-EKS version is pretty straightforward. It is this:
Refactor Terraform code to replace hard-coded if environment == "prod" ? "maps.water.noaa.gov" : ... logic with a variable passed in from the terraform environment variables file (i.e. these).
Refactor this line to hard-code "server" if the GIS_HOST environment variable contains "-testing" and to read it from the service_metadata otherwise.
I think that's about it. Once a PR is submitted with these updates, I can deploy to TI for testing. If it works, then we should be good to move forward with the plan to decommission the EC2-based EGIS machines.
I agree.
Might be a good idea to jump on the weekly call later with ESRI if you guys have any questions on how to publish and anything else specific related to the EKS deployment. Let me know and I'll add you to the meeting at 3PM ETC later.
Drix Tabligan
GAMA-1 Technologies
SDB | ISO 20000 | ISO 9001 | ISO 27001
Operations | +1 (443) 538-7058
***@***.*** | www.gama1tech.com
7500 Greenway Center Drive, STE 400, Greenbelt, MD 20770
IMPORTANT: The contents of this email and any attachments are confidential. They are intended for the named recipient(s) only. If you have received this email by mistake, please notify the sender immediately and do not disclose the contents to anyone or make copies thereof.
Join our Team!
On Nov 20, 2024 at 7:47 AM -0500, ShawnCrawley-NOAA ***@***.***>, wrote:
I think the plan to test this and move forward with retiring the non-EKS version is pretty straightforward. It is this:
1. Refactor Terraform code to replace hard-coded if environment == "prod" ? "maps.water.noaa.gov" : ... logic with a variable passed in from the terraform environment variables file (i.e. these).
2. Refactor this line to hard-code "server" if the GIS_HOST environment variable contains "-testing" and to read it from the service_metadata otherwise.
I think that's about it. Once a PR is submitted with these updates, I can deploy to TI for testing. If it works, then we should be good to move forward with the plan to decommission the EC2-based EGIS machines.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were assigned.Message ID: ***@***.***>
Investigate
Can we safely retire ArcGIS enterprise in dev/ti in favor of EKS ArcGIS as a cost savings measure?
Cost
The text was updated successfully, but these errors were encountered: