Here's a checklist of popular AWS terminology with examples:
1. Region:
Example: us-east-1 (North Virginia), eu-west-1 (Ireland)
Explanation: A geographical area where AWS has data centers.
2. Availability Zone (AZ):
Example: us-east-1a, us-west-2b
Explanation: Isolated locations within a region to provide fault tolerance.
3. EC2 (Elastic Compute Cloud):
Example: Launching virtual servers (instances) in the cloud.
Explanation: Provides resizable compute capacity.
4. S3 (Simple Storage Service):
Example: Storing and retrieving any amount of data.
Explanation: Scalable object storage in the cloud.
5. IAM (Identity and Access Management):
Example: Creating users, groups, and roles to manage access.
Explanation: Manages access to AWS services and resources securely.
6. VPC (Virtual Private Cloud):
Example: Isolating resources in a virtual network.
Explanation: A logically isolated section of the AWS Cloud.
7. RDS (Relational Database Service):
Example: Managing relational databases (MySQL, PostgreSQL).
Explanation: Fully managed relational database service.
8. Lambda:
Example: Running code without provisioning or managing servers.
Explanation: Serverless compute service.
9. API Gateway:
Example: Creating, publishing, and managing APIs.
Explanation: Fully managed service to create RESTful APIs.
Perform Crud operations
10. Route 53:
- **Example:** Domain registration and DNS web service.
- **Explanation:** Scalable domain name system web service.
11. CloudFormation:
- **Example:** Creating and managing AWS infrastructure as code.
- **Explanation:** Infrastructure as Code (IaC) service.
12. CloudWatch:
- **Example:** Monitoring and logging AWS resources.
- **Explanation:** Monitoring service for resources and applications.
13. Elastic Beanstalk:
- **Example:** Deploying and managing applications.
- **Explanation:** Fully managed service for deploying and scaling applications.
14. SNS (Simple Notification Service):
- **Example:** Sending messages or notifications.
- **Explanation:** Fully managed messaging service.
15. SQS (Simple Queue Service):
- **Example:** Decoupling the components of a cloud application.
- **Explanation:** Fully managed message queuing service.
16. EKS (Elastic Kubernetes Service):
- **Example:** Deploying, managing, and scaling containerized applications using Kubernetes.
- **Explanation:** Managed Kubernetes service.
17. ECS (Elastic Container Service):
- **Example:** Running Docker containers.
- **Explanation:** Highly scalable container management service.
18. KMS (Key Management Service):
- **Example:** Managing encryption keys.
- **Explanation:** Managed service for creating and controlling
encryption keys.
19. CloudTrail:
- **Example:** Auditing AWS account activity.
- **Explanation:** Record of actions taken by a user, role, or AWS service.
20. CloudFront:
- **Example:** Content delivery network (CDN) service.
- **Explanation:** Fast and secure content delivery.
21. Elastic Load Balancer (ELB):
- **Example:** Distributing incoming application traffic across multiple targets.
- **Explanation:** Automatically scales and distributes incoming application traffic.
22. SNS (Simple Notification Service):
- **Example:** Sending messages or notifications.
- **Explanation:** Fully managed messaging service.
23. DynamoDB:
- **Example:** NoSQL database service.
- **Explanation:** Fully managed NoSQL database.
24. Glacier:
- **Example:** Low-cost archival storage.
- **Explanation:** Low-cost storage for data archiving and
backup.
25. Elasticsearch Service:
- **Example:** Managed Elasticsearch service.
- **Explanation:** Search and analytics engine.
This checklist provides an overview of popular AWS services and terminology. Each service caters to specific use cases, and understanding these terms is crucial for efficiently utilizing AWS resources.
Top comments (0)