Created
January 16, 2020 11:31
-
-
Save ross-humphrey/01594ffabb9565e05851138dda7e7730 to your computer and use it in GitHub Desktop.
❓ EC2 FAQ Crib Sheet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
What is EC2? | |
> Web service that provides resizable compute capacity in cloud | |
What can I do with EC2? | |
> "Compute" | |
> Obtain and configure cacpacity with minimal friction | |
> Complete control of compute resources | |
> Reduce time required to obtain and boot new server instances to minutes | |
What can developers do they couldn't before? | |
> Aquire masive compute resources when there are spikes in load | |
> Allows any developer to leverage AWS scale | |
> Elasticity means applications can meet spikes in traffic demands. | |
EC2 has local instance store (temporal storage), use EBS or EFS (multiple EC2s) for more permanent file storage |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment