Skip to content

Instantly share code, notes, and snippets.

View at0S's full-sized avatar

Taras Yermolenko at0S

  • Till Payments
  • Sydney, NSW
View GitHub Profile
@at0S
at0S / aws.md
Created January 25, 2019 03:23 — forked from colinvh/aws.md
AWS Region Names

Alternative naming schemes for AWS regions

Purpose

The intent is to define terse, standards-supported names for AWS regions.

Schemes

Keybase proof

I hereby claim:

  • I am at0s on github.
  • I am at0s (https://keybase.io/at0s) on keybase.
  • I have a public key ASC0XwQY-LGtWqZz5FnIKi2tHfuBhiqcnmRMYg61zT8PzQo

To claim this, I am signing this object:

@at0S
at0S / gist:db7adf3ec58b08186944f4caf84bfa89
Created June 9, 2016 06:39
Add an existing git repo to gitlab
git remote add origin <gitlab_project_url>
git push --set-upstream origin master