simpleinfra
simpleinfra copied to clipboard
Rust Infrastructure automation
The scripts to set up Rust for a user on the dev desktops have been refactored for a better onboarding experience and error handling. The init script installs rustup now,...
Calling cargo command into the project was giving this warning: ``` warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which...
These changes have been running in production for a while after I hand-applied them. The Ansible-specific changes are mostly to see that the managed changes match close enough to the...
## Context The crates on crates.io are stored in S3 and served to users through our Content Delivery Networks, most importantly Fastly. On Fastly, we are using their [Compute](https://www.fastly.com/documentation/guides/compute/) platform...
A Terraform module has been created similar to the existing modules to manage team access to Datadog.
The collection of metadata was disabled in #387, because the metadata contained an unstable property that broke the change detection in Terraform. This issue has been resolved upstream by introducing...
@LawnGnome is part of the crates-io team and needs access to the CDN logs as well as the SQS queue to debug and fix an issue with broken download counts...
In #389, we created a cronjob that runs a Bash script to periodically clean up unused cache directories on the dev-desktops. While the script itself is relatively simple, it uses...
- [ ] Merge open pull request for Packer - [ ] Build Docker image for watcher - [ ] Deploy watcher to ECS (only a single instance at a...