Pat Myron
Pat Myron
Requesting a flag to generate `requirements.txt` in deterministic order for easier reviews / diffs https://github.com/bndr/pipreqs/issues/133
``` [email protected] extension is not found in Open VSX user uploaded extensions are deprecated ``` https://github.com/aws-cloudformation/cfn-lint-visual-studio-code/issues/219
cfn-nag
added these to [`.gitpod.yml`](https://github.com/PatMyron/cfn-lint-online/blob/master/.gitpod.yml): [`&& gem install cfn-nag`](https://github.com/stelligent/cfn_nag#gem-install) [` - [email protected]:x01chnxmK0qoC/F6cksZpA==`](https://marketplace.visualstudio.com/items?itemName=eastman.vscode-cfn-nag) but running into something like https://github.com/stelligent/cfn_nag/issues/376 [`cfn-nag` extension's CloudFormation template recognition logic](https://github.com/mwpearce/vscode-cfn-nag/blob/23136253f02f456fd6453290fa120f5f1a93e146/server/src/server.ts#L186) should be updated similarly based on these...
region sizes
https://ip-ranges.amazonaws.com/ip-ranges.json https://old.reddit.com/r/aws/comments/j3luvy/can_anyone_tell_me_or_send_me_documentation_on/g7dl4ip/ ```python from collections import defaultdict import requests prefixes = requests.get('https://ip-ranges.amazonaws.com/ip-ranges.json').json()['prefixes'] regions = defaultdict(lambda: 0) sum = 0 for prefix in prefixes: mask = prefix['ip_prefix'].split('/')[1] regions[prefix['region']] += 2**(32-int(mask)) sum...
old graph: https://plot.ly/~PatMyron/13 https://github.com/jaredtrog/cfplot https://aws.amazon.com/blogs/devops/how-we-sped-up-aws-cloudformation-deployments-with-optimistic-stabilization/ https://github.com/aws-cloudformation/rain/pull/197
https://azureprice.net/Region https://www.concurrencylabs.com/blog/choose-your-aws-region-wisely/ https://leaderboard.vantage.sh/ https://cloud.withgoogle.com/region-picker/ https://github.com/GoogleCloudPlatform/region-picker/blob/main/data/prices.json
**https://www.cloudping.info/ (multi-cloud)** ~~http://cloudping.bastionhost.org/en/~~ https://medium.com/@sachinkagarwal/public-cloud-inter-region-network-latency-as-heat-maps-134e22a5ff19 https://www.cloudping.co/ ~~https://aws-api-latency.wolfe.id.au/~~ ~~http://awsspeedtest.xvf.dk/~~ https://utdemir.com/posts/choosing-cloud-regions.html http://www.azurespeed.com/ https://azurespeedtest.azurewebsites.net/ http://www.gcping.com/ ~~http://www.gcloudping.com/~~
http://patmyron.com/aws-timeline (forked EC2 instance type timeline: https://instancetyp.es/)
~~https://www.atomia.com/wp-content/uploads/2016/11/[email protected]~~ ~~https://increment.com/cloud/weather-control-as-a-service/~~ ~~https://drive.google.com/open?id=1hoeQqcNXo0E5jNRJDjAhUVGrsHqm2iWa~~ **https://mapthe.cloud/** https://rtedge.net/ --- https://www.infrastructure.aws/ https://cloud.google.com/about/locations https://infrastructuremap.microsoft.com/
~working for now because there are much fewer resource provider repos~ https://github.com/PatMyron/cloudformation-resource-providers/blob/cb2272a8f0ceb84e4cdda17d1b003e32730641c4/.github/workflows/main.py#L4 https://stackoverflow.com/questions/33878019/how-to-get-data-from-all-pages-in-github-api-with-python