WebHosting

Friday, September 8, 2023

#Amazon #AWS #CHEATSHEET

 ----------------------------------------

|                   AWS CHEAT SHEET                           |

----------------------------------------

**AWS Basics:**

1. **AWS Account:**

   - Sign up for an AWS account at [AWS Console](https://aws.amazon.com/).

2. **Regions and Availability Zones:**

   - AWS infrastructure is divided into regions and further into availability zones.

**AWS Services:**

3. **Compute Services:**

   - EC2: Elastic Compute Cloud for virtual machines.

   - ECS: Elastic Container Service for container management.

   - Lambda: Serverless compute service.

4. **Storage Services:**

   - S3: Simple Storage Service for scalable object storage.

   - EBS: Elastic Block Store for block-level storage.

   - Glacier: Low-cost archive storage.

5. **Database Services:**

   - RDS: Relational Database Service for managed databases.

   - DynamoDB: NoSQL database service.

   - Redshift: Data warehousing service.

6. **Networking Services:**

   - VPC: Virtual Private Cloud for network isolation.

   - Route 53: DNS web service.

   - ELB: Elastic Load Balancer for distributing traffic.

7. **Security and Identity:**

   - IAM: Identity and Access Management for user and role management.

   - KMS: Key Management Service for encryption.

   - Cognito: Identity and user management.

8. **Developer Tools:**

   - CodeDeploy: Automate code deployments.

   - CodePipeline: Continuous integration and delivery service.

   - CloudFormation: Infrastructure as Code (IaC) tool.

9. **Analytics Services:**

   - EMR: Elastic MapReduce for big data processing.

   - Athena: Serverless query service.

   - QuickSight: Business intelligence service.

10. **Machine Learning Services:**

    - SageMaker: Managed machine learning platform.

    - Comprehend: Natural language processing.

    - Rekognition: Image and video analysis.

11. **Application Integration:**

    - SQS: Simple Queue Service for message queuing.

    - SNS: Simple Notification Service for event notifications.

    - Step Functions: Serverless workflow service.

**Working with AWS:**

12. **AWS CLI:**

    - `aws configure`: Set up AWS CLI credentials.

    - `aws s3 ls`: List S3 buckets.

    - `aws ec2 describe-instances`: Describe EC2 instances.

13. **AWS Management Console:**

    - Access the AWS web-based management console.

    - Navigate and manage AWS resources through the console.

14. **AWS Billing and Cost Management:**

    - Monitor and manage AWS costs through the billing dashboard.

15. **AWS Documentation:**

    - [AWS Documentation](https://aws.amazon.com/documentation/): Comprehensive documentation for AWS services.

**AWS Resources:**

16. **AWS Well-Architected Framework:**

    - [AWS Well-Architected Framework](https://aws.amazon.com/architecture/well-architected/): Best practices for designing well-architected systems on AWS.

17. **AWS Whitepapers:**

    - [AWS Whitepapers](https://aws.amazon.com/whitepapers/): In-depth technical documents on various AWS topics.

18. **AWS Training and Certification:**

    - [AWS Training and Certification](https://aws.amazon.com/training/): Learn AWS skills and get certified.



No comments:

Post a Comment

Thank you for Commenting Will reply soon ......

Featured Posts

How to Enable and Configure Remote Desktop (RDP) on Ubuntu 24.04.4 LTS

Remote Desktop Protocol (RDP) support in Ubuntu has become considerably easier with the GNOME Remote Desktop stack included in modern Ubuntu...