Skip to content

Instantly share code, notes, and snippets.

@motaher13
Created July 31, 2021 12:30
Show Gist options
  • Save motaher13/1fa59b84209ebd14ef81dd076be55063 to your computer and use it in GitHub Desktop.
Save motaher13/1fa59b84209ebd14ef81dd076be55063 to your computer and use it in GitHub Desktop.
AWS keywords
EC2: elastic compute cloud
EBS: elastic block store, just some storage
VPC: virtual private cloud, private network among instances
SPOT: unrented EC2 instances available for ren in cheap with bidding, will be occupied till the bid is better than market demand
IAM: Identity and Acess Management, customAccount created for each user of a comany and then added them in different groups and each groups given certain accesses, this customAccount s are IAM,
Role: a packet of access that could be temporarily assigned to a service or a IAM, if assigned to IAM then that IAM s accesses would be chaged the role’s.
STOP vs Terminate: EC2 terminate will delte EBS instance, STOP won’t
Snapshot: backup of a EBS in a specific status. saved in regional S3 storage, charges based on volume and time span.
RDP: remote desktop
KeyPair: A key pair consists of a public key that AWS stores, and a private key file that you store. Together, they allow you to connect to your instance securely.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment