AWS Terms
Table of contents
There are many terms in AWS that use confusing names for simple things. Even working with AWS for over a year, I really miss out on some terms. That’s why I wrote this article. Typing whatever I remember. I am studying these for my AWS exam, which I will take in a few weeks!
So here are the terms:
Terms
- Access control list (ACL): A firewall/security layer on the subnet level
- Auto scaling: Automates the process of adding or removing EC2 instances based on traffic demand for your application
- Buckets: Root-level “folders”
- CloudFront: Content delivery network (CDN) that allows you to store your content at “edge locations” located all around the world, allowing customers to access your content more quickly
- CloudTrail: Allows you to monitor all actions taken by IAM users
- CloudWatch: Service that allows you to monitor various elements of your AWS account
- Consolidated billing: Allows you to view, manage, and pay bills for multiple AWS accounts in one user interface
- DNS server: A database of website domains and their corresponding IP addresses
- DynamoDB: NoSQL database service that does not provide other NoSQL software options
- Elastic Compute Cloud (EC2): A virtual computer, very similar to a desktop/laptop computer
- Elastic Load Balancing (ELB): Evenly distributes traffic between EC2 instances that are associated with it
- ElastiCache: Data caching service used to help improve the speed/performance of web applications running on AWS
- Elasticity: The ability of a system to increase and decrease in size
- Fault tolerance: Property that enables a system to continue operating properly in the event of the failure of one or more components
- Firewall: A type of software that either allows or blocks certain kinds of internet traffic to pass through it
- Folder: Any “subfolder” created in a bucket
- High availability: Refers to systems that are durable and likely to operate continuously without failure for a long time
- IAM users: Individuals who have been granted access to an AWS account
- Identity and Access Management (IAM): Service where AWS user accounts and their access to various AWS services are managed
- Lambda: Serverless computing that will replace EC2 instances, for the most part
- Object availability: Percent over a one-year time period that a file stored in S3 will be accessible
- Object durability: Percent over a one-year time period that a file stored in S3 will not be lost
- Object lifecycle: Set rules to automatically transfer objects between storage classes at defined time intervals
- Object sharing: Ability to make any object publicly available via a URL link
- Object versioning: Automatically keep multiple versions of an object (when enabled)
- Organizations: Allow you or your company access to manage billing and access to multiple AWS accounts in one user interface
- Principle of least privilege: Giving a user only the rights/access to the AWS services and resources they need to do their job and nothing more
- Publishers: Human/alarm/event that gives SNS the message that needs to be sent
- Relational Database Service (RDS): SQL database service that provides a wide range of SQL database options to select from
- RedShift: Data warehouse database service designed to handle petabytes of data for analysis
- Roles: How different AWS services are granted permission to communicate and share data
- Route 53: Where you configure and manage web domains for websites or applications you host on AWS
- Scalability: The ability of a system to easily increase in size and capacity in a cost-effective way
- Security group (SG): Firewall/security layer on the server/instance level
- Shared responsibility model: Defines what you and AWS are responsible for when it comes to security and compliance
- Simple Notification Service (SNS): AWS service that allows you to automate the sending of email or text messaging notifications based on events that happen in your AWS account
- Simple Storage Service (S3): Online bulk storage service you can access from almost any device
- Storage class: Represents “classification” assigned to each object in S3 (standard, RRS, S3-IA, Glacier)
- Subnet: A subsection of a network and generally includes all the computers in a specific location
- Subscriptions: Endpoints to which a topic sends messages
- Topics: How you label and group different endpoints to which you send messages
- Trusted Advisor: Service that “advises” and helps you optimize aspects of your AWS account
- User credentials: IAM user’s username and password for logging in to AWS
- Virtual Private Cloud (VPC): A private subsection of AWS you control and in which you can place AWS resources
Do tell me what I’ve missed! It will help both me and the community. :-)