This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| virtualization:cloud:aws [2023/10/19 13:29] โ jotasandoku | virtualization:cloud:aws [2025/03/25 14:58] (current) โ jotasandoku | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| Refreshing workaround for error " | Refreshing workaround for error " | ||
| mv .aws/ | mv .aws/ | ||
| - | aws configure | + | aws configure |
| ./ | ./ | ||
| SIMPLER SETUP. remove credentials when done and set them up again when start working: | SIMPLER SETUP. remove credentials when done and set them up again when start working: | ||
| + | # or just keep credentials but gran/revoke ' | ||
| + | # https:// | ||
| rm / | rm / | ||
| aws configure | aws configure | ||
| - | # aws --profile jaimecli sts get-caller-identity | ||
| aws sts get-caller-identity | aws sts get-caller-identity | ||
| ! when logging off | ! when logging off | ||
| Line 114: | Line 115: | ||
| * An example, rtb for a vpc endpoint: destination: | * An example, rtb for a vpc endpoint: destination: | ||
| * vrf ~= multiple rts/ | * vrf ~= multiple rts/ | ||
| + | * VIRTUAL PRIVATE GATEWAY [vpw]: AWS network service component that serves as the AWS-side endpoint for connecting external networks to a VPC. (can be used with dx or s2s vpn). | ||
| + | * AWS GLOBAL ACCELERATOR: | ||
| Line 295: | Line 298: | ||
| * Is rspan with VXLAN udp-4789 as transport. Target doesn' | * Is rspan with VXLAN udp-4789 as transport. Target doesn' | ||
| * In reality the nitro nic (hypervisor' | * In reality the nitro nic (hypervisor' | ||
| - | |||
| - | ---- | ||
| - | Aws global accelerator: | ||
| - | for those applications that cannot spell dns. \\ | ||
| - | Traffic hits an Anycast address and then goes through Aws internal network.\\ | ||
| - | Aws internal network uses public space.\\ | ||
| - | Your endpoint needs to have public IP, eg alb or nlb | ||
| ---- | ---- | ||