Account (AWS)
AWS services are housed within an Account. Accounts can be Master Payer accounts that contain billing data or Linked Accounts which do not. AWS Organizations and other services can be used to manage Accounts within AWS. Many AWS services can span Account boundaries.
RI -Reserved Instance
- A commitment to use a cloud resource, usually of a specific type, location, and size, for some period of time, usually 1 or 3 years, in exchange for a discounted rate.
SP
- Savings Plans are very similar to Reserved Instances but more flexible and can only be applied to compute usage.
AURI, PURI, NURI / SP (SavingsPlans)
All Upfront Reserved instance, Partial Upfront Reserved Instance, and No Upfront Reserved Instance. Some people use these acronyms when referring to reserved instances, in case you hear them.
EC2
(AWS) Elastic Compute Cloud AWS' virtual computer cloud offering
AWS supports a variety of instances, Instance Type, Family, Generation, and Size (AWS) - Instance refers to a specific EC2 virtual machine. Instance Families, designated by letter, an instance Generation designated by a number and optionally other letters, and instance sizes that follow a structure of nano, micro, small, medium, large, xlarge, 2xlarge, etc. The Instance type includes the entire ndesignation, such as m5a.4xlarge which would be an "m" family, 5th generation, "a" for AMD chipset, and 4xlarge sized instance.
IAM
- Identity and Access Management - is the way that AWS refers to their system of granting and governing permissions within their cloud platforms.
Tags
Are metadata attached to a specific resource running in AWS. They are meant to provide contextual information about the resource. Tags can be created with the resource in most cases or added after the fact manually or systematically. Tags are useful for identifying the type of resource, the environment it supports, the owner, the cost center, etc.
Tags can be queried or accessed in a wide variety of ways and can be used to drive automation, divide costs, or for other important purposes. Most large cloud-using organizations will at some point establish governance policies around tag use and require specific tags be used on all resources.
Console
Web-based portal from where you can manage your accounts or access AWS services.
Convertible / Standard
AWS terms refer to the ability to convert reserved instances for some resources to different specifications. Standard RIs cannot be converted or changed for their entire term. Convertibility reduces the discount offered by AWS.
Region
AWS has the concept of a Region, which is a physical location around the world where data centers are clustered. An AWS Region consists of multiple, isolated, and physically separate AZ's within a geographic area. Regions are generally guaranteed to be more than a minimum distance from one another to satisfy disaster recovery requirements.
Availability Zones
(AZ) are sub-units of a Region, there are typically multiple AZs per Region. AZs are made up of multiple physical data centers but can generally be thought of as being very closely situated from a network latency and performance perspective.
Top comments (0)