Debug School

rakesh kumar
rakesh kumar

Posted on • Updated on

List out the checklist of Aws terminology

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.
Enter fullscreen mode Exit fullscreen mode

3. EC2 (Elastic Compute Cloud):

Example: Launching virtual servers (instances) in the cloud.
Explanation: Provides resizable compute capacity.
Enter fullscreen mode Exit fullscreen mode

4. S3 (Simple Storage Service):

Example: Storing and retrieving any amount of data.
Explanation: Scalable object storage in the cloud.
Enter fullscreen mode Exit fullscreen mode

5. IAM (Identity and Access Management):

Example: Creating users, groups, and roles to manage access.
Explanation: Manages access to AWS services and resources securely.
Enter fullscreen mode Exit fullscreen mode

6. VPC (Virtual Private Cloud):

Example: Isolating resources in a virtual network.
Explanation: A logically isolated section of the AWS Cloud.
Enter fullscreen mode Exit fullscreen mode

7. RDS (Relational Database Service):

Example: Managing relational databases (MySQL, PostgreSQL).
Explanation: Fully managed relational database service.
Enter fullscreen mode Exit fullscreen mode

8. Lambda:

Example: Running code without provisioning or managing servers.
Explanation: Serverless compute service.
Enter fullscreen mode Exit fullscreen mode

9. API Gateway:

Example: Creating, publishing, and managing APIs.
Explanation: Fully managed service to create RESTful APIs.
Perform Crud operations
Enter fullscreen mode Exit fullscreen mode

10. Route 53:

- **Example:** Domain registration and DNS web service.
- **Explanation:** Scalable domain name system web service.
Enter fullscreen mode Exit fullscreen mode

11. CloudFormation:

- **Example:** Creating and managing AWS infrastructure as code.
- **Explanation:** Infrastructure as Code (IaC) service.
Enter fullscreen mode Exit fullscreen mode

12. CloudWatch:

- **Example:** Monitoring and logging AWS resources.
- **Explanation:** Monitoring service for resources and applications.
Enter fullscreen mode Exit fullscreen mode

13. Elastic Beanstalk:

- **Example:** Deploying and managing applications.
- **Explanation:** Fully managed service for deploying and scaling applications.
Enter fullscreen mode Exit fullscreen mode

14. SNS (Simple Notification Service):

- **Example:** Sending messages or notifications.
- **Explanation:** Fully managed messaging service.
Enter fullscreen mode Exit fullscreen mode

15. SQS (Simple Queue Service):

- **Example:** Decoupling the components of a cloud application.
- **Explanation:** Fully managed message queuing service.
Enter fullscreen mode Exit fullscreen mode

16. EKS (Elastic Kubernetes Service):

- **Example:** Deploying, managing, and scaling containerized applications using Kubernetes.
- **Explanation:** Managed Kubernetes service.
Enter fullscreen mode Exit fullscreen mode

17. ECS (Elastic Container Service):

- **Example:** Running Docker containers.
- **Explanation:** Highly scalable container management service.
Enter fullscreen mode Exit fullscreen mode

18. KMS (Key Management Service):

- **Example:** Managing encryption keys.
- **Explanation:** Managed service for creating and controlling 
Enter fullscreen mode Exit fullscreen mode

encryption keys.
19. CloudTrail:

- **Example:** Auditing AWS account activity.
- **Explanation:** Record of actions taken by a user, role, or AWS service.
Enter fullscreen mode Exit fullscreen mode

20. CloudFront:

- **Example:** Content delivery network (CDN) service.
- **Explanation:** Fast and secure content delivery.
Enter fullscreen mode Exit fullscreen mode

21. Elastic Load Balancer (ELB):

- **Example:** Distributing incoming application traffic across multiple targets.
- **Explanation:** Automatically scales and distributes incoming application traffic.
Enter fullscreen mode Exit fullscreen mode

22. SNS (Simple Notification Service):

- **Example:** Sending messages or notifications.
- **Explanation:** Fully managed messaging service.
Enter fullscreen mode Exit fullscreen mode

23. DynamoDB:

- **Example:** NoSQL database service.
- **Explanation:** Fully managed NoSQL database.
Enter fullscreen mode Exit fullscreen mode

24. Glacier:

- **Example:** Low-cost archival storage.
- **Explanation:** Low-cost storage for data archiving and 
Enter fullscreen mode Exit fullscreen mode

backup.
25. Elasticsearch Service:

- **Example:** Managed Elasticsearch service.
- **Explanation:** Search and analytics engine.
Enter fullscreen mode Exit fullscreen mode

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)