Both things have been introduced recently, and let you access even private ec2 instances
- Without VPN
- No open SSH port
- Authentication / Authorization is fully delegated to IAM
# Assumes valid AWS Credentials in ENV
Both things have been introduced recently, and let you access even private ec2 instances
# Assumes valid AWS Credentials in ENV
| load("@build_bazel_rules_nodejs//:providers.bzl", "JSEcmaScriptModuleInfo", "JSModuleInfo", "NpmPackageInfo", "node_modules_aspect") | |
| load("@build_bazel_rules_nodejs//internal/linker:link_node_modules.bzl", "module_mappings_aspect") | |
| def _strip_ext(f): | |
| return f.short_path[:-len(f.extension) - 1] | |
| def _resolve_js_input(f, inputs): | |
| if f.extension == "js" or f.extension == "mjs": | |
| return f |
| { lib, pkgs, config, ... }: | |
| let | |
| cfg = config.services.nixos-rollback; | |
| get-system-generation = pkgs.writeShellScriptBin "get-system-generation" '' | |
| #!${pkgs.stdenv.shell} | |
| set -euo pipefail | |
| /var/run/current-system/sw/bin/nix-env --list-generations --profile /nix/var/nix/profiles/system | ${pkgs.gnugrep}/bin/grep current | ${pkgs.gawk}/bin/awk '{print $1}' |
| // | |
| // main.m | |
| // EndpointSecurityDemo | |
| // | |
| // Created by Omar Ikram on 17/06/2019 - macOS Catalina 10.15 Beta 1 (19A471t) | |
| // Updated by Omar Ikram on 15/08/2019 - macOS Catalina 10.15 Beta 5 (19A526h) | |
| // Updated by Omar Ikram on 01/12/2019 - macOS Catalina 10.15 (19A583) | |
| // Updated by Omar Ikram on 31/01/2021 - macOS Big Sur 11.1 (20C69) | |
| // Updated by Omar Ikram on 07/05/2021 - macOS Big Sur 11.3.1 (20E241) | |
| // Updated by Omar Ikram on 04/07/2021 - macOS Monterey 12 Beta 2 (21A5268h) |
Mastodon can store its assets in Amazon S3 (it speaks the S3 protocol). But it does not, by default, speak to Backblaze B2.
There are a couple of reasons why you might want that:
| # generated by Slic3r 1.37.2-prusa3d on Thu Dec 7 09:48:20 2017 | |
| # Figured out by trial and error engineer metacollin | |
| # Released as public domain. | |
| # USE GLUESTICK FOR PRINT BED ADHESION | |
| avoid_crossing_perimeters = 0 | |
| bed_shape = 0x0,250x0,250x210,0x210 | |
| bed_temperature = 110 | |
| before_layer_gcode = ;BEFORE_LAYER_CHANGE\n;[layer_z]\n\n | |
| bottom_solid_layers = 8 | |
| bridge_acceleration = 1000 |
I wrote this answer on stackexchange, here: https://stackoverflow.com/posts/12597919/
It was wrongly deleted for containing "proprietary information" years later. I think that's bullshit so I am posting it here. Come at me.
Amazon is a SOA system with 100s of services (or so says Amazon Chief Technology Officer Werner Vogels). How do they handle build and release?