AWS Writeup: Difference between revisions
From charlesreid1
(Created page with "==Basics== Costs, scheduling, and utilization Network, transfer of data, storage Storage hierarchies - saving and archiving Elastic file storage vs S3 ==Advanced== Nomen...") |
|||
| Line 13: | Line 13: | ||
Nomenclature - elastic means scalable (absorbs big increase in traffic) | Nomenclature - elastic means scalable (absorbs big increase in traffic) | ||
Networking | Networking - VPCs, subnets, connecting via a VPN, can only attach at time of setup; networking patterns, single private/single public, single public, etc. | ||
Basic security tenets - | |||
Netdata | Machine tricks - if you want to attach an existing instance to a VPC, or run it on beefier hardware, or etc., create an AMI (image) from the machine (creates a snapshot); wait for the snapshot to complete; spin up a new AWS node from the snapshot, with the hardware/networks that you desire | ||
Scaling upward: how can I automate this process? (Quote: "if you're SSHing into a machine, your automation is broken.") | |||
Netdata for basic monitoring - bind to IP address, links in with networking | |||
SSH keys and identity management - how to share a network | SSH keys and identity management - how to share a network | ||
Revision as of 23:09, 5 March 2018
Basics
Costs, scheduling, and utilization
Network, transfer of data, storage
Storage hierarchies - saving and archiving
Elastic file storage vs S3
Advanced
Nomenclature - elastic means scalable (absorbs big increase in traffic)
Networking - VPCs, subnets, connecting via a VPN, can only attach at time of setup; networking patterns, single private/single public, single public, etc.
Basic security tenets -
Machine tricks - if you want to attach an existing instance to a VPC, or run it on beefier hardware, or etc., create an AMI (image) from the machine (creates a snapshot); wait for the snapshot to complete; spin up a new AWS node from the snapshot, with the hardware/networks that you desire
Scaling upward: how can I automate this process? (Quote: "if you're SSHing into a machine, your automation is broken.")
Netdata for basic monitoring - bind to IP address, links in with networking
SSH keys and identity management - how to share a network