Chris Patti

Results 128 comments of Chris Patti

AWS docs: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Filtering.html#Filtering_Resources_CLI Current (not working :) AWS CLI query: ``` aws autoscaling describe-auto-scaling-groups --color on --filters "Name=tag:Name,Values=edxapp-worker-xpro-ci" "Name=tag:Environment,Values=xpro-ci" --query "AutoScalingGroups[*]" ``` (Note to future self: Check that my AWS...

So, XPro lacks some tags that would make this job easier. As it is, I can't figure a way to natively dis-ambiguate between web and worker ASGs. @blarghmatey points out...

Added edxapp_node_type tag so we can easily discern which are web and which are worker. The fresh is starting successfully: https://cicd.odl.mit.edu/teams/infrastructure/pipelines/instance-refresh-xpro/jobs/ci-web-instance-refresh/builds/3 Both instance types (web, worker) refresh properly but the...

Works perfectly in CI, QA & Production. One unfortunate effect of the fact that we added the new edxapp_node_type tag is that the tag won't officially roll out to XPro...

Are there any developer / user ramifications to this? Like, I get the impression that some semantics can change between Tika versions.

Spoke with Carey who suggested [MITxOnline](https://github.com/mitodl/mitxonline) which has solid looking dev setup instructions in its README.

I did a fairly decent initial tire kick of Github Codespaces, and here is what I found: ## Goal Overall I think this will meet our needs very well for...

I'm going to close this issue for now because I feel like the larger effort outlined here needs to be done as aa cross discipline effort between PE and engineering,...

[Pipeline](https://cicd.odl.mit.edu/teams/infrastructure/pipelines/docker-ol-infra-health-checks/jobs/build-and-publish-container/builds/3) for new ol-infra-health-checks docker image.